@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #3490dc;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66D9b;
  --red: #e3342f;
  --orange: #f6993f;
  --yellow: #ffed4a;
  --green: #38c172;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3490dc;
  --secondary: #6c757d;
  --success: #38c172;
  --info: #6cb2eb;
  --warning: #ffed4a;
  --danger: #e3342f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3490dc;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #1d68a7;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.575rem;
}

h4,
.h4 {
  font-size: 1.35rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 0.9rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f8fafc;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #f66D9b;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6e0f5;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #95c5ed;
}

.table-hover .table-primary:hover {
  background-color: #b0d4f1;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b0d4f1;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c7eed8;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #98dfb6;
}

.table-hover .table-success:hover {
  background-color: #b3e8ca;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b3e8ca;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d6e9f9;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b3d7f5;
}

.table-hover .table-info:hover {
  background-color: #c0ddf6;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c0ddf6;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fffacc;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fff6a1;
}

.table-hover .table-warning:hover {
  background-color: #fff8b3;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fff8b3;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f7c6c5;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f09593;
}

.table-hover .table-danger:hover {
  background-color: #f4b0af;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f4b0af;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #a1cbef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #38c172;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(56, 193, 114, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #38c172;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.4em + 0.1875rem);
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #38c172;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #38c172;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #38c172;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #38c172;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #5cd08d;
  background-color: #5cd08d;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #38c172;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #38c172;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e3342f;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(227, 52, 47, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #e3342f;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e3342f' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e3342f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.4em + 0.1875rem);
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e3342f;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e3342f' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e3342f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #e3342f;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #e3342f;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e3342f;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e9605c;
  background-color: #e9605c;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e3342f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e3342f;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-primary:hover {
  color: #fff;
  background-color: #227dc7;
  border-color: #2176bd;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2176bd;
  border-color: #1f6fb2;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-success:hover {
  color: #fff;
  background-color: #2fa360;
  border-color: #2d995b;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2d995b;
  border-color: #2a9055;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-info:hover {
  color: #fff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3f9ae5;
  border-color: #3495e3;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-warning:hover {
  color: #212529;
  background-color: #ffe924;
  border-color: #ffe817;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffe817;
  border-color: #ffe70a;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c51f1a;
  border-color: #b91d19;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #3490dc;
  border-color: #3490dc;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #3490dc;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #38c172;
  border-color: #38c172;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #38c172;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.btn-outline-info {
  color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #6cb2eb;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-warning {
  color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffed4a;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.btn-outline-danger {
  color: #e3342f;
  border-color: #e3342f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e3342f;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #3490dc;
  text-decoration: none;
}

.btn-link:hover {
  color: #1d68a7;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3490dc;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3490dc;
  background-color: #3490dc;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #a1cbef;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #cce3f6;
  border-color: #cce3f6;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #3490dc;
  background-color: #3490dc;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.22rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #a1cbef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #a1cbef;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #cce3f6;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #cce3f6;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #cce3f6;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f8fafc;
  border-color: #dee2e6 #dee2e6 #f8fafc;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3490dc;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3490dc;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #1d68a7;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #3490dc;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #2176bd;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #38c172;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #2d995b;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #6cb2eb;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #212529;
  background-color: #3f9ae5;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffed4a;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #ffe817;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e3342f;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #c51f1a;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.85rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1b4b72;
  background-color: #d6e9f8;
  border-color: #c6e0f5;
}

.alert-primary hr {
  border-top-color: #b0d4f1;
}

.alert-primary .alert-link {
  color: #113049;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #1d643b;
  background-color: #d7f3e3;
  border-color: #c7eed8;
}

.alert-success hr {
  border-top-color: #b3e8ca;
}

.alert-success .alert-link {
  color: #123c24;
}

.alert-info {
  color: #385d7a;
  background-color: #e2f0fb;
  border-color: #d6e9f9;
}

.alert-info hr {
  border-top-color: #c0ddf6;
}

.alert-info .alert-link {
  color: #284257;
}

.alert-warning {
  color: #857b26;
  background-color: #fffbdb;
  border-color: #fffacc;
}

.alert-warning hr {
  border-top-color: #fff8b3;
}

.alert-warning .alert-link {
  color: #5d561b;
}

.alert-danger {
  color: #761b18;
  background-color: #f9d6d5;
  border-color: #f7c6c5;
}

.alert-danger hr {
  border-top-color: #f4b0af;
}

.alert-danger .alert-link {
  color: #4c110f;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3490dc;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #1b4b72;
  background-color: #c6e0f5;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #1b4b72;
  background-color: #b0d4f1;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1b4b72;
  border-color: #1b4b72;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #1d643b;
  background-color: #c7eed8;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #1d643b;
  background-color: #b3e8ca;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1d643b;
  border-color: #1d643b;
}

.list-group-item-info {
  color: #385d7a;
  background-color: #d6e9f9;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #385d7a;
  background-color: #c0ddf6;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #385d7a;
  border-color: #385d7a;
}

.list-group-item-warning {
  color: #857b26;
  background-color: #fffacc;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #857b26;
  background-color: #fff8b3;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #857b26;
  border-color: #857b26;
}

.list-group-item-danger {
  color: #761b18;
  background-color: #f7c6c5;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #761b18;
  background-color: #f4b0af;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #761b18;
  border-color: #761b18;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #3490dc !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2176bd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #38c172 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2d995b !important;
}

.bg-info {
  background-color: #6cb2eb !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #3f9ae5 !important;
}

.bg-warning {
  background-color: #ffed4a !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffe817 !important;
}

.bg-danger {
  background-color: #e3342f !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c51f1a !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #3490dc !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #38c172 !important;
}

.border-info {
  border-color: #6cb2eb !important;
}

.border-warning {
  border-color: #ffed4a !important;
}

.border-danger {
  border-color: #e3342f !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

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

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #3490dc !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1d68a7 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #38c172 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #27864f !important;
}

.text-info {
  color: #6cb2eb !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #298fe2 !important;
}

.text-warning {
  color: #ffed4a !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #fde300 !important;
}

.text-danger {
  color: #e3342f !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #ae1c17 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}


@charset "UTF-8";.el-pager,.el-table th{-moz-user-select:none;-ms-user-select:none}.el-pagination--small .arrow.disabled,.el-table .hidden-columns,.el-table td.is-hidden>*,.el-table th.is-hidden>*,.el-table--hidden{visibility:hidden}.el-input__suffix,.el-tree.is-dragging .el-tree-node__content *{pointer-events:none}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing),.el-message__closeBtn:focus,.el-message__content:focus,.el-popover:focus,.el-popover:focus:active,.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing),.el-rate:active,.el-rate:focus,.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing),.el-upload-list__item.is-success:active,.el-upload-list__item.is-success:not(.focusing):focus{outline-width:0}@font-face{font-family:element-icons;src:url(fonts/element-icons.woff) format("woff"),url(fonts/element-icons.ttf) format("truetype");font-weight:400;font-style:normal}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-ice-cream-round:before{content:"\e6a0"}.el-icon-ice-cream-square:before{content:"\e6a3"}.el-icon-lollipop:before{content:"\e6a4"}.el-icon-potato-strips:before{content:"\e6a5"}.el-icon-milk-tea:before{content:"\e6a6"}.el-icon-ice-drink:before{content:"\e6a7"}.el-icon-ice-tea:before{content:"\e6a9"}.el-icon-coffee:before{content:"\e6aa"}.el-icon-orange:before{content:"\e6ab"}.el-icon-pear:before{content:"\e6ac"}.el-icon-apple:before{content:"\e6ad"}.el-icon-cherry:before{content:"\e6ae"}.el-icon-watermelon:before{content:"\e6af"}.el-icon-grape:before{content:"\e6b0"}.el-icon-refrigerator:before{content:"\e6b1"}.el-icon-goblet-square-full:before{content:"\e6b2"}.el-icon-goblet-square:before{content:"\e6b3"}.el-icon-goblet-full:before{content:"\e6b4"}.el-icon-goblet:before{content:"\e6b5"}.el-icon-cold-drink:before{content:"\e6b6"}.el-icon-coffee-cup:before{content:"\e6b8"}.el-icon-water-cup:before{content:"\e6b9"}.el-icon-hot-water:before{content:"\e6ba"}.el-icon-ice-cream:before{content:"\e6bb"}.el-icon-dessert:before{content:"\e6bc"}.el-icon-sugar:before{content:"\e6bd"}.el-icon-tableware:before{content:"\e6be"}.el-icon-burger:before{content:"\e6bf"}.el-icon-knife-fork:before{content:"\e6c1"}.el-icon-fork-spoon:before{content:"\e6c2"}.el-icon-chicken:before{content:"\e6c3"}.el-icon-food:before{content:"\e6c4"}.el-icon-dish-1:before{content:"\e6c5"}.el-icon-dish:before{content:"\e6c6"}.el-icon-moon-night:before{content:"\e6ee"}.el-icon-moon:before{content:"\e6f0"}.el-icon-cloudy-and-sunny:before{content:"\e6f1"}.el-icon-partly-cloudy:before{content:"\e6f2"}.el-icon-cloudy:before{content:"\e6f3"}.el-icon-sunny:before{content:"\e6f6"}.el-icon-sunset:before{content:"\e6f7"}.el-icon-sunrise-1:before{content:"\e6f8"}.el-icon-sunrise:before{content:"\e6f9"}.el-icon-heavy-rain:before{content:"\e6fa"}.el-icon-lightning:before{content:"\e6fb"}.el-icon-light-rain:before{content:"\e6fc"}.el-icon-wind-power:before{content:"\e6fd"}.el-icon-baseball:before{content:"\e712"}.el-icon-soccer:before{content:"\e713"}.el-icon-football:before{content:"\e715"}.el-icon-basketball:before{content:"\e716"}.el-icon-ship:before{content:"\e73f"}.el-icon-truck:before{content:"\e740"}.el-icon-bicycle:before{content:"\e741"}.el-icon-mobile-phone:before{content:"\e6d3"}.el-icon-service:before{content:"\e6d4"}.el-icon-key:before{content:"\e6e2"}.el-icon-unlock:before{content:"\e6e4"}.el-icon-lock:before{content:"\e6e5"}.el-icon-watch:before{content:"\e6fe"}.el-icon-watch-1:before{content:"\e6ff"}.el-icon-timer:before{content:"\e702"}.el-icon-alarm-clock:before{content:"\e703"}.el-icon-map-location:before{content:"\e704"}.el-icon-delete-location:before{content:"\e705"}.el-icon-add-location:before{content:"\e706"}.el-icon-location-information:before{content:"\e707"}.el-icon-location-outline:before{content:"\e708"}.el-icon-location:before{content:"\e79e"}.el-icon-place:before{content:"\e709"}.el-icon-discover:before{content:"\e70a"}.el-icon-first-aid-kit:before{content:"\e70b"}.el-icon-trophy-1:before{content:"\e70c"}.el-icon-trophy:before{content:"\e70d"}.el-icon-medal:before{content:"\e70e"}.el-icon-medal-1:before{content:"\e70f"}.el-icon-stopwatch:before{content:"\e710"}.el-icon-mic:before{content:"\e711"}.el-icon-copy-document:before{content:"\e718"}.el-icon-full-screen:before{content:"\e719"}.el-icon-switch-button:before{content:"\e71b"}.el-icon-aim:before{content:"\e71c"}.el-icon-crop:before{content:"\e71d"}.el-icon-odometer:before{content:"\e71e"}.el-icon-time:before{content:"\e71f"}.el-icon-bangzhu:before{content:"\e724"}.el-icon-close-notification:before{content:"\e726"}.el-icon-microphone:before{content:"\e727"}.el-icon-turn-off-microphone:before{content:"\e728"}.el-icon-position:before{content:"\e729"}.el-icon-postcard:before{content:"\e72a"}.el-icon-message:before{content:"\e72b"}.el-icon-chat-line-square:before{content:"\e72d"}.el-icon-chat-dot-square:before{content:"\e72e"}.el-icon-chat-dot-round:before{content:"\e72f"}.el-icon-chat-square:before{content:"\e730"}.el-icon-chat-line-round:before{content:"\e731"}.el-icon-chat-round:before{content:"\e732"}.el-icon-set-up:before{content:"\e733"}.el-icon-turn-off:before{content:"\e734"}.el-icon-open:before{content:"\e735"}.el-icon-connection:before{content:"\e736"}.el-icon-link:before{content:"\e737"}.el-icon-cpu:before{content:"\e738"}.el-icon-thumb:before{content:"\e739"}.el-icon-female:before{content:"\e73a"}.el-icon-male:before{content:"\e73b"}.el-icon-guide:before{content:"\e73c"}.el-icon-news:before{content:"\e73e"}.el-icon-price-tag:before{content:"\e744"}.el-icon-discount:before{content:"\e745"}.el-icon-wallet:before{content:"\e747"}.el-icon-coin:before{content:"\e748"}.el-icon-money:before{content:"\e749"}.el-icon-bank-card:before{content:"\e74a"}.el-icon-box:before{content:"\e74b"}.el-icon-present:before{content:"\e74c"}.el-icon-sell:before{content:"\e6d5"}.el-icon-sold-out:before{content:"\e6d6"}.el-icon-shopping-bag-2:before{content:"\e74d"}.el-icon-shopping-bag-1:before{content:"\e74e"}.el-icon-shopping-cart-2:before{content:"\e74f"}.el-icon-shopping-cart-1:before{content:"\e750"}.el-icon-shopping-cart-full:before{content:"\e751"}.el-icon-smoking:before{content:"\e752"}.el-icon-no-smoking:before{content:"\e753"}.el-icon-house:before{content:"\e754"}.el-icon-table-lamp:before{content:"\e755"}.el-icon-school:before{content:"\e756"}.el-icon-office-building:before{content:"\e757"}.el-icon-toilet-paper:before{content:"\e758"}.el-icon-notebook-2:before{content:"\e759"}.el-icon-notebook-1:before{content:"\e75a"}.el-icon-files:before{content:"\e75b"}.el-icon-collection:before{content:"\e75c"}.el-icon-receiving:before{content:"\e75d"}.el-icon-suitcase-1:before{content:"\e760"}.el-icon-suitcase:before{content:"\e761"}.el-icon-film:before{content:"\e763"}.el-icon-collection-tag:before{content:"\e765"}.el-icon-data-analysis:before{content:"\e766"}.el-icon-pie-chart:before{content:"\e767"}.el-icon-data-board:before{content:"\e768"}.el-icon-data-line:before{content:"\e76d"}.el-icon-reading:before{content:"\e769"}.el-icon-magic-stick:before{content:"\e76a"}.el-icon-coordinate:before{content:"\e76b"}.el-icon-mouse:before{content:"\e76c"}.el-icon-brush:before{content:"\e76e"}.el-icon-headset:before{content:"\e76f"}.el-icon-umbrella:before{content:"\e770"}.el-icon-scissors:before{content:"\e771"}.el-icon-mobile:before{content:"\e773"}.el-icon-attract:before{content:"\e774"}.el-icon-monitor:before{content:"\e775"}.el-icon-search:before{content:"\e778"}.el-icon-takeaway-box:before{content:"\e77a"}.el-icon-paperclip:before{content:"\e77d"}.el-icon-printer:before{content:"\e77e"}.el-icon-document-add:before{content:"\e782"}.el-icon-document:before{content:"\e785"}.el-icon-document-checked:before{content:"\e786"}.el-icon-document-copy:before{content:"\e787"}.el-icon-document-delete:before{content:"\e788"}.el-icon-document-remove:before{content:"\e789"}.el-icon-tickets:before{content:"\e78b"}.el-icon-folder-checked:before{content:"\e77f"}.el-icon-folder-delete:before{content:"\e780"}.el-icon-folder-remove:before{content:"\e781"}.el-icon-folder-add:before{content:"\e783"}.el-icon-folder-opened:before{content:"\e784"}.el-icon-folder:before{content:"\e78a"}.el-icon-edit-outline:before{content:"\e764"}.el-icon-edit:before{content:"\e78c"}.el-icon-date:before{content:"\e78e"}.el-icon-c-scale-to-original:before{content:"\e7c6"}.el-icon-view:before{content:"\e6ce"}.el-icon-loading:before{content:"\e6cf"}.el-icon-rank:before{content:"\e6d1"}.el-icon-sort-down:before{content:"\e7c4"}.el-icon-sort-up:before{content:"\e7c5"}.el-icon-sort:before{content:"\e6d2"}.el-icon-finished:before{content:"\e6cd"}.el-icon-refresh-left:before{content:"\e6c7"}.el-icon-refresh-right:before{content:"\e6c8"}.el-icon-refresh:before{content:"\e6d0"}.el-icon-video-play:before{content:"\e7c0"}.el-icon-video-pause:before{content:"\e7c1"}.el-icon-d-arrow-right:before{content:"\e6dc"}.el-icon-d-arrow-left:before{content:"\e6dd"}.el-icon-arrow-up:before{content:"\e6e1"}.el-icon-arrow-down:before{content:"\e6df"}.el-icon-arrow-right:before{content:"\e6e0"}.el-icon-arrow-left:before{content:"\e6de"}.el-icon-top-right:before{content:"\e6e7"}.el-icon-top-left:before{content:"\e6e8"}.el-icon-top:before{content:"\e6e6"}.el-icon-bottom:before{content:"\e6eb"}.el-icon-right:before{content:"\e6e9"}.el-icon-back:before{content:"\e6ea"}.el-icon-bottom-right:before{content:"\e6ec"}.el-icon-bottom-left:before{content:"\e6ed"}.el-icon-caret-top:before{content:"\e78f"}.el-icon-caret-bottom:before{content:"\e790"}.el-icon-caret-right:before{content:"\e791"}.el-icon-caret-left:before{content:"\e792"}.el-icon-d-caret:before{content:"\e79a"}.el-icon-share:before{content:"\e793"}.el-icon-menu:before{content:"\e798"}.el-icon-s-grid:before{content:"\e7a6"}.el-icon-s-check:before{content:"\e7a7"}.el-icon-s-data:before{content:"\e7a8"}.el-icon-s-opportunity:before{content:"\e7aa"}.el-icon-s-custom:before{content:"\e7ab"}.el-icon-s-claim:before{content:"\e7ad"}.el-icon-s-finance:before{content:"\e7ae"}.el-icon-s-comment:before{content:"\e7af"}.el-icon-s-flag:before{content:"\e7b0"}.el-icon-s-marketing:before{content:"\e7b1"}.el-icon-s-shop:before{content:"\e7b4"}.el-icon-s-open:before{content:"\e7b5"}.el-icon-s-management:before{content:"\e7b6"}.el-icon-s-ticket:before{content:"\e7b7"}.el-icon-s-release:before{content:"\e7b8"}.el-icon-s-home:before{content:"\e7b9"}.el-icon-s-promotion:before{content:"\e7ba"}.el-icon-s-operation:before{content:"\e7bb"}.el-icon-s-unfold:before{content:"\e7bc"}.el-icon-s-fold:before{content:"\e7a9"}.el-icon-s-platform:before{content:"\e7bd"}.el-icon-s-order:before{content:"\e7be"}.el-icon-s-cooperation:before{content:"\e7bf"}.el-icon-bell:before{content:"\e725"}.el-icon-message-solid:before{content:"\e799"}.el-icon-video-camera:before{content:"\e772"}.el-icon-video-camera-solid:before{content:"\e796"}.el-icon-camera:before{content:"\e779"}.el-icon-camera-solid:before{content:"\e79b"}.el-icon-download:before{content:"\e77c"}.el-icon-upload2:before{content:"\e77b"}.el-icon-upload:before{content:"\e7c3"}.el-icon-picture-outline-round:before{content:"\e75f"}.el-icon-picture-outline:before{content:"\e75e"}.el-icon-picture:before{content:"\e79f"}.el-icon-close:before{content:"\e6db"}.el-icon-check:before{content:"\e6da"}.el-icon-plus:before{content:"\e6d9"}.el-icon-minus:before{content:"\e6d8"}.el-icon-help:before{content:"\e73d"}.el-icon-s-help:before{content:"\e7b3"}.el-icon-circle-close:before{content:"\e78d"}.el-icon-circle-check:before{content:"\e720"}.el-icon-circle-plus-outline:before{content:"\e723"}.el-icon-remove-outline:before{content:"\e722"}.el-icon-zoom-out:before{content:"\e776"}.el-icon-zoom-in:before{content:"\e777"}.el-icon-error:before{content:"\e79d"}.el-icon-success:before{content:"\e79c"}.el-icon-circle-plus:before{content:"\e7a0"}.el-icon-remove:before{content:"\e7a2"}.el-icon-info:before{content:"\e7a1"}.el-icon-question:before{content:"\e7a4"}.el-icon-warning-outline:before{content:"\e6c9"}.el-icon-warning:before{content:"\e7a3"}.el-icon-goods:before{content:"\e7c2"}.el-icon-s-goods:before{content:"\e7b2"}.el-icon-star-off:before{content:"\e717"}.el-icon-star-on:before{content:"\e797"}.el-icon-more-outline:before{content:"\e6cc"}.el-icon-more:before{content:"\e794"}.el-icon-phone-outline:before{content:"\e6cb"}.el-icon-phone:before{content:"\e795"}.el-icon-user:before{content:"\e6e3"}.el-icon-user-solid:before{content:"\e7a5"}.el-icon-setting:before{content:"\e6ca"}.el-icon-s-tools:before{content:"\e7ac"}.el-icon-delete:before{content:"\e6d7"}.el-icon-delete-solid:before{content:"\e7c9"}.el-icon-eleme:before{content:"\e7c7"}.el-icon-platform-eleme:before{content:"\e7ca"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.el-pagination{white-space:nowrap;padding:2px 5px;color:#303133;font-weight:700}.el-pagination::after,.el-pagination::before{display:table;content:""}.el-pagination::after{clear:both}.el-pagination button,.el-pagination span:not([class*=suffix]){display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}.el-pagination .el-input__inner{text-align:center;-moz-appearance:textfield;line-height:normal}.el-pagination .el-input__suffix{right:0;-webkit-transform:scale(.8);transform:scale(.8)}.el-pagination .el-select .el-input{width:100px;margin:0 5px}.el-pagination .el-select .el-input .el-input__inner{padding-right:25px;border-radius:3px}.el-pagination button{border:none;padding:0 6px;background:0 0}.el-pagination button:focus{outline:0}.el-pagination button:hover{color:#409EFF}.el-pagination button:disabled{color:#C0C4CC;background-color:#FFF;cursor:not-allowed}.el-pagination .btn-next,.el-pagination .btn-prev{background:center center no-repeat #FFF;background-size:16px;cursor:pointer;margin:0;color:#303133}.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon{display:block;font-size:12px;font-weight:700}.el-pagination .btn-prev{padding-right:12px}.el-pagination .btn-next{padding-left:12px}.el-pagination .el-pager li.disabled{color:#C0C4CC;cursor:not-allowed}.el-pager li,.el-pager li.btn-quicknext:hover,.el-pager li.btn-quickprev:hover{cursor:pointer}.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li,.el-pagination--small .el-pager li.btn-quicknext,.el-pagination--small .el-pager li.btn-quickprev,.el-pagination--small .el-pager li:last-child{border-color:transparent;font-size:12px;line-height:22px;height:22px;min-width:22px}.el-pagination--small .more::before,.el-pagination--small li.more::before{line-height:24px}.el-pagination--small button,.el-pagination--small span:not([class*=suffix]){height:22px;line-height:22px}.el-pagination--small .el-pagination__editor,.el-pagination--small .el-pagination__editor.el-input .el-input__inner{height:22px}.el-pagination__sizes{margin:0 10px 0 0;font-weight:400;color:#606266}.el-pagination__sizes .el-input .el-input__inner{font-size:13px;padding-left:8px}.el-pagination__sizes .el-input .el-input__inner:hover{border-color:#409EFF}.el-pagination__total{margin-right:10px;font-weight:400;color:#606266}.el-pagination__jump{margin-left:24px;font-weight:400;color:#606266}.el-pagination__jump .el-input__inner{padding:0 3px}.el-pagination__rightwrapper{float:right}.el-pagination__editor{line-height:18px;padding:0 2px;height:28px;text-align:center;margin:0 2px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px}.el-pager,.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev{padding:0}.el-pagination__editor.el-input{width:50px}.el-pagination__editor.el-input .el-input__inner{height:28px}.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{margin:0 5px;background-color:#f4f4f5;color:#606266;min-width:30px;border-radius:2px}.el-pagination.is-background .btn-next.disabled,.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev.disabled,.el-pagination.is-background .btn-prev:disabled,.el-pagination.is-background .el-pager li.disabled{color:#C0C4CC}.el-pagination.is-background .el-pager li:not(.disabled):hover{color:#409EFF}.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#409EFF;color:#FFF}.el-dialog,.el-pager li{background:#FFF;-webkit-box-sizing:border-box}.el-pagination.is-background.el-pagination--small .btn-next,.el-pagination.is-background.el-pagination--small .btn-prev,.el-pagination.is-background.el-pagination--small .el-pager li{margin:0 3px;min-width:22px}.el-pager,.el-pager li{vertical-align:top;margin:0;display:inline-block}.el-pager{-webkit-user-select:none;user-select:none;list-style:none;font-size:0}.el-pager .more::before{line-height:30px}.el-pager li{padding:0 4px;font-size:13px;min-width:35.5px;height:28px;line-height:28px;box-sizing:border-box;text-align:center}.el-menu--collapse .el-menu .el-submenu,.el-menu--popup{min-width:200px}.el-pager li.btn-quicknext,.el-pager li.btn-quickprev{line-height:28px;color:#303133}.el-pager li.btn-quicknext.disabled,.el-pager li.btn-quickprev.disabled{color:#C0C4CC}.el-pager li.active+li{border-left:0}.el-pager li:hover{color:#409EFF}.el-pager li.active{color:#409EFF;cursor:default}@-webkit-keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{100%{opacity:0}}.el-dialog{position:relative;margin:0 auto 50px;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);box-sizing:border-box;width:50%}.el-dialog.is-fullscreen{width:100%;margin-top:0;margin-bottom:0;height:100%;overflow:auto}.el-dialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0}.el-dialog__header{padding:20px 20px 10px}.el-dialog__headerbtn{position:absolute;top:20px;right:20px;padding:0;background:0 0;border:none;outline:0;cursor:pointer;font-size:16px}.el-dialog__headerbtn .el-dialog__close{color:#909399}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:#409EFF}.el-dialog__title{line-height:24px;font-size:18px;color:#303133}.el-dialog__body{padding:30px 20px;color:#606266;font-size:14px;word-break:break-all}.el-dialog__footer{padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial;padding:25px 25px 30px}.el-dialog--center .el-dialog__footer{text-align:inherit}.dialog-fade-enter-active{-webkit-animation:dialog-fade-in .3s;animation:dialog-fade-in .3s}.dialog-fade-leave-active{-webkit-animation:dialog-fade-out .3s;animation:dialog-fade-out .3s}@-webkit-keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-autocomplete{position:relative;display:inline-block}.el-autocomplete-suggestion{margin:5px 0;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:4px;border:1px solid #E4E7ED;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#FFF}.el-dropdown-menu,.el-menu--collapse .el-submenu .el-menu{z-index:10;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-autocomplete-suggestion__wrap{max-height:280px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-autocomplete-suggestion__list{margin:0;padding:0}.el-autocomplete-suggestion li{padding:0 20px;margin:0;line-height:34px;cursor:pointer;color:#606266;font-size:14px;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-autocomplete-suggestion li.highlighted,.el-autocomplete-suggestion li:hover{background-color:#F5F7FA}.el-autocomplete-suggestion li.divider{margin-top:6px;border-top:1px solid #000}.el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.el-autocomplete-suggestion.is-loading li{text-align:center;height:100px;line-height:100px;font-size:20px;color:#999}.el-autocomplete-suggestion.is-loading li::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-autocomplete-suggestion.is-loading li:hover{background-color:#FFF}.el-autocomplete-suggestion.is-loading .el-icon-loading{vertical-align:middle}.el-dropdown{display:inline-block;position:relative;color:#606266;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button::before{content:'';position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:rgba(255,255,255,.5)}.el-dropdown .el-dropdown__caret-button:hover::before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown-menu{position:absolute;top:0;left:0;padding:10px 0;margin:5px 0;background-color:#FFF;border:1px solid #EBEEF5;border-radius:4px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-dropdown-menu__item{list-style:none;line-height:36px;padding:0 20px;margin:0;font-size:14px;color:#606266;cursor:pointer;outline:0}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#ecf5ff;color:#66b1ff}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #EBEEF5}.el-dropdown-menu__item--divided:before{content:'';height:6px;display:block;margin:0 -20px;background-color:#FFF}.el-dropdown-menu__item.is-disabled{cursor:default;color:#bbb;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:30px;padding:0 17px;font-size:14px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:27px;padding:0 15px;font-size:13px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:24px;padding:0 10px;font-size:12px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}.el-menu{border-right:solid 1px #e6e6e6;list-style:none;position:relative;margin:0;padding-left:0;background-color:#FFF}.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,.el-menu--horizontal>.el-submenu .el-submenu__title:hover{background-color:#fff}.el-menu::after,.el-menu::before{display:table;content:""}.el-menu::after{clear:both}.el-menu.el-menu--horizontal{border-bottom:solid 1px #e6e6e6}.el-menu--horizontal{border-right:none}.el-menu--horizontal>.el-menu-item{float:left;height:60px;line-height:60px;margin:0;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover{color:inherit}.el-menu--horizontal>.el-submenu{float:left}.el-menu--horizontal>.el-submenu:focus,.el-menu--horizontal>.el-submenu:hover{outline:0}.el-menu--horizontal>.el-submenu:focus .el-submenu__title,.el-menu--horizontal>.el-submenu:hover .el-submenu__title{color:#303133}.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #409EFF;color:#303133}.el-menu--horizontal>.el-submenu .el-submenu__title{height:60px;line-height:60px;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow{position:static;vertical-align:middle;margin-left:8px;margin-top:-3px}.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-submenu__title{background-color:#FFF;float:none;height:36px;line-height:36px;padding:0 10px;color:#909399}.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title{color:#303133}.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,.el-menu--horizontal .el-menu-item:not(.is-disabled):hover{outline:0;color:#303133}.el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #409EFF;color:#303133}.el-menu--collapse{width:64px}.el-menu--collapse>.el-menu-item [class^=el-icon-],.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-]{margin:0;vertical-align:middle;width:24px;text-align:center}.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow{display:none}.el-menu--collapse>.el-menu-item span,.el-menu--collapse>.el-submenu>.el-submenu__title span{height:0;width:0;overflow:hidden;visibility:hidden;display:inline-block}.el-menu--collapse>.el-menu-item.is-active i{color:inherit}.el-menu--collapse .el-submenu{position:relative}.el-menu--collapse .el-submenu .el-menu{position:absolute;margin-left:5px;top:0;left:100%;border:1px solid #E4E7ED;border-radius:2px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu-item,.el-submenu__title{height:56px;line-height:56px;position:relative;-webkit-box-sizing:border-box;white-space:nowrap;list-style:none}.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:none;transform:none}.el-menu--popup{z-index:100;border:none;padding:5px 0;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu--popup-bottom-start{margin-top:5px}.el-menu--popup-right-start{margin-left:5px;margin-right:5px}.el-menu-item{font-size:14px;color:#303133;padding:0 20px;cursor:pointer;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;box-sizing:border-box}.el-menu-item *{vertical-align:middle}.el-menu-item i{color:#909399}.el-menu-item:focus,.el-menu-item:hover{outline:0;background-color:#ecf5ff}.el-menu-item.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-menu-item [class^=el-icon-]{margin-right:5px;width:24px;text-align:center;font-size:18px;vertical-align:middle}.el-menu-item.is-active{color:#409EFF}.el-menu-item.is-active i{color:inherit}.el-submenu{list-style:none;margin:0;padding-left:0}.el-submenu__title{font-size:14px;color:#303133;padding:0 20px;cursor:pointer;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;box-sizing:border-box}.el-submenu__title *{vertical-align:middle}.el-submenu__title i{color:#909399}.el-submenu__title:focus,.el-submenu__title:hover{outline:0;background-color:#ecf5ff}.el-submenu__title.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu__title:hover{background-color:#ecf5ff}.el-submenu .el-menu{border:none}.el-submenu .el-menu-item{height:50px;line-height:50px;padding:0 45px;min-width:200px}.el-submenu__icon-arrow{position:absolute;top:50%;right:20px;margin-top:-7px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:12px}.el-submenu.is-active .el-submenu__title{border-bottom-color:#409EFF}.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.el-submenu.is-disabled .el-menu-item,.el-submenu.is-disabled .el-submenu__title{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu [class^=el-icon-]{vertical-align:middle;margin-right:5px;width:24px;text-align:center;font-size:18px}.el-menu-item-group>ul{padding:0}.el-menu-item-group__title{padding:7px 0 7px 20px;line-height:normal;font-size:12px;color:#909399}.el-radio-button__inner,.el-radio-group{display:inline-block;line-height:1;vertical-align:middle}.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow{-webkit-transition:.2s;transition:.2s;opacity:0}.el-radio-group{font-size:0}.el-radio-button{position:relative;display:inline-block;outline:0}.el-radio-button__inner{white-space:nowrap;background:#FFF;border:1px solid #DCDFE6;font-weight:500;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;position:relative;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-radio-button__inner.is-round{padding:12px 20px}.el-radio-button__inner:hover{color:#409EFF}.el-radio-button__inner [class*=el-icon-]{line-height:.9}.el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.el-radio-button:first-child .el-radio-button__inner{border-left:1px solid #DCDFE6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-radio-button__orig-radio{opacity:0;outline:0;position:absolute;z-index:-1}.el-radio-button__orig-radio:checked+.el-radio-button__inner{color:#FFF;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #409EFF;box-shadow:-1px 0 0 0 #409EFF}.el-radio-button__orig-radio:disabled+.el-radio-button__inner{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5;-webkit-box-shadow:none;box-shadow:none}.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner{background-color:#F2F6FC}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 4px 4px 0}.el-popover,.el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:4px}.el-radio-button--medium .el-radio-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-radio-button--medium .el-radio-button__inner.is-round{padding:10px 20px}.el-radio-button--small .el-radio-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-radio-button--small .el-radio-button__inner.is-round{padding:9px 15px}.el-radio-button--mini .el-radio-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-radio-button--mini .el-radio-button__inner.is-round{padding:7px 15px}.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF}.el-switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:14px;line-height:20px;height:20px;vertical-align:middle}.el-switch__core,.el-switch__label{display:inline-block;cursor:pointer}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{-webkit-transition:.2s;transition:.2s;height:20px;font-size:14px;font-weight:500;vertical-align:middle;color:#303133}.el-switch__label.is-active{color:#409EFF}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{line-height:1;font-size:14px;display:inline-block}.el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.el-switch__core{margin:0;position:relative;width:40px;height:20px;border:1px solid #DCDFE6;outline:0;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#DCDFE6;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;vertical-align:middle}.el-switch__core:after{content:"";position:absolute;top:1px;left:1px;border-radius:100%;-webkit-transition:all .3s;transition:all .3s;width:16px;height:16px;background-color:#FFF}.el-switch.is-checked .el-switch__core{border-color:#409EFF;background-color:#409EFF}.el-switch.is-checked .el-switch__core::after{left:100%;margin-left:-17px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter,.el-switch .label-fade-leave-active{opacity:0}.el-select-dropdown{position:absolute;z-index:1001;border:1px solid #E4E7ED;border-radius:4px;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#409EFF;background-color:#FFF}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{background-color:#F5F7FA}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{position:absolute;right:20px;font-family:element-icons;content:"\e6da";font-size:12px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:14px}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select .el-tag,.el-table{-webkit-box-sizing:border-box}.el-select-dropdown__item.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#FFF}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#F5F7FA}.el-select-dropdown__item.selected{color:#409EFF;font-weight:700}.el-select-group{margin:0;padding:0}.el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.el-select-group__wrap:not(:last-of-type){padding-bottom:24px}.el-select-group__wrap:not(:last-of-type)::after{content:'';position:absolute;display:block;left:20px;right:20px;bottom:12px;height:1px;background:#E4E7ED}.el-select-group__title{padding-left:20px;font-size:12px;color:#909399;line-height:30px}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-select{display:inline-block;position:relative}.el-select .el-select__tags>span{display:contents}.el-select:hover .el-input__inner{border-color:#C0C4CC}.el-select .el-input__inner{cursor:pointer;padding-right:35px}.el-select .el-input__inner:focus{border-color:#409EFF}.el-select .el-input .el-select__caret{color:#C0C4CC;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);cursor:pointer}.el-select .el-input .el-select__caret.is-reverse{-webkit-transform:rotateZ(0);transform:rotateZ(0)}.el-select .el-input .el-select__caret.is-show-close{font-size:14px;text-align:center;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);border-radius:100%;color:#C0C4CC;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-select .el-input .el-select__caret.is-show-close:hover{color:#909399}.el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.el-select .el-input.is-disabled .el-input__inner:hover{border-color:#E4E7ED}.el-select .el-input.is-focus .el-input__inner{border-color:#409EFF}.el-select>.el-input{display:block}.el-select__input{border:none;outline:0;padding:0;margin-left:15px;color:#666;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;background-color:transparent}.el-select__input.is-mini{height:14px}.el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:25px;color:#C0C4CC;line-height:18px;font-size:14px}.el-select__close:hover{color:#909399}.el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-select .el-tag__close{margin-top:-2px}.el-select .el-tag{box-sizing:border-box;border-color:transparent;margin:2px 0 2px 6px;background-color:#f0f2f5}.el-select .el-tag__close.el-icon-close{background-color:#C0C4CC;right:-7px;top:0;color:#FFF}.el-select .el-tag__close.el-icon-close:hover{background-color:#909399}.el-table,.el-table__expanded-cell{background-color:#FFF}.el-select .el-tag__close.el-icon-close::before{display:block;-webkit-transform:translate(0,.5px);transform:translate(0,.5px)}.el-table{position:relative;overflow:hidden;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:100%;font-size:14px;color:#606266}.el-table--mini,.el-table--small,.el-table__expand-icon{font-size:12px}.el-table__empty-block{min-height:60px;text-align:center;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-table__empty-text{line-height:60px;width:50%;color:#909399}.el-table__expand-column .cell{padding:0;text-align:center}.el-table__expand-icon{position:relative;cursor:pointer;color:#666;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;height:20px}.el-table__expand-icon--expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-table__expand-icon>.el-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.el-table__expanded-cell[class*=cell]{padding:20px 50px}.el-table__expanded-cell:hover{background-color:transparent!important}.el-table__placeholder{display:inline-block;width:20px}.el-table--fit{border-right:0;border-bottom:0}.el-table--fit td.gutter,.el-table--fit th.gutter{border-right-width:1px}.el-table--scrollable-x .el-table__body-wrapper{overflow-x:auto}.el-table--scrollable-y .el-table__body-wrapper{overflow-y:auto}.el-table thead{color:#909399;font-weight:500}.el-table thead.is-group th{background:#F5F7FA}.el-table th,.el-table tr{background-color:#FFF}.el-table td,.el-table th{padding:12px 0;min-width:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative;text-align:left}.el-table td.is-center,.el-table th.is-center{text-align:center}.el-table td.is-right,.el-table th.is-right{text-align:right}.el-table td.gutter,.el-table th.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.el-table--medium td,.el-table--medium th{padding:10px 0}.el-table--small td,.el-table--small th{padding:8px 0}.el-table--mini td,.el-table--mini th{padding:6px 0}.el-table .cell,.el-table th div{padding-right:10px;overflow:hidden;text-overflow:ellipsis}.el-table .cell,.el-table th div,.el-table--border td:first-child .cell,.el-table--border th:first-child .cell{padding-left:10px}.el-table tr input[type=checkbox]{margin:0}.el-table td,.el-table th.is-leaf{border-bottom:1px solid #EBEEF5}.el-table th.is-sortable{cursor:pointer}.el-table th{white-space:nowrap;overflow:hidden;-webkit-user-select:none;user-select:none}.el-slider__button-wrapper,.el-time-panel{-ms-user-select:none;-webkit-user-select:none}.el-table th div{display:inline-block;line-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-table th>.cell{position:relative;word-wrap:normal;text-overflow:ellipsis;display:inline-block;vertical-align:middle;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-table th>.cell.highlight{color:#409EFF}.el-table th.required>div::before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.el-table td div{-webkit-box-sizing:border-box;box-sizing:border-box}.el-table td.gutter{width:0}.el-table .cell{-webkit-box-sizing:border-box;box-sizing:border-box;white-space:normal;word-break:break-all;line-height:23px}.el-table .cell.el-tooltip{white-space:nowrap;min-width:50px}.el-table--border,.el-table--group{border:1px solid #EBEEF5}.el-table--border::after,.el-table--group::after,.el-table::before{content:'';position:absolute;background-color:#EBEEF5;z-index:1}.el-table--border::after,.el-table--group::after{top:0;right:0;width:1px;height:100%}.el-table::before{left:0;bottom:0;width:100%;height:1px}.el-table--border{border-right:none;border-bottom:none}.el-table--border.el-loading-parent--relative{border-color:transparent}.el-table--border td,.el-table--border th,.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{border-right:1px solid #EBEEF5}.el-table--border th.gutter:last-of-type{border-bottom:1px solid #EBEEF5;border-bottom-width:1px}.el-table--border th,.el-table__fixed-right-patch{border-bottom:1px solid #EBEEF5}.el-table__fixed,.el-table__fixed-right{position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:hidden;-webkit-box-shadow:0 0 10px rgba(0,0,0,.12);box-shadow:0 0 10px rgba(0,0,0,.12)}.el-table__fixed-right::before,.el-table__fixed::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#EBEEF5;z-index:4}.el-table__fixed-right-patch{position:absolute;top:-1px;right:0;background-color:#FFF}.el-table__fixed-right{top:0;left:auto;right:0}.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper{left:auto;right:0}.el-table__fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.el-table__fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.el-table__fixed-footer-wrapper tbody td{border-top:1px solid #EBEEF5;background-color:#F5F7FA;color:#606266}.el-table__fixed-body-wrapper{position:absolute;left:0;top:37px;overflow:hidden;z-index:3}.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper{width:100%}.el-table__footer-wrapper{margin-top:-1px}.el-table__footer-wrapper td{border-top:1px solid #EBEEF5}.el-table__body,.el-table__footer,.el-table__header{table-layout:fixed;border-collapse:separate}.el-table__footer-wrapper,.el-table__header-wrapper{overflow:hidden}.el-table__footer-wrapper tbody td,.el-table__header-wrapper tbody td{background-color:#F5F7FA;color:#606266}.el-table__body-wrapper{overflow:hidden;position:relative}.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right{-webkit-box-shadow:none;box-shadow:none}.el-picker-panel,.el-table-filter{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right{border-left:1px solid #EBEEF5}.el-table .caret-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;width:24px;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.el-table .sort-caret{width:0;height:0;border:5px solid transparent;position:absolute;left:7px}.el-table .sort-caret.ascending{border-bottom-color:#C0C4CC;top:5px}.el-table .sort-caret.descending{border-top-color:#C0C4CC;bottom:7px}.el-table .ascending .sort-caret.ascending{border-bottom-color:#409EFF}.el-table .descending .sort-caret.descending{border-top-color:#409EFF}.el-table .hidden-columns{position:absolute;z-index:-1}.el-table--striped .el-table__body tr.el-table__row--striped td{background:#FAFAFA}.el-table--striped .el-table__body tr.el-table__row--striped.current-row td,.el-table__body tr.current-row>td,.el-table__body tr.hover-row.current-row>td,.el-table__body tr.hover-row.el-table__row--striped.current-row>td,.el-table__body tr.hover-row.el-table__row--striped>td,.el-table__body tr.hover-row>td{background-color:#ecf5ff}.el-table__column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:1px solid #EBEEF5;z-index:10}.el-table__column-filter-trigger{display:inline-block;line-height:34px;cursor:pointer}.el-table__column-filter-trigger i{color:#909399;font-size:12px;-webkit-transform:scale(.75);transform:scale(.75)}.el-table--enable-row-transition .el-table__body td{-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.el-table--enable-row-hover .el-table__body tr:hover>td{background-color:#F5F7FA}.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right{bottom:0;overflow:hidden}.el-table [class*=el-table__row--level] .el-table__expand-icon{display:inline-block;width:20px;line-height:20px;height:20px;text-align:center;margin-right:3px}.el-table-column--selection .cell{padding-left:14px;padding-right:14px}.el-table-filter{border:1px solid #EBEEF5;border-radius:2px;background-color:#FFF;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 0}.el-date-table td,.el-date-table td div{height:30px;-webkit-box-sizing:border-box}.el-table-filter__list{padding:5px 0;margin:0;list-style:none;min-width:100px}.el-table-filter__list-item{line-height:36px;padding:0 10px;cursor:pointer;font-size:14px}.el-table-filter__list-item:hover{background-color:#ecf5ff;color:#66b1ff}.el-table-filter__list-item.is-active{background-color:#409EFF;color:#FFF}.el-table-filter__content{min-width:100px}.el-table-filter__bottom{border-top:1px solid #EBEEF5;padding:8px}.el-table-filter__bottom button{background:0 0;border:none;color:#606266;cursor:pointer;font-size:13px;padding:0 3px}.el-date-table td.in-range div,.el-date-table td.in-range div:hover,.el-date-table.is-week-mode .el-date-table__row.current div,.el-date-table.is-week-mode .el-date-table__row:hover div{background-color:#F2F6FC}.el-table-filter__bottom button:hover{color:#409EFF}.el-table-filter__bottom button:focus{outline:0}.el-table-filter__bottom button.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-table-filter__wrap{max-height:280px}.el-table-filter__checkbox-group{padding:10px}.el-table-filter__checkbox-group label.el-checkbox{display:block;margin-right:5px;margin-bottom:8px;margin-left:5px}.el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-date-table{font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:#606266}.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td{width:32px;padding:4px 0;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.el-date-table td div{padding:3px 0;box-sizing:border-box}.el-date-table td span{width:24px;height:24px;display:block;margin:0 auto;line-height:24px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%}.el-date-table td.next-month,.el-date-table td.prev-month{color:#C0C4CC}.el-date-table td.today{position:relative}.el-date-table td.today span{color:#409EFF;font-weight:700}.el-date-table td.today.end-date span,.el-date-table td.today.start-date span{color:#FFF}.el-date-table td.available:hover{color:#409EFF}.el-date-table td.current:not(.disabled) span{color:#FFF;background-color:#409EFF}.el-date-table td.end-date div,.el-date-table td.start-date div{color:#FFF}.el-date-table td.end-date span,.el-date-table td.start-date span{background-color:#409EFF}.el-date-table td.start-date div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table td.end-date div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td.disabled div{background-color:#F5F7FA;opacity:1;cursor:not-allowed;color:#C0C4CC}.el-date-table td.selected div{margin-left:5px;margin-right:5px;background-color:#F2F6FC;border-radius:15px}.el-date-table td.selected div:hover{background-color:#F2F6FC}.el-date-table td.selected span{background-color:#409EFF;color:#FFF;border-radius:15px}.el-date-table td.week{font-size:80%;color:#606266}.el-month-table,.el-year-table{font-size:12px;border-collapse:collapse}.el-date-table th{padding:5px;color:#606266;font-weight:400;border-bottom:solid 1px #EBEEF5}.el-month-table{margin:-1px}.el-month-table td{text-align:center;padding:8px 0;cursor:pointer}.el-month-table td div{height:48px;padding:6px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-month-table td.today .cell{color:#409EFF;font-weight:700}.el-month-table td.today.end-date .cell,.el-month-table td.today.start-date .cell{color:#FFF}.el-month-table td.disabled .cell{background-color:#F5F7FA;cursor:not-allowed;color:#C0C4CC}.el-month-table td.disabled .cell:hover{color:#C0C4CC}.el-month-table td .cell{width:60px;height:36px;display:block;line-height:36px;color:#606266;margin:0 auto;border-radius:18px}.el-month-table td .cell:hover{color:#409EFF}.el-month-table td.in-range div,.el-month-table td.in-range div:hover{background-color:#F2F6FC}.el-month-table td.end-date div,.el-month-table td.start-date div{color:#FFF}.el-month-table td.end-date .cell,.el-month-table td.start-date .cell{color:#FFF;background-color:#409EFF}.el-month-table td.start-date div{border-top-left-radius:24px;border-bottom-left-radius:24px}.el-month-table td.end-date div{border-top-right-radius:24px;border-bottom-right-radius:24px}.el-month-table td.current:not(.disabled) .cell{color:#409EFF}.el-year-table{margin:-1px}.el-year-table .el-icon{color:#303133}.el-year-table td{text-align:center;padding:20px 3px;cursor:pointer}.el-year-table td.today .cell{color:#409EFF;font-weight:700}.el-year-table td.disabled .cell{background-color:#F5F7FA;cursor:not-allowed;color:#C0C4CC}.el-year-table td.disabled .cell:hover{color:#C0C4CC}.el-year-table td .cell{width:48px;height:32px;display:block;line-height:32px;color:#606266;margin:0 auto}.el-year-table td .cell:hover,.el-year-table td.current:not(.disabled) .cell{color:#409EFF}.el-date-range-picker{width:646px}.el-date-range-picker.has-sidebar{width:756px}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:513px}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker__header{position:relative;text-align:center;height:28px}.el-date-range-picker__header [class*=arrow-left]{float:left}.el-date-range-picker__header [class*=arrow-right]{float:right}.el-date-range-picker__header div{font-size:16px;font-weight:500;margin-right:50px}.el-date-range-picker__content{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:16px}.el-date-range-picker__content.is-left{border-right:1px solid #e4e4e4}.el-date-range-picker__content .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.el-date-range-picker__editors-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-range-picker__time-header>.el-icon-arrow-right{font-size:20px;vertical-align:middle;display:table-cell;color:#303133}.el-date-range-picker__time-picker-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-range-picker__time-picker-wrap .el-picker-panel{position:absolute;top:13px;right:0;z-index:1;background:#FFF}.el-date-picker{width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-picker__header{margin:12px;text-align:center}.el-date-picker__header--bordered{margin-bottom:0;padding-bottom:12px;border-bottom:solid 1px #EBEEF5}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#606266}.el-date-picker__header-label.active,.el-date-picker__header-label:hover{color:#409EFF}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.time-select{margin:5px 0;min-width:0}.time-select .el-picker-panel__content{max-height:200px;margin:0}.time-select-item{padding:8px 10px;font-size:14px;line-height:20px}.time-select-item.selected:not(.disabled){color:#409EFF;font-weight:700}.time-select-item.disabled{color:#E4E7ED;cursor:not-allowed}.time-select-item:hover{background-color:#F5F7FA;font-weight:700;cursor:pointer}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:220px}.el-date-editor--monthrange.el-input,.el-date-editor--monthrange.el-input__inner{width:300px}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:350px}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:400px}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#C0C4CC;float:left;line-height:32px}.el-date-editor .el-range-input,.el-date-editor .el-range-separator{height:100%;margin:0;text-align:center;display:inline-block;font-size:14px}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;padding:0;width:39%;color:#606266}.el-date-editor .el-range-input::-webkit-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input:-ms-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::-ms-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::placeholder{color:#C0C4CC}.el-date-editor .el-range-separator{padding:0 5px;line-height:32px;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:14px;color:#C0C4CC;width:25px;display:inline-block;float:right;line-height:32px}.el-range-editor.el-input__inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor.is-active,.el-range-editor.is-active:hover{border-color:#409EFF}.el-range-editor--medium.el-input__inner{height:36px}.el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.el-range-editor--medium .el-range-input{font-size:14px}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:28px}.el-range-editor--small.el-input__inner{height:32px}.el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.el-range-editor--small .el-range-input{font-size:13px}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:24px}.el-range-editor--mini.el-input__inner{height:28px}.el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.el-range-editor--mini .el-range-input{font-size:12px}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:20px}.el-range-editor.is-disabled{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#E4E7ED}.el-range-editor.is-disabled input{background-color:#F5F7FA;color:#C0C4CC;cursor:not-allowed}.el-range-editor.is-disabled input::-webkit-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input:-ms-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::-ms-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::placeholder{color:#C0C4CC}.el-range-editor.is-disabled .el-range-separator{color:#C0C4CC}.el-picker-panel{color:#606266;border:1px solid #E4E7ED;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#FFF;border-radius:4px;line-height:30px;margin:5px 0}.el-popover,.el-time-panel{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-picker-panel__body-wrapper::after,.el-picker-panel__body::after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#FFF;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#606266;padding-left:12px;text-align:left;outline:0;cursor:pointer}.el-picker-panel__shortcut:hover{color:#409EFF}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#409EFF}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#303133;border:0;background:0 0;cursor:pointer;outline:0;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#409EFF}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#FFF;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__input.el-input .el-input__inner,.el-time-spinner__list{padding:0;text-align:center}.el-time-spinner__wrapper.is-arrow{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{-webkit-transform:translateY(-32px);transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#FFF;cursor:default}.el-time-spinner__arrow{font-size:12px;color:#909399;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:30px;line-height:30px;cursor:pointer}.el-time-spinner__arrow:hover{color:#409EFF}.el-time-spinner__arrow.el-icon-arrow-up{top:10px}.el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__list{margin:0;list-style:none}.el-time-spinner__list::after,.el-time-spinner__list::before{content:'';display:block;width:100%;height:80px}.el-time-spinner__item{height:32px;line-height:32px;font-size:12px;color:#606266}.el-time-spinner__item:hover:not(.disabled):not(.active){background:#F5F7FA;cursor:pointer}.el-time-spinner__item.active:not(.disabled){color:#303133;font-weight:700}.el-time-spinner__item.disabled{color:#C0C4CC;cursor:not-allowed}.el-time-panel{margin:5px 0;border:1px solid #E4E7ED;background-color:#FFF;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;-moz-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content::after,.el-time-panel__content::before{content:"";top:50%;position:absolute;margin-top:-15px;height:32px;z-index:-1;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #E4E7ED;border-bottom:1px solid #E4E7ED}.el-time-panel__content::after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content::before{padding-left:50%;margin-right:12%;margin-left:12%}.el-time-panel__content.has-seconds::after{left:calc(100% / 3 * 2)}.el-time-panel__content.has-seconds::before{padding-left:calc(100% / 3)}.el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-time-panel__btn{border:none;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:0;font-size:12px;color:#303133}.el-time-panel__btn.confirm{font-weight:800;color:#409EFF}.el-time-range-picker{width:354px;overflow:visible}.el-time-range-picker__content{position:relative;text-align:center;padding:10px}.el-time-range-picker__cell{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:14px}.el-time-range-picker__body{border-radius:2px;border:1px solid #E4E7ED}.el-popover{position:absolute;background:#FFF;min-width:150px;border:1px solid #EBEEF5;padding:12px;z-index:2000;color:#606266;line-height:1.4;text-align:justify;font-size:14px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);word-break:break-all}.el-popover--plain{padding:18px 20px}.el-popover__title{color:#303133;font-size:16px;line-height:1;margin-bottom:12px}.v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{100%{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.el-popup-parent--hidden{overflow:hidden}.el-message-box{display:inline-block;width:420px;padding-bottom:10px;vertical-align:middle;background-color:#FFF;border-radius:4px;border:1px solid #EBEEF5;font-size:18px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);text-align:left;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.el-message-box__wrapper{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center}.el-message-box__wrapper::after{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.el-message-box__header{position:relative;padding:15px 15px 10px}.el-message-box__title{padding-left:0;margin-bottom:0;font-size:18px;line-height:1;color:#303133}.el-message-box__headerbtn{position:absolute;top:15px;right:15px;padding:0;border:none;outline:0;background:0 0;font-size:16px;cursor:pointer}.el-form-item.is-error .el-input__inner,.el-form-item.is-error .el-input__inner:focus,.el-form-item.is-error .el-textarea__inner,.el-form-item.is-error .el-textarea__inner:focus,.el-message-box__input input.invalid,.el-message-box__input input.invalid:focus{border-color:#F56C6C}.el-message-box__headerbtn .el-message-box__close{color:#909399}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:#409EFF}.el-message-box__content{position:relative;padding:10px 15px;color:#606266;font-size:14px}.el-message-box__input{padding-top:15px}.el-message-box__status{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:24px!important}.el-message-box__status::before{padding-left:1px}.el-message-box__status+.el-message-box__message{padding-left:36px;padding-right:12px}.el-message-box__status.el-icon-success{color:#67C23A}.el-message-box__status.el-icon-info{color:#909399}.el-message-box__status.el-icon-warning{color:#E6A23C}.el-message-box__status.el-icon-error{color:#F56C6C}.el-message-box__message{margin:0}.el-message-box__message p{margin:0;line-height:24px}.el-message-box__errormsg{color:#F56C6C;font-size:12px;min-height:18px;margin-top:2px}.el-message-box__btns{padding:5px 15px 0;text-align:right}.el-message-box__btns button:nth-child(2){margin-left:10px}.el-message-box__btns-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.el-container,.el-container.is-vertical,.el-link,.el-steps--vertical{-webkit-box-direction:normal}.el-message-box--center{padding-bottom:30px}.el-message-box--center .el-message-box__header{padding-top:30px}.el-message-box--center .el-message-box__title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message-box--center .el-message-box__status{position:relative;top:auto;padding-right:5px;text-align:center;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.el-message-box--center .el-message-box__message{margin-left:0}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__content{text-align:center}.el-message-box--center .el-message-box__content{padding-left:27px;padding-right:27px}.msgbox-fade-enter-active{-webkit-animation:msgbox-fade-in .3s;animation:msgbox-fade-in .3s}.msgbox-fade-leave-active{-webkit-animation:msgbox-fade-out .3s;animation:msgbox-fade-out .3s}@-webkit-keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-breadcrumb{font-size:14px;line-height:1}.el-breadcrumb::after,.el-breadcrumb::before{display:table;content:""}.el-breadcrumb::after{clear:both}.el-breadcrumb__separator{margin:0 9px;font-weight:700;color:#C0C4CC}.el-breadcrumb__separator[class*=icon]{margin:0 6px;font-weight:400}.el-breadcrumb__item{float:left}.el-breadcrumb__inner{color:#606266}.el-breadcrumb__inner a,.el-breadcrumb__inner.is-link{font-weight:700;text-decoration:none;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1);color:#303133}.el-breadcrumb__inner a:hover,.el-breadcrumb__inner.is-link:hover{color:#409EFF;cursor:pointer}.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover{font-weight:400;color:#606266;cursor:text}.el-breadcrumb__item:last-child .el-breadcrumb__separator{display:none}.el-form--label-left .el-form-item__label{text-align:left}.el-form--label-top .el-form-item__label{float:none;display:inline-block;text-align:left;padding:0 0 10px}.el-form--inline .el-form-item{display:inline-block;margin-right:10px;vertical-align:top}.el-form--inline .el-form-item__label{float:none;display:inline-block}.el-form--inline .el-form-item__content{display:inline-block;vertical-align:top}.el-form--inline.el-form--label-top .el-form-item__content{display:block}.el-form-item{margin-bottom:22px}.el-form-item::after,.el-form-item::before{display:table;content:""}.el-form-item::after{clear:both}.el-form-item .el-form-item{margin-bottom:0}.el-form-item--mini.el-form-item,.el-form-item--small.el-form-item{margin-bottom:18px}.el-form-item .el-input__validateIcon{display:none}.el-form-item--medium .el-form-item__content,.el-form-item--medium .el-form-item__label{line-height:36px}.el-form-item--small .el-form-item__content,.el-form-item--small .el-form-item__label{line-height:32px}.el-form-item--small .el-form-item__error{padding-top:2px}.el-form-item--mini .el-form-item__content,.el-form-item--mini .el-form-item__label{line-height:28px}.el-form-item--mini .el-form-item__error{padding-top:1px}.el-form-item__label-wrap{float:left}.el-form-item__label-wrap .el-form-item__label{display:inline-block;float:none}.el-form-item__label{text-align:right;vertical-align:middle;float:left;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-form-item__content{line-height:40px;position:relative;font-size:14px}.el-form-item__content::after,.el-form-item__content::before{display:table;content:""}.el-form-item__content::after{clear:both}.el-form-item__content .el-input-group{vertical-align:top}.el-form-item__error{color:#F56C6C;font-size:12px;line-height:1;padding-top:4px;position:absolute;top:100%;left:0}.el-form-item__error--inline{position:relative;top:auto;left:auto;display:inline-block;margin-left:10px}.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{content:'*';color:#F56C6C;margin-right:4px}.el-form-item.is-error .el-input-group__append .el-input__inner,.el-form-item.is-error .el-input-group__prepend .el-input__inner{border-color:transparent}.el-form-item.is-error .el-input__validateIcon{color:#F56C6C}.el-form-item.is-success .el-input__inner,.el-form-item.is-success .el-input__inner:focus,.el-form-item.is-success .el-textarea__inner,.el-form-item.is-success .el-textarea__inner:focus{border-color:#67C23A}.el-form-item.is-success .el-input-group__append .el-input__inner,.el-form-item.is-success .el-input-group__prepend .el-input__inner{border-color:transparent}.el-form-item.is-success .el-input__validateIcon{color:#67C23A}.el-form-item--feedback .el-input__validateIcon{display:inline-block}.el-tabs__header{padding:0;position:relative;margin:0 0 15px}.el-tabs__active-bar{position:absolute;bottom:0;left:0;height:2px;background-color:#409EFF;z-index:1;-webkit-transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);list-style:none}.el-tabs__new-tab{float:right;border:1px solid #d3dce6;height:18px;width:18px;line-height:18px;margin:12px 0 9px 10px;border-radius:3px;text-align:center;font-size:12px;color:#d3dce6;cursor:pointer;-webkit-transition:all .15s;transition:all .15s}.el-collapse-item__arrow,.el-tabs__nav{-webkit-transition:-webkit-transform .3s}.el-tabs__new-tab .el-icon-plus{-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}.el-tabs__new-tab:hover{color:#409EFF}.el-tabs__nav-wrap{overflow:hidden;margin-bottom:-1px;position:relative}.el-tabs__nav-wrap::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#E4E7ED;z-index:1}.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap::after,.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap::after{content:none}.el-tabs__nav-wrap.is-scrollable{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs__nav-scroll{overflow:hidden}.el-tabs__nav-next,.el-tabs__nav-prev{position:absolute;cursor:pointer;line-height:44px;font-size:12px;color:#909399}.el-tabs__nav-next{right:0}.el-tabs__nav-prev{left:0}.el-tabs__nav{white-space:nowrap;position:relative;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;float:left;z-index:2}.el-tabs__nav.is-stretch{min-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.el-tabs__nav.is-stretch>*{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.el-tabs__item{padding:0 20px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:40px;display:inline-block;list-style:none;font-size:14px;font-weight:500;color:#303133;position:relative}.el-tabs__item:focus,.el-tabs__item:focus:active{outline:0}.el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #409EFF inset;box-shadow:0 0 2px 2px #409EFF inset;border-radius:3px}.el-tabs__item .el-icon-close{border-radius:50%;text-align:center;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);margin-left:5px}.el-tabs__item .el-icon-close:before{-webkit-transform:scale(.9);transform:scale(.9);display:inline-block}.el-tabs__item .el-icon-close:hover{background-color:#C0C4CC;color:#FFF}.el-tabs__item.is-active{color:#409EFF}.el-tabs__item:hover{color:#409EFF;cursor:pointer}.el-tabs__item.is-disabled{color:#C0C4CC;cursor:default}.el-tabs__content{overflow:hidden;position:relative}.el-tabs--card>.el-tabs__header{border-bottom:1px solid #E4E7ED}.el-tabs--card>.el-tabs__header .el-tabs__nav{border:1px solid #E4E7ED;border-bottom:none;border-radius:4px 4px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs--card>.el-tabs__header .el-tabs__active-bar{display:none}.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close{position:relative;font-size:12px;width:0;height:14px;vertical-align:middle;line-height:15px;overflow:hidden;top:-1px;right:-2px;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close,.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close{width:14px}.el-tabs--card>.el-tabs__header .el-tabs__item{border-bottom:1px solid transparent;border-left:1px solid #E4E7ED;-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)}.el-tabs--card>.el-tabs__header .el-tabs__item:first-child{border-left:none}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover{padding-left:13px;padding-right:13px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:#FFF}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable{padding-left:20px;padding-right:20px}.el-tabs--border-card{background:#FFF;border:1px solid #DCDFE6;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)}.el-tabs--border-card>.el-tabs__content{padding:15px}.el-tabs--border-card>.el-tabs__header{background-color:#F5F7FA;border-bottom:1px solid #E4E7ED;margin:0}.el-tabs--border-card>.el-tabs__header .el-tabs__item{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);border:1px solid transparent;margin-top:-1px;color:#909399}.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child{margin-left:-1px}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#409EFF;background-color:#FFF;border-right-color:#DCDFE6;border-left-color:#DCDFE6}.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#409EFF}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled{color:#C0C4CC}.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child{margin-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),.el-tabs--top .el-tabs__item.is-top:nth-child(2){padding-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:last-child,.el-tabs--bottom .el-tabs__item.is-top:last-child,.el-tabs--top .el-tabs__item.is-bottom:last-child,.el-tabs--top .el-tabs__item.is-top:last-child{padding-right:0}.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:20px}.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child{padding-right:20px}.el-tabs--bottom .el-tabs__header.is-bottom{margin-bottom:0;margin-top:10px}.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom{border-bottom:0;border-top:1px solid #DCDFE6}.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom{margin-top:-1px;margin-bottom:0}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active){border:1px solid transparent}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom{margin:0 -1px -1px}.el-tabs--left,.el-tabs--right{overflow:hidden}.el-tabs--left .el-tabs__header.is-left,.el-tabs--left .el-tabs__header.is-right,.el-tabs--left .el-tabs__nav-scroll,.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__header.is-left,.el-tabs--right .el-tabs__header.is-right,.el-tabs--right .el-tabs__nav-scroll,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{height:100%}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__active-bar.is-right,.el-tabs--right .el-tabs__active-bar.is-left,.el-tabs--right .el-tabs__active-bar.is-right{top:0;bottom:auto;width:2px;height:auto}.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{margin-bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{height:30px;line-height:30px;width:100%;text-align:center;cursor:pointer}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{left:auto;top:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next{right:auto;bottom:0}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__nav-wrap.is-left::after{right:0;left:auto}.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable{padding:30px 0}.el-tabs--left .el-tabs__nav-wrap.is-left::after,.el-tabs--left .el-tabs__nav-wrap.is-right::after,.el-tabs--right .el-tabs__nav-wrap.is-left::after,.el-tabs--right .el-tabs__nav-wrap.is-right::after{height:100%;width:2px;bottom:auto;top:0}.el-tabs--left .el-tabs__nav.is-left,.el-tabs--left .el-tabs__nav.is-right,.el-tabs--right .el-tabs__nav.is-left,.el-tabs--right .el-tabs__nav.is-right{float:none}.el-tabs--left .el-tabs__item.is-left,.el-tabs--left .el-tabs__item.is-right,.el-tabs--right .el-tabs__item.is-left,.el-tabs--right .el-tabs__item.is-right{display:block}.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left,.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right{display:none}.el-tabs--left .el-tabs__header.is-left{float:left;margin-bottom:0;margin-right:10px}.el-tabs--left .el-tabs__nav-wrap.is-left{margin-right:-1px}.el-tabs--left .el-tabs__item.is-left{text-align:right}.el-tabs--left.el-tabs--card .el-tabs__item.is-left{border-left:none;border-right:1px solid #E4E7ED;border-bottom:none;border-top:1px solid #E4E7ED;text-align:left}.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child{border-right:1px solid #E4E7ED;border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active{border:1px solid #E4E7ED;border-right-color:#fff;border-left:none;border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child{border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child{border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__nav{border-radius:4px 0 0 4px;border-bottom:1px solid #E4E7ED;border-right:none}.el-tabs--left.el-tabs--card .el-tabs__new-tab{float:none}.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left{border-right:1px solid #dfe4ed}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left{border:1px solid transparent;margin:-1px 0 -1px -1px}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active{border-color:#d1dbe5 transparent}.el-tabs--right .el-tabs__header.is-right{float:right;margin-bottom:0;margin-left:10px}.el-tabs--right .el-tabs__nav-wrap.is-right{margin-left:-1px}.el-tabs--right .el-tabs__nav-wrap.is-right::after{left:0;right:auto}.el-tabs--right .el-tabs__active-bar.is-right{left:0}.el-tabs--right.el-tabs--card .el-tabs__item.is-right{border-bottom:none;border-top:1px solid #E4E7ED}.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child{border-left:1px solid #E4E7ED;border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active{border:1px solid #E4E7ED;border-left-color:#fff;border-right:none;border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child{border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child{border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__nav{border-radius:0 4px 4px 0;border-bottom:1px solid #E4E7ED;border-left:none}.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right{border-left:1px solid #dfe4ed}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right{border:1px solid transparent;margin:-1px -1px -1px 0}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active{border-color:#d1dbe5 transparent}.slideInLeft-transition,.slideInRight-transition{display:inline-block}.slideInRight-enter{-webkit-animation:slideInRight-enter .3s;animation:slideInRight-enter .3s}.slideInRight-leave{position:absolute;left:0;right:0;-webkit-animation:slideInRight-leave .3s;animation:slideInRight-leave .3s}.slideInLeft-enter{-webkit-animation:slideInLeft-enter .3s;animation:slideInLeft-enter .3s}.slideInLeft-leave{position:absolute;left:0;right:0;-webkit-animation:slideInLeft-leave .3s;animation:slideInLeft-leave .3s}@-webkit-keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@-webkit-keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}@keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}.el-tree{position:relative;cursor:default;background:#FFF;color:#606266}.el-tree__empty-block{position:relative;min-height:60px;text-align:center;width:100%;height:100%}.el-tree__empty-text{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#909399}.el-tree__drop-indicator{position:absolute;left:0;right:0;height:1px;background-color:#409EFF}.el-tree-node{white-space:nowrap;outline:0}.el-tree-node:focus>.el-tree-node__content{background-color:#F5F7FA}.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#409EFF;color:#fff}.el-tree-node__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:26px;cursor:pointer}.el-tree-node__content>.el-tree-node__expand-icon{padding:6px}.el-tree-node__content>.el-checkbox{margin-right:8px}.el-tree-node__content:hover{background-color:#F5F7FA}.el-tree.is-dragging .el-tree-node__content{cursor:move}.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content{cursor:not-allowed}.el-tree-node__expand-icon{cursor:pointer;color:#C0C4CC;font-size:12px;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.el-tree-node__expand-icon.expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-tree-node__expand-icon.is-leaf{color:transparent;cursor:default}.el-tree-node__label{font-size:14px}.el-tree-node__loading-icon{margin-right:8px;font-size:14px;color:#C0C4CC}.el-tree-node>.el-tree-node__children{overflow:hidden;background-color:transparent}.el-tree-node.is-expanded>.el-tree-node__children{display:block}.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#f0f7ff}.el-alert{width:100%;padding:8px 16px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;position:relative;background-color:#FFF;overflow:hidden;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .2s;transition:opacity .2s}.el-alert.is-light .el-alert__closebtn{color:#C0C4CC}.el-alert.is-dark .el-alert__closebtn,.el-alert.is-dark .el-alert__description{color:#FFF}.el-alert.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-alert--success.is-light{background-color:#f0f9eb;color:#67C23A}.el-alert--success.is-light .el-alert__description{color:#67C23A}.el-alert--success.is-dark{background-color:#67C23A;color:#FFF}.el-alert--info.is-light{background-color:#f4f4f5;color:#909399}.el-alert--info.is-dark{background-color:#909399;color:#FFF}.el-alert--info .el-alert__description{color:#909399}.el-alert--warning.is-light{background-color:#fdf6ec;color:#E6A23C}.el-alert--warning.is-light .el-alert__description{color:#E6A23C}.el-alert--warning.is-dark{background-color:#E6A23C;color:#FFF}.el-alert--error.is-light{background-color:#fef0f0;color:#F56C6C}.el-alert--error.is-light .el-alert__description{color:#F56C6C}.el-alert--error.is-dark{background-color:#F56C6C;color:#FFF}.el-alert__content{display:table-cell;padding:0 8px}.el-alert__icon{font-size:16px;width:16px}.el-alert__icon.is-big{font-size:28px;width:28px}.el-alert__title{font-size:13px;line-height:18px}.el-alert__title.is-bold{font-weight:700}.el-alert .el-alert__description{font-size:12px;margin:5px 0 0}.el-alert__closebtn{font-size:12px;opacity:1;position:absolute;top:12px;right:15px;cursor:pointer}.el-alert-fade-enter,.el-alert-fade-leave-active,.el-loading-fade-enter,.el-loading-fade-leave-active,.el-notification-fade-leave-active{opacity:0}.el-alert__closebtn.is-customed{font-style:normal;font-size:13px;top:9px}.el-notification{display:-webkit-box;display:-ms-flexbox;display:flex;width:330px;padding:14px 26px 14px 13px;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #EBEEF5;position:fixed;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;overflow:hidden}.el-notification.right{right:16px}.el-notification.left{left:16px}.el-notification__group{margin-left:13px;margin-right:8px}.el-notification__title{font-weight:700;font-size:16px;color:#303133;margin:0}.el-notification__content{font-size:14px;line-height:21px;margin:6px 0 0;color:#606266;text-align:justify}.el-notification__content p{margin:0}.el-notification__icon{height:24px;width:24px;font-size:24px}.el-notification__closeBtn{position:absolute;top:18px;right:15px;cursor:pointer;color:#909399;font-size:16px}.el-notification__closeBtn:hover{color:#606266}.el-notification .el-icon-success{color:#67C23A}.el-notification .el-icon-error{color:#F56C6C}.el-notification .el-icon-info{color:#909399}.el-notification .el-icon-warning{color:#E6A23C}.el-notification-fade-enter.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.el-notification-fade-enter.left{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.el-input-number{position:relative;display:inline-block;width:180px;line-height:38px}.el-input-number .el-input{display:block}.el-input-number .el-input__inner{-webkit-appearance:none;padding-left:50px;padding-right:50px;text-align:center}.el-input-number__decrease,.el-input-number__increase{position:absolute;z-index:1;top:1px;width:40px;height:auto;text-align:center;background:#F5F7FA;color:#606266;cursor:pointer;font-size:13px}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:#409EFF}.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#409EFF}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-input-number__increase{right:1px;border-radius:0 4px 4px 0;border-left:1px solid #DCDFE6}.el-input-number__decrease{left:1px;border-radius:4px 0 0 4px;border-right:1px solid #DCDFE6}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:#E4E7ED;color:#E4E7ED}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:#E4E7ED;cursor:not-allowed}.el-input-number--medium{width:200px;line-height:34px}.el-input-number--medium .el-input-number__decrease,.el-input-number--medium .el-input-number__increase{width:36px;font-size:14px}.el-input-number--medium .el-input__inner{padding-left:43px;padding-right:43px}.el-input-number--small{width:130px;line-height:30px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{width:32px;font-size:13px}.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.9);transform:scale(.9)}.el-input-number--small .el-input__inner{padding-left:39px;padding-right:39px}.el-input-number--mini{width:130px;line-height:26px}.el-input-number--mini .el-input-number__decrease,.el-input-number--mini .el-input-number__increase{width:28px;font-size:12px}.el-input-number--mini .el-input-number__decrease [class*=el-icon],.el-input-number--mini .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number--mini .el-input__inner{padding-left:35px;padding-right:35px}.el-input-number.is-without-controls .el-input__inner{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__inner{padding-left:15px;padding-right:50px}.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase{height:auto;line-height:19px}.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-radius:0 4px 0 0;border-bottom:1px solid #DCDFE6}.el-input-number.is-controls-right .el-input-number__decrease{right:1px;bottom:1px;top:auto;left:auto;border-right:none;border-left:1px solid #DCDFE6;border-radius:0 0 4px}.el-input-number.is-controls-right[class*=medium] [class*=decrease],.el-input-number.is-controls-right[class*=medium] [class*=increase]{line-height:17px}.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase]{line-height:15px}.el-input-number.is-controls-right[class*=mini] [class*=decrease],.el-input-number.is-controls-right[class*=mini] [class*=increase]{line-height:13px}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2;min-width:10px;word-wrap:break-word}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow::after{content:" ";border-width:5px}.el-progress-bar__inner::after,.el-row::after,.el-row::before,.el-slider::after,.el-slider::before,.el-slider__button-wrapper::after,.el-upload-cover::after{content:""}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-5px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow::after{bottom:-5px;left:1px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper.is-dark{background:#303133;color:#FFF}.el-tooltip__popper.is-light{background:#FFF;border:1px solid #303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after{border-top-color:#FFF}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after{border-bottom-color:#FFF}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#303133}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after{border-left-color:#FFF}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#303133}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after{border-right-color:#FFF}.el-slider::after,.el-slider::before{display:table}.el-slider__button-wrapper .el-tooltip,.el-slider__button-wrapper::after{vertical-align:middle;display:inline-block}.el-slider::after{clear:both}.el-slider__runway{width:100%;height:6px;margin:16px 0;background-color:#E4E7ED;border-radius:3px;position:relative;cursor:pointer;vertical-align:middle}.el-slider__runway.show-input{margin-right:160px;width:auto}.el-slider__runway.disabled{cursor:default}.el-slider__runway.disabled .el-slider__bar{background-color:#C0C4CC}.el-slider__runway.disabled .el-slider__button{border-color:#C0C4CC}.el-slider__runway.disabled .el-slider__button-wrapper.dragging,.el-slider__runway.disabled .el-slider__button-wrapper.hover,.el-slider__runway.disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.el-slider__runway.disabled .el-slider__button.dragging,.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover{-webkit-transform:scale(1);transform:scale(1);cursor:not-allowed}.el-slider__button-wrapper,.el-slider__stop{-webkit-transform:translateX(-50%);position:absolute}.el-slider__input{float:right;margin-top:3px;width:130px}.el-slider__input.el-input-number--mini{margin-top:5px}.el-slider__input.el-input-number--medium{margin-top:0}.el-slider__input.el-input-number--large{margin-top:-2px}.el-slider__bar{height:6px;background-color:#409EFF;border-top-left-radius:3px;border-bottom-left-radius:3px;position:absolute}.el-slider__button-wrapper{height:36px;width:36px;z-index:1001;top:-15px;transform:translateX(-50%);background-color:transparent;text-align:center;-moz-user-select:none;user-select:none;line-height:normal}.el-slider__button,.el-step__icon-inner{-webkit-user-select:none;-ms-user-select:none}.el-slider__button-wrapper::after{height:100%}.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button-wrapper.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__button{width:16px;height:16px;border:2px solid #409EFF;background-color:#FFF;border-radius:50%;-webkit-transition:.2s;transition:.2s;-moz-user-select:none;user-select:none}.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.el-slider__button.hover,.el-slider__button:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__stop{height:6px;width:6px;border-radius:100%;background-color:#FFF;transform:translateX(-50%)}.el-slider__marks{top:0;left:12px;width:18px;height:100%}.el-slider__marks-text{position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;color:#909399;margin-top:15px}.el-slider.is-vertical{position:relative}.el-slider.is-vertical .el-slider__runway{width:6px;height:100%;margin:0 16px}.el-slider.is-vertical .el-slider__bar{width:6px;height:auto;border-radius:0 0 3px 3px}.el-slider.is-vertical .el-slider__button-wrapper{top:auto;left:-15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical .el-slider__stop{-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical.el-slider--with-input{padding-bottom:58px}.el-slider.is-vertical.el-slider--with-input .el-slider__input{overflow:visible;float:none;position:absolute;bottom:22px;width:36px;margin-top:15px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner{text-align:center;padding-left:5px;padding-right:5px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{top:32px;margin-top:-1px;border:1px solid #DCDFE6;line-height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease{width:18px;right:18px;border-bottom-left-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{width:19px;border-bottom-right-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase{border-color:#C0C4CC}.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#409EFF}.el-slider.is-vertical .el-slider__marks-text{margin-top:0;left:15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:2000;background-color:rgba(255,255,255,.9);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-col-pull-0,.el-col-pull-1,.el-col-pull-10,.el-col-pull-11,.el-col-pull-13,.el-col-pull-14,.el-col-pull-15,.el-col-pull-16,.el-col-pull-17,.el-col-pull-18,.el-col-pull-19,.el-col-pull-2,.el-col-pull-20,.el-col-pull-21,.el-col-pull-22,.el-col-pull-23,.el-col-pull-24,.el-col-pull-3,.el-col-pull-4,.el-col-pull-5,.el-col-pull-6,.el-col-pull-7,.el-col-pull-8,.el-col-pull-9,.el-col-push-0,.el-col-push-1,.el-col-push-10,.el-col-push-11,.el-col-push-12,.el-col-push-13,.el-col-push-14,.el-col-push-15,.el-col-push-16,.el-col-push-17,.el-col-push-18,.el-col-push-19,.el-col-push-2,.el-col-push-20,.el-col-push-21,.el-col-push-22,.el-col-push-23,.el-col-push-24,.el-col-push-3,.el-col-push-4,.el-col-push-5,.el-col-push-6,.el-col-push-7,.el-col-push-8,.el-col-push-9,.el-row{position:relative}.el-loading-spinner .el-loading-text{color:#409EFF;margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#409EFF;stroke-linecap:round}.el-loading-spinner i{color:#409EFF}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.el-row{-webkit-box-sizing:border-box;box-sizing:border-box}.el-row::after,.el-row::before{display:table}.el-row::after{clear:both}.el-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.el-col-0,.el-row--flex:after,.el-row--flex:before{display:none}.el-row--flex.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-row--flex.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.el-row--flex.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.el-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.el-row--flex.is-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-row--flex.is-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}[class*=el-col-]{float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-upload--picture-card,.el-upload-dragger{-webkit-box-sizing:border-box;cursor:pointer}.el-col-0{width:0%}.el-col-offset-0{margin-left:0}.el-col-pull-0{right:0}.el-col-push-0{left:0}.el-col-1{width:4.16667%}.el-col-offset-1{margin-left:4.16667%}.el-col-pull-1{right:4.16667%}.el-col-push-1{left:4.16667%}.el-col-2{width:8.33333%}.el-col-offset-2{margin-left:8.33333%}.el-col-pull-2{right:8.33333%}.el-col-push-2{left:8.33333%}.el-col-3{width:12.5%}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{right:12.5%}.el-col-push-3{left:12.5%}.el-col-4{width:16.66667%}.el-col-offset-4{margin-left:16.66667%}.el-col-pull-4{right:16.66667%}.el-col-push-4{left:16.66667%}.el-col-5{width:20.83333%}.el-col-offset-5{margin-left:20.83333%}.el-col-pull-5{right:20.83333%}.el-col-push-5{left:20.83333%}.el-col-6{width:25%}.el-col-offset-6{margin-left:25%}.el-col-pull-6{right:25%}.el-col-push-6{left:25%}.el-col-7{width:29.16667%}.el-col-offset-7{margin-left:29.16667%}.el-col-pull-7{right:29.16667%}.el-col-push-7{left:29.16667%}.el-col-8{width:33.33333%}.el-col-offset-8{margin-left:33.33333%}.el-col-pull-8{right:33.33333%}.el-col-push-8{left:33.33333%}.el-col-9{width:37.5%}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{right:37.5%}.el-col-push-9{left:37.5%}.el-col-10{width:41.66667%}.el-col-offset-10{margin-left:41.66667%}.el-col-pull-10{right:41.66667%}.el-col-push-10{left:41.66667%}.el-col-11{width:45.83333%}.el-col-offset-11{margin-left:45.83333%}.el-col-pull-11{right:45.83333%}.el-col-push-11{left:45.83333%}.el-col-12{width:50%}.el-col-offset-12{margin-left:50%}.el-col-pull-12{position:relative;right:50%}.el-col-push-12{left:50%}.el-col-13{width:54.16667%}.el-col-offset-13{margin-left:54.16667%}.el-col-pull-13{right:54.16667%}.el-col-push-13{left:54.16667%}.el-col-14{width:58.33333%}.el-col-offset-14{margin-left:58.33333%}.el-col-pull-14{right:58.33333%}.el-col-push-14{left:58.33333%}.el-col-15{width:62.5%}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{right:62.5%}.el-col-push-15{left:62.5%}.el-col-16{width:66.66667%}.el-col-offset-16{margin-left:66.66667%}.el-col-pull-16{right:66.66667%}.el-col-push-16{left:66.66667%}.el-col-17{width:70.83333%}.el-col-offset-17{margin-left:70.83333%}.el-col-pull-17{right:70.83333%}.el-col-push-17{left:70.83333%}.el-col-18{width:75%}.el-col-offset-18{margin-left:75%}.el-col-pull-18{right:75%}.el-col-push-18{left:75%}.el-col-19{width:79.16667%}.el-col-offset-19{margin-left:79.16667%}.el-col-pull-19{right:79.16667%}.el-col-push-19{left:79.16667%}.el-col-20{width:83.33333%}.el-col-offset-20{margin-left:83.33333%}.el-col-pull-20{right:83.33333%}.el-col-push-20{left:83.33333%}.el-col-21{width:87.5%}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{right:87.5%}.el-col-push-21{left:87.5%}.el-col-22{width:91.66667%}.el-col-offset-22{margin-left:91.66667%}.el-col-pull-22{right:91.66667%}.el-col-push-22{left:91.66667%}.el-col-23{width:95.83333%}.el-col-offset-23{margin-left:95.83333%}.el-col-pull-23{right:95.83333%}.el-col-push-23{left:95.83333%}.el-col-24{width:100%}.el-col-offset-24{margin-left:100%}.el-col-pull-24{right:100%}.el-col-push-24{left:100%}@media only screen and (max-width:767px){.el-col-xs-0{display:none;width:0%}.el-col-xs-offset-0{margin-left:0}.el-col-xs-pull-0{position:relative;right:0}.el-col-xs-push-0{position:relative;left:0}.el-col-xs-1{width:4.16667%}.el-col-xs-offset-1{margin-left:4.16667%}.el-col-xs-pull-1{position:relative;right:4.16667%}.el-col-xs-push-1{position:relative;left:4.16667%}.el-col-xs-2{width:8.33333%}.el-col-xs-offset-2{margin-left:8.33333%}.el-col-xs-pull-2{position:relative;right:8.33333%}.el-col-xs-push-2{position:relative;left:8.33333%}.el-col-xs-3{width:12.5%}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{position:relative;left:12.5%}.el-col-xs-4{width:16.66667%}.el-col-xs-offset-4{margin-left:16.66667%}.el-col-xs-pull-4{position:relative;right:16.66667%}.el-col-xs-push-4{position:relative;left:16.66667%}.el-col-xs-5{width:20.83333%}.el-col-xs-offset-5{margin-left:20.83333%}.el-col-xs-pull-5{position:relative;right:20.83333%}.el-col-xs-push-5{position:relative;left:20.83333%}.el-col-xs-6{width:25%}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{position:relative;left:25%}.el-col-xs-7{width:29.16667%}.el-col-xs-offset-7{margin-left:29.16667%}.el-col-xs-pull-7{position:relative;right:29.16667%}.el-col-xs-push-7{position:relative;left:29.16667%}.el-col-xs-8{width:33.33333%}.el-col-xs-offset-8{margin-left:33.33333%}.el-col-xs-pull-8{position:relative;right:33.33333%}.el-col-xs-push-8{position:relative;left:33.33333%}.el-col-xs-9{width:37.5%}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{position:relative;left:37.5%}.el-col-xs-10{width:41.66667%}.el-col-xs-offset-10{margin-left:41.66667%}.el-col-xs-pull-10{position:relative;right:41.66667%}.el-col-xs-push-10{position:relative;left:41.66667%}.el-col-xs-11{width:45.83333%}.el-col-xs-offset-11{margin-left:45.83333%}.el-col-xs-pull-11{position:relative;right:45.83333%}.el-col-xs-push-11{position:relative;left:45.83333%}.el-col-xs-12{width:50%}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{position:relative;left:50%}.el-col-xs-13{width:54.16667%}.el-col-xs-offset-13{margin-left:54.16667%}.el-col-xs-pull-13{position:relative;right:54.16667%}.el-col-xs-push-13{position:relative;left:54.16667%}.el-col-xs-14{width:58.33333%}.el-col-xs-offset-14{margin-left:58.33333%}.el-col-xs-pull-14{position:relative;right:58.33333%}.el-col-xs-push-14{position:relative;left:58.33333%}.el-col-xs-15{width:62.5%}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{position:relative;left:62.5%}.el-col-xs-16{width:66.66667%}.el-col-xs-offset-16{margin-left:66.66667%}.el-col-xs-pull-16{position:relative;right:66.66667%}.el-col-xs-push-16{position:relative;left:66.66667%}.el-col-xs-17{width:70.83333%}.el-col-xs-offset-17{margin-left:70.83333%}.el-col-xs-pull-17{position:relative;right:70.83333%}.el-col-xs-push-17{position:relative;left:70.83333%}.el-col-xs-18{width:75%}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{position:relative;left:75%}.el-col-xs-19{width:79.16667%}.el-col-xs-offset-19{margin-left:79.16667%}.el-col-xs-pull-19{position:relative;right:79.16667%}.el-col-xs-push-19{position:relative;left:79.16667%}.el-col-xs-20{width:83.33333%}.el-col-xs-offset-20{margin-left:83.33333%}.el-col-xs-pull-20{position:relative;right:83.33333%}.el-col-xs-push-20{position:relative;left:83.33333%}.el-col-xs-21{width:87.5%}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{position:relative;left:87.5%}.el-col-xs-22{width:91.66667%}.el-col-xs-offset-22{margin-left:91.66667%}.el-col-xs-pull-22{position:relative;right:91.66667%}.el-col-xs-push-22{position:relative;left:91.66667%}.el-col-xs-23{width:95.83333%}.el-col-xs-offset-23{margin-left:95.83333%}.el-col-xs-pull-23{position:relative;right:95.83333%}.el-col-xs-push-23{position:relative;left:95.83333%}.el-col-xs-24{width:100%}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{position:relative;left:100%}}@media only screen and (min-width:768px){.el-col-sm-0{display:none;width:0%}.el-col-sm-offset-0{margin-left:0}.el-col-sm-pull-0{position:relative;right:0}.el-col-sm-push-0{position:relative;left:0}.el-col-sm-1{width:4.16667%}.el-col-sm-offset-1{margin-left:4.16667%}.el-col-sm-pull-1{position:relative;right:4.16667%}.el-col-sm-push-1{position:relative;left:4.16667%}.el-col-sm-2{width:8.33333%}.el-col-sm-offset-2{margin-left:8.33333%}.el-col-sm-pull-2{position:relative;right:8.33333%}.el-col-sm-push-2{position:relative;left:8.33333%}.el-col-sm-3{width:12.5%}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{position:relative;left:12.5%}.el-col-sm-4{width:16.66667%}.el-col-sm-offset-4{margin-left:16.66667%}.el-col-sm-pull-4{position:relative;right:16.66667%}.el-col-sm-push-4{position:relative;left:16.66667%}.el-col-sm-5{width:20.83333%}.el-col-sm-offset-5{margin-left:20.83333%}.el-col-sm-pull-5{position:relative;right:20.83333%}.el-col-sm-push-5{position:relative;left:20.83333%}.el-col-sm-6{width:25%}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{position:relative;left:25%}.el-col-sm-7{width:29.16667%}.el-col-sm-offset-7{margin-left:29.16667%}.el-col-sm-pull-7{position:relative;right:29.16667%}.el-col-sm-push-7{position:relative;left:29.16667%}.el-col-sm-8{width:33.33333%}.el-col-sm-offset-8{margin-left:33.33333%}.el-col-sm-pull-8{position:relative;right:33.33333%}.el-col-sm-push-8{position:relative;left:33.33333%}.el-col-sm-9{width:37.5%}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{position:relative;left:37.5%}.el-col-sm-10{width:41.66667%}.el-col-sm-offset-10{margin-left:41.66667%}.el-col-sm-pull-10{position:relative;right:41.66667%}.el-col-sm-push-10{position:relative;left:41.66667%}.el-col-sm-11{width:45.83333%}.el-col-sm-offset-11{margin-left:45.83333%}.el-col-sm-pull-11{position:relative;right:45.83333%}.el-col-sm-push-11{position:relative;left:45.83333%}.el-col-sm-12{width:50%}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{position:relative;left:50%}.el-col-sm-13{width:54.16667%}.el-col-sm-offset-13{margin-left:54.16667%}.el-col-sm-pull-13{position:relative;right:54.16667%}.el-col-sm-push-13{position:relative;left:54.16667%}.el-col-sm-14{width:58.33333%}.el-col-sm-offset-14{margin-left:58.33333%}.el-col-sm-pull-14{position:relative;right:58.33333%}.el-col-sm-push-14{position:relative;left:58.33333%}.el-col-sm-15{width:62.5%}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{position:relative;left:62.5%}.el-col-sm-16{width:66.66667%}.el-col-sm-offset-16{margin-left:66.66667%}.el-col-sm-pull-16{position:relative;right:66.66667%}.el-col-sm-push-16{position:relative;left:66.66667%}.el-col-sm-17{width:70.83333%}.el-col-sm-offset-17{margin-left:70.83333%}.el-col-sm-pull-17{position:relative;right:70.83333%}.el-col-sm-push-17{position:relative;left:70.83333%}.el-col-sm-18{width:75%}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{position:relative;left:75%}.el-col-sm-19{width:79.16667%}.el-col-sm-offset-19{margin-left:79.16667%}.el-col-sm-pull-19{position:relative;right:79.16667%}.el-col-sm-push-19{position:relative;left:79.16667%}.el-col-sm-20{width:83.33333%}.el-col-sm-offset-20{margin-left:83.33333%}.el-col-sm-pull-20{position:relative;right:83.33333%}.el-col-sm-push-20{position:relative;left:83.33333%}.el-col-sm-21{width:87.5%}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{position:relative;left:87.5%}.el-col-sm-22{width:91.66667%}.el-col-sm-offset-22{margin-left:91.66667%}.el-col-sm-pull-22{position:relative;right:91.66667%}.el-col-sm-push-22{position:relative;left:91.66667%}.el-col-sm-23{width:95.83333%}.el-col-sm-offset-23{margin-left:95.83333%}.el-col-sm-pull-23{position:relative;right:95.83333%}.el-col-sm-push-23{position:relative;left:95.83333%}.el-col-sm-24{width:100%}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{position:relative;left:100%}}@media only screen and (min-width:992px){.el-col-md-0{display:none;width:0%}.el-col-md-offset-0{margin-left:0}.el-col-md-pull-0{position:relative;right:0}.el-col-md-push-0{position:relative;left:0}.el-col-md-1{width:4.16667%}.el-col-md-offset-1{margin-left:4.16667%}.el-col-md-pull-1{position:relative;right:4.16667%}.el-col-md-push-1{position:relative;left:4.16667%}.el-col-md-2{width:8.33333%}.el-col-md-offset-2{margin-left:8.33333%}.el-col-md-pull-2{position:relative;right:8.33333%}.el-col-md-push-2{position:relative;left:8.33333%}.el-col-md-3{width:12.5%}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{position:relative;left:12.5%}.el-col-md-4{width:16.66667%}.el-col-md-offset-4{margin-left:16.66667%}.el-col-md-pull-4{position:relative;right:16.66667%}.el-col-md-push-4{position:relative;left:16.66667%}.el-col-md-5{width:20.83333%}.el-col-md-offset-5{margin-left:20.83333%}.el-col-md-pull-5{position:relative;right:20.83333%}.el-col-md-push-5{position:relative;left:20.83333%}.el-col-md-6{width:25%}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{position:relative;left:25%}.el-col-md-7{width:29.16667%}.el-col-md-offset-7{margin-left:29.16667%}.el-col-md-pull-7{position:relative;right:29.16667%}.el-col-md-push-7{position:relative;left:29.16667%}.el-col-md-8{width:33.33333%}.el-col-md-offset-8{margin-left:33.33333%}.el-col-md-pull-8{position:relative;right:33.33333%}.el-col-md-push-8{position:relative;left:33.33333%}.el-col-md-9{width:37.5%}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{position:relative;left:37.5%}.el-col-md-10{width:41.66667%}.el-col-md-offset-10{margin-left:41.66667%}.el-col-md-pull-10{position:relative;right:41.66667%}.el-col-md-push-10{position:relative;left:41.66667%}.el-col-md-11{width:45.83333%}.el-col-md-offset-11{margin-left:45.83333%}.el-col-md-pull-11{position:relative;right:45.83333%}.el-col-md-push-11{position:relative;left:45.83333%}.el-col-md-12{width:50%}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{position:relative;left:50%}.el-col-md-13{width:54.16667%}.el-col-md-offset-13{margin-left:54.16667%}.el-col-md-pull-13{position:relative;right:54.16667%}.el-col-md-push-13{position:relative;left:54.16667%}.el-col-md-14{width:58.33333%}.el-col-md-offset-14{margin-left:58.33333%}.el-col-md-pull-14{position:relative;right:58.33333%}.el-col-md-push-14{position:relative;left:58.33333%}.el-col-md-15{width:62.5%}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{position:relative;left:62.5%}.el-col-md-16{width:66.66667%}.el-col-md-offset-16{margin-left:66.66667%}.el-col-md-pull-16{position:relative;right:66.66667%}.el-col-md-push-16{position:relative;left:66.66667%}.el-col-md-17{width:70.83333%}.el-col-md-offset-17{margin-left:70.83333%}.el-col-md-pull-17{position:relative;right:70.83333%}.el-col-md-push-17{position:relative;left:70.83333%}.el-col-md-18{width:75%}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{position:relative;left:75%}.el-col-md-19{width:79.16667%}.el-col-md-offset-19{margin-left:79.16667%}.el-col-md-pull-19{position:relative;right:79.16667%}.el-col-md-push-19{position:relative;left:79.16667%}.el-col-md-20{width:83.33333%}.el-col-md-offset-20{margin-left:83.33333%}.el-col-md-pull-20{position:relative;right:83.33333%}.el-col-md-push-20{position:relative;left:83.33333%}.el-col-md-21{width:87.5%}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{position:relative;left:87.5%}.el-col-md-22{width:91.66667%}.el-col-md-offset-22{margin-left:91.66667%}.el-col-md-pull-22{position:relative;right:91.66667%}.el-col-md-push-22{position:relative;left:91.66667%}.el-col-md-23{width:95.83333%}.el-col-md-offset-23{margin-left:95.83333%}.el-col-md-pull-23{position:relative;right:95.83333%}.el-col-md-push-23{position:relative;left:95.83333%}.el-col-md-24{width:100%}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{position:relative;left:100%}}@media only screen and (min-width:1200px){.el-col-lg-0{display:none;width:0%}.el-col-lg-offset-0{margin-left:0}.el-col-lg-pull-0{position:relative;right:0}.el-col-lg-push-0{position:relative;left:0}.el-col-lg-1{width:4.16667%}.el-col-lg-offset-1{margin-left:4.16667%}.el-col-lg-pull-1{position:relative;right:4.16667%}.el-col-lg-push-1{position:relative;left:4.16667%}.el-col-lg-2{width:8.33333%}.el-col-lg-offset-2{margin-left:8.33333%}.el-col-lg-pull-2{position:relative;right:8.33333%}.el-col-lg-push-2{position:relative;left:8.33333%}.el-col-lg-3{width:12.5%}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{position:relative;left:12.5%}.el-col-lg-4{width:16.66667%}.el-col-lg-offset-4{margin-left:16.66667%}.el-col-lg-pull-4{position:relative;right:16.66667%}.el-col-lg-push-4{position:relative;left:16.66667%}.el-col-lg-5{width:20.83333%}.el-col-lg-offset-5{margin-left:20.83333%}.el-col-lg-pull-5{position:relative;right:20.83333%}.el-col-lg-push-5{position:relative;left:20.83333%}.el-col-lg-6{width:25%}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{position:relative;left:25%}.el-col-lg-7{width:29.16667%}.el-col-lg-offset-7{margin-left:29.16667%}.el-col-lg-pull-7{position:relative;right:29.16667%}.el-col-lg-push-7{position:relative;left:29.16667%}.el-col-lg-8{width:33.33333%}.el-col-lg-offset-8{margin-left:33.33333%}.el-col-lg-pull-8{position:relative;right:33.33333%}.el-col-lg-push-8{position:relative;left:33.33333%}.el-col-lg-9{width:37.5%}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{position:relative;left:37.5%}.el-col-lg-10{width:41.66667%}.el-col-lg-offset-10{margin-left:41.66667%}.el-col-lg-pull-10{position:relative;right:41.66667%}.el-col-lg-push-10{position:relative;left:41.66667%}.el-col-lg-11{width:45.83333%}.el-col-lg-offset-11{margin-left:45.83333%}.el-col-lg-pull-11{position:relative;right:45.83333%}.el-col-lg-push-11{position:relative;left:45.83333%}.el-col-lg-12{width:50%}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{position:relative;left:50%}.el-col-lg-13{width:54.16667%}.el-col-lg-offset-13{margin-left:54.16667%}.el-col-lg-pull-13{position:relative;right:54.16667%}.el-col-lg-push-13{position:relative;left:54.16667%}.el-col-lg-14{width:58.33333%}.el-col-lg-offset-14{margin-left:58.33333%}.el-col-lg-pull-14{position:relative;right:58.33333%}.el-col-lg-push-14{position:relative;left:58.33333%}.el-col-lg-15{width:62.5%}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{position:relative;left:62.5%}.el-col-lg-16{width:66.66667%}.el-col-lg-offset-16{margin-left:66.66667%}.el-col-lg-pull-16{position:relative;right:66.66667%}.el-col-lg-push-16{position:relative;left:66.66667%}.el-col-lg-17{width:70.83333%}.el-col-lg-offset-17{margin-left:70.83333%}.el-col-lg-pull-17{position:relative;right:70.83333%}.el-col-lg-push-17{position:relative;left:70.83333%}.el-col-lg-18{width:75%}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{position:relative;left:75%}.el-col-lg-19{width:79.16667%}.el-col-lg-offset-19{margin-left:79.16667%}.el-col-lg-pull-19{position:relative;right:79.16667%}.el-col-lg-push-19{position:relative;left:79.16667%}.el-col-lg-20{width:83.33333%}.el-col-lg-offset-20{margin-left:83.33333%}.el-col-lg-pull-20{position:relative;right:83.33333%}.el-col-lg-push-20{position:relative;left:83.33333%}.el-col-lg-21{width:87.5%}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{position:relative;left:87.5%}.el-col-lg-22{width:91.66667%}.el-col-lg-offset-22{margin-left:91.66667%}.el-col-lg-pull-22{position:relative;right:91.66667%}.el-col-lg-push-22{position:relative;left:91.66667%}.el-col-lg-23{width:95.83333%}.el-col-lg-offset-23{margin-left:95.83333%}.el-col-lg-pull-23{position:relative;right:95.83333%}.el-col-lg-push-23{position:relative;left:95.83333%}.el-col-lg-24{width:100%}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{position:relative;left:100%}}@media only screen and (min-width:1920px){.el-col-xl-0{display:none;width:0%}.el-col-xl-offset-0{margin-left:0}.el-col-xl-pull-0{position:relative;right:0}.el-col-xl-push-0{position:relative;left:0}.el-col-xl-1{width:4.16667%}.el-col-xl-offset-1{margin-left:4.16667%}.el-col-xl-pull-1{position:relative;right:4.16667%}.el-col-xl-push-1{position:relative;left:4.16667%}.el-col-xl-2{width:8.33333%}.el-col-xl-offset-2{margin-left:8.33333%}.el-col-xl-pull-2{position:relative;right:8.33333%}.el-col-xl-push-2{position:relative;left:8.33333%}.el-col-xl-3{width:12.5%}.el-col-xl-offset-3{margin-left:12.5%}.el-col-xl-pull-3{position:relative;right:12.5%}.el-col-xl-push-3{position:relative;left:12.5%}.el-col-xl-4{width:16.66667%}.el-col-xl-offset-4{margin-left:16.66667%}.el-col-xl-pull-4{position:relative;right:16.66667%}.el-col-xl-push-4{position:relative;left:16.66667%}.el-col-xl-5{width:20.83333%}.el-col-xl-offset-5{margin-left:20.83333%}.el-col-xl-pull-5{position:relative;right:20.83333%}.el-col-xl-push-5{position:relative;left:20.83333%}.el-col-xl-6{width:25%}.el-col-xl-offset-6{margin-left:25%}.el-col-xl-pull-6{position:relative;right:25%}.el-col-xl-push-6{position:relative;left:25%}.el-col-xl-7{width:29.16667%}.el-col-xl-offset-7{margin-left:29.16667%}.el-col-xl-pull-7{position:relative;right:29.16667%}.el-col-xl-push-7{position:relative;left:29.16667%}.el-col-xl-8{width:33.33333%}.el-col-xl-offset-8{margin-left:33.33333%}.el-col-xl-pull-8{position:relative;right:33.33333%}.el-col-xl-push-8{position:relative;left:33.33333%}.el-col-xl-9{width:37.5%}.el-col-xl-offset-9{margin-left:37.5%}.el-col-xl-pull-9{position:relative;right:37.5%}.el-col-xl-push-9{position:relative;left:37.5%}.el-col-xl-10{width:41.66667%}.el-col-xl-offset-10{margin-left:41.66667%}.el-col-xl-pull-10{position:relative;right:41.66667%}.el-col-xl-push-10{position:relative;left:41.66667%}.el-col-xl-11{width:45.83333%}.el-col-xl-offset-11{margin-left:45.83333%}.el-col-xl-pull-11{position:relative;right:45.83333%}.el-col-xl-push-11{position:relative;left:45.83333%}.el-col-xl-12{width:50%}.el-col-xl-offset-12{margin-left:50%}.el-col-xl-pull-12{position:relative;right:50%}.el-col-xl-push-12{position:relative;left:50%}.el-col-xl-13{width:54.16667%}.el-col-xl-offset-13{margin-left:54.16667%}.el-col-xl-pull-13{position:relative;right:54.16667%}.el-col-xl-push-13{position:relative;left:54.16667%}.el-col-xl-14{width:58.33333%}.el-col-xl-offset-14{margin-left:58.33333%}.el-col-xl-pull-14{position:relative;right:58.33333%}.el-col-xl-push-14{position:relative;left:58.33333%}.el-col-xl-15{width:62.5%}.el-col-xl-offset-15{margin-left:62.5%}.el-col-xl-pull-15{position:relative;right:62.5%}.el-col-xl-push-15{position:relative;left:62.5%}.el-col-xl-16{width:66.66667%}.el-col-xl-offset-16{margin-left:66.66667%}.el-col-xl-pull-16{position:relative;right:66.66667%}.el-col-xl-push-16{position:relative;left:66.66667%}.el-col-xl-17{width:70.83333%}.el-col-xl-offset-17{margin-left:70.83333%}.el-col-xl-pull-17{position:relative;right:70.83333%}.el-col-xl-push-17{position:relative;left:70.83333%}.el-col-xl-18{width:75%}.el-col-xl-offset-18{margin-left:75%}.el-col-xl-pull-18{position:relative;right:75%}.el-col-xl-push-18{position:relative;left:75%}.el-col-xl-19{width:79.16667%}.el-col-xl-offset-19{margin-left:79.16667%}.el-col-xl-pull-19{position:relative;right:79.16667%}.el-col-xl-push-19{position:relative;left:79.16667%}.el-col-xl-20{width:83.33333%}.el-col-xl-offset-20{margin-left:83.33333%}.el-col-xl-pull-20{position:relative;right:83.33333%}.el-col-xl-push-20{position:relative;left:83.33333%}.el-col-xl-21{width:87.5%}.el-col-xl-offset-21{margin-left:87.5%}.el-col-xl-pull-21{position:relative;right:87.5%}.el-col-xl-push-21{position:relative;left:87.5%}.el-col-xl-22{width:91.66667%}.el-col-xl-offset-22{margin-left:91.66667%}.el-col-xl-pull-22{position:relative;right:91.66667%}.el-col-xl-push-22{position:relative;left:91.66667%}.el-col-xl-23{width:95.83333%}.el-col-xl-offset-23{margin-left:95.83333%}.el-col-xl-pull-23{position:relative;right:95.83333%}.el-col-xl-push-23{position:relative;left:95.83333%}.el-col-xl-24{width:100%}.el-col-xl-offset-24{margin-left:100%}.el-col-xl-pull-24{position:relative;right:100%}.el-col-xl-push-24{position:relative;left:100%}}@-webkit-keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-upload{display:inline-block;text-align:center;cursor:pointer;outline:0}.el-upload__input{display:none}.el-upload__tip{font-size:12px;color:#606266;margin-top:7px}.el-upload iframe{position:absolute;z-index:-1;top:0;left:0;opacity:0;filter:alpha(opacity=0)}.el-upload--picture-card{background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;box-sizing:border-box;width:148px;height:148px;line-height:146px;vertical-align:top}.el-upload--picture-card i{font-size:28px;color:#8c939d}.el-upload--picture-card:hover,.el-upload:focus{border-color:#409EFF;color:#409EFF}.el-upload:focus .el-upload-dragger{border-color:#409EFF}.el-upload-dragger{background-color:#fff;border:1px dashed #d9d9d9;border-radius:6px;box-sizing:border-box;width:360px;height:180px;text-align:center;position:relative;overflow:hidden}.el-upload-dragger .el-icon-upload{font-size:67px;color:#C0C4CC;margin:40px 0 16px;line-height:50px}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:1px solid #DCDFE6;margin-top:7px;padding-top:5px}.el-upload-dragger .el-upload__text{color:#606266;font-size:14px;text-align:center}.el-upload-dragger .el-upload__text em{color:#409EFF;font-style:normal}.el-upload-dragger:hover{border-color:#409EFF}.el-upload-dragger.is-dragover{background-color:rgba(32,159,255,.06);border:2px dashed #409EFF}.el-upload-list{margin:0;padding:0;list-style:none}.el-upload-list__item{-webkit-transition:all .5s cubic-bezier(.55,0,.1,1);transition:all .5s cubic-bezier(.55,0,.1,1);font-size:14px;color:#606266;line-height:1.8;margin-top:5px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;width:100%}.el-upload-list__item .el-progress{position:absolute;top:20px;width:100%}.el-upload-list__item .el-progress__text{position:absolute;right:0;top:-13px}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item:first-child{margin-top:10px}.el-upload-list__item .el-icon-upload-success{color:#67C23A}.el-upload-list__item .el-icon-close{display:none;position:absolute;top:5px;right:5px;cursor:pointer;opacity:.75;color:#606266}.el-upload-list__item .el-icon-close:hover{opacity:1}.el-upload-list__item .el-icon-close-tip{display:none;position:absolute;top:5px;right:5px;font-size:12px;cursor:pointer;opacity:1;color:#409EFF}.el-upload-list__item:hover{background-color:#F5F7FA}.el-upload-list__item:hover .el-icon-close{display:inline-block}.el-upload-list__item:hover .el-progress__text{display:none}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:block}.el-upload-list__item.is-success .el-upload-list__item-name:focus,.el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#409EFF;cursor:pointer}.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip{display:inline-block}.el-upload-list__item.is-success:active .el-icon-close-tip,.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip{display:none}.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label{display:block}.el-upload-list__item-name{color:#606266;display:block;margin-right:40px;overflow:hidden;padding-left:4px;text-overflow:ellipsis;-webkit-transition:color .3s;transition:color .3s;white-space:nowrap}.el-upload-list__item-name [class^=el-icon]{height:100%;margin-right:7px;color:#909399;line-height:inherit}.el-upload-list__item-status-label{position:absolute;right:5px;top:0;line-height:inherit;display:none}.el-upload-list__item-delete{position:absolute;right:10px;top:0;font-size:12px;color:#606266;display:none}.el-upload-list__item-delete:hover{color:#409EFF}.el-upload-list--picture-card{margin:0;display:inline;vertical-align:top}.el-upload-list--picture-card .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;margin:0 8px 8px 0;display:inline-block}.el-upload-list--picture-card .el-upload-list__item .el-icon-check,.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check{color:#FFF}.el-upload-list--picture-card .el-upload-list__item .el-icon-close,.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:100%;height:100%;left:0;top:0;cursor:default;text-align:center;color:#fff;opacity:0;font-size:20px;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .3s;transition:opacity .3s}.el-upload-list--picture-card .el-upload-list__item-actions::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-upload-list--picture-card .el-upload-list__item-actions span{display:none;cursor:pointer}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:15px}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{position:static;font-size:inherit;color:inherit}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-block}.el-upload-list--picture-card .el-progress{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:auto;width:126px}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{overflow:hidden;z-index:0;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px;padding:10px 10px 10px 90px;height:92px}.el-upload-list--picture .el-upload-list__item .el-icon-check,.el-upload-list--picture .el-upload-list__item .el-icon-circle-check{color:#FFF}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{background:0 0;-webkit-box-shadow:none;box-shadow:none;top:-2px;right:-12px}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name{line-height:70px;margin-top:0}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item-thumbnail{vertical-align:middle;display:inline-block;width:70px;height:70px;float:left;position:relative;z-index:1;margin-left:-80px;background-color:#FFF}.el-upload-list--picture .el-upload-list__item-name{display:block;margin-top:20px}.el-upload-list--picture .el-upload-list__item-name i{font-size:70px;line-height:1;position:absolute;left:9px;top:10px}.el-upload-list--picture .el-upload-list__item-status-label{position:absolute;right:-17px;top:-7px;width:46px;height:26px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.el-upload-list--picture .el-upload-list__item-status-label i{font-size:12px;margin-top:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:10;cursor:default}.el-upload-cover::after{display:inline-block;height:100%;vertical-align:middle}.el-upload-cover img{display:block;width:100%;height:100%}.el-upload-cover__label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-cover__label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#fff}.el-upload-cover__progress{display:inline-block;vertical-align:middle;position:static;width:243px}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{position:absolute;top:0;left:0;width:100%;height:100%}.el-upload-cover__interact{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.72);text-align:center}.el-upload-cover__interact .btn{display:inline-block;color:#FFF;font-size:14px;cursor:pointer;vertical-align:middle;-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);margin-top:60px}.el-upload-cover__interact .btn span{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.el-upload-cover__interact .btn:hover{-webkit-transform:translateY(-13px);transform:translateY(-13px)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#FFF;display:block;font-size:24px;line-height:inherit;margin:0 auto 5px}.el-upload-cover__title{position:absolute;bottom:0;left:0;background-color:#FFF;height:36px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;text-align:left;padding:0 10px;margin:0;line-height:36px;font-size:14px;color:#303133}.el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}.el-progress{position:relative;line-height:1}.el-progress__text{font-size:14px;color:#606266;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.el-progress-bar,.el-progress-bar__inner::after,.el-progress-bar__innerText,.el-spinner{display:inline-block;vertical-align:middle}.el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#67C23A}.el-progress.is-success .el-progress__text{color:#67C23A}.el-progress.is-warning .el-progress-bar__inner{background-color:#E6A23C}.el-progress.is-warning .el-progress__text{color:#E6A23C}.el-progress.is-exception .el-progress-bar__inner{background-color:#F56C6C}.el-progress.is-exception .el-progress__text{color:#F56C6C}.el-progress-bar{padding-right:50px;width:100%;margin-right:-55px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-progress-bar__outer{height:6px;border-radius:100px;background-color:#EBEEF5;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#409EFF;text-align:right;border-radius:100px;line-height:1;white-space:nowrap;-webkit-transition:width .6s ease;transition:width .6s ease}.el-card,.el-message{border-radius:4px;overflow:hidden}.el-progress-bar__inner::after{height:100%}.el-progress-bar__innerText{color:#FFF;font-size:12px;margin:0 5px}@keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-time-spinner{width:100%;white-space:nowrap}.el-spinner-inner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;width:50px;height:50px}.el-spinner-inner .path{stroke:#ececec;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.el-message{min-width:380px;-webkit-box-sizing:border-box;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#EBEEF5;position:fixed;left:50%;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#edf2fc;-webkit-transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,transform .4s,top .4s;transition:opacity .3s,transform .4s,top .4s,-webkit-transform .4s;padding:15px 15px 15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-message.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message.is-closable .el-message__content{padding-right:16px}.el-message p{margin:0}.el-message--info .el-message__content{color:#909399}.el-message--success{background-color:#f0f9eb;border-color:#e1f3d8}.el-message--success .el-message__content{color:#67C23A}.el-message--warning{background-color:#fdf6ec;border-color:#faecd8}.el-message--warning .el-message__content{color:#E6A23C}.el-message--error{background-color:#fef0f0;border-color:#fde2e2}.el-message--error .el-message__content{color:#F56C6C}.el-message__icon{margin-right:10px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__closeBtn{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:#C0C4CC;font-size:16px}.el-message__closeBtn:hover{color:#909399}.el-message .el-icon-success{color:#67C23A}.el-message .el-icon-error{color:#F56C6C}.el-message .el-icon-info{color:#909399}.el-message .el-icon-warning{color:#E6A23C}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.el-badge{position:relative;vertical-align:middle;display:inline-block}.el-badge__content{background-color:#F56C6C;border-radius:10px;color:#FFF;display:inline-block;font-size:12px;height:18px;line-height:18px;padding:0 6px;text-align:center;white-space:nowrap;border:1px solid #FFF}.el-badge__content.is-fixed{position:absolute;top:0;right:10px;-webkit-transform:translateY(-50%) translateX(100%);transform:translateY(-50%) translateX(100%)}.el-rate__icon,.el-rate__item{position:relative;display:inline-block}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{height:8px;width:8px;padding:0;right:0;border-radius:50%}.el-badge__content--primary{background-color:#409EFF}.el-badge__content--success{background-color:#67C23A}.el-badge__content--warning{background-color:#E6A23C}.el-badge__content--info{background-color:#909399}.el-badge__content--danger{background-color:#F56C6C}.el-card{border:1px solid #EBEEF5;background-color:#FFF;color:#303133;-webkit-transition:.3s;transition:.3s}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-card__header{padding:18px 20px;border-bottom:1px solid #EBEEF5;-webkit-box-sizing:border-box;box-sizing:border-box}.el-card__body{padding:20px}.el-rate{height:20px;line-height:1}.el-rate__item{font-size:0;vertical-align:middle}.el-rate__icon{font-size:18px;margin-right:6px;color:#C0C4CC;-webkit-transition:.3s;transition:.3s}.el-rate__decimal,.el-rate__icon .path2{position:absolute;top:0;left:0}.el-rate__icon.hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.el-rate__decimal{display:inline-block;overflow:hidden}.el-step.is-vertical,.el-steps{display:-webkit-box;display:-ms-flexbox}.el-rate__text{font-size:14px;vertical-align:middle}.el-steps{display:flex}.el-steps--simple{padding:13px 8%;border-radius:4px;background:#F5F7FA}.el-steps--horizontal{white-space:nowrap}.el-steps--vertical{height:100%;-webkit-box-orient:vertical;-ms-flex-flow:column;flex-flow:column}.el-step{position:relative;-ms-flex-negative:1;flex-shrink:1}.el-step:last-of-type .el-step__line{display:none}.el-step:last-of-type.is-flex{-ms-flex-preferred-size:auto!important;flex-basis:auto!important;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.el-step:last-of-type .el-step__description,.el-step:last-of-type .el-step__main{padding-right:0}.el-step__head{position:relative;width:100%}.el-step__head.is-process{color:#303133;border-color:#303133}.el-step__head.is-wait{color:#C0C4CC;border-color:#C0C4CC}.el-step__head.is-success{color:#67C23A;border-color:#67C23A}.el-step__head.is-error{color:#F56C6C;border-color:#F56C6C}.el-step__head.is-finish{color:#409EFF;border-color:#409EFF}.el-step__icon{position:relative;z-index:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24px;height:24px;font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#FFF;-webkit-transition:.15s ease-out;transition:.15s ease-out}.el-step__icon.is-text{border-radius:50%;border:2px solid;border-color:inherit}.el-step__icon.is-icon{width:40px}.el-step__icon-inner{display:inline-block;-moz-user-select:none;user-select:none;text-align:center;font-weight:700;line-height:1;color:inherit}.el-button,.el-checkbox{-webkit-user-select:none;-ms-user-select:none}.el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:25px;font-weight:400}.el-step__icon-inner.is-status{-webkit-transform:translateY(1px);transform:translateY(1px)}.el-step__line{position:absolute;border-color:inherit;background-color:#C0C4CC}.el-step__line-inner{display:block;border-width:1px;border-style:solid;border-color:inherit;-webkit-transition:.15s ease-out;transition:.15s ease-out;-webkit-box-sizing:border-box;box-sizing:border-box;width:0;height:0}.el-step__main{white-space:normal;text-align:left}.el-step__title{font-size:16px;line-height:38px}.el-step__title.is-process{font-weight:700;color:#303133}.el-step__title.is-wait{color:#C0C4CC}.el-step__title.is-success{color:#67C23A}.el-step__title.is-error{color:#F56C6C}.el-step__title.is-finish{color:#409EFF}.el-step__description{padding-right:10%;margin-top:-5px;font-size:12px;line-height:20px;font-weight:400}.el-step__description.is-process{color:#303133}.el-step__description.is-wait{color:#C0C4CC}.el-step__description.is-success{color:#67C23A}.el-step__description.is-error{color:#F56C6C}.el-step__description.is-finish{color:#409EFF}.el-step.is-horizontal{display:inline-block}.el-step.is-horizontal .el-step__line{height:2px;top:11px;left:0;right:0}.el-step.is-vertical{display:flex}.el-step.is-vertical .el-step__head{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:24px}.el-step.is-vertical .el-step__main{padding-left:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-vertical .el-step__title{line-height:24px;padding-bottom:8px}.el-step.is-vertical .el-step__line{width:2px;top:0;bottom:0;left:11px}.el-step.is-vertical .el-step__icon.is-icon{width:24px}.el-step.is-center .el-step__head,.el-step.is-center .el-step__main{text-align:center}.el-step.is-center .el-step__description{padding-left:20%;padding-right:20%}.el-step.is-center .el-step__line{left:50%;right:-50%}.el-step.is-simple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-step.is-simple .el-step__head{width:auto;font-size:0;padding-right:10px}.el-step.is-simple .el-step__icon{background:0 0;width:16px;height:16px;font-size:12px}.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:18px}.el-step.is-simple .el-step__icon-inner.is-status{-webkit-transform:scale(.8) translateY(1px);transform:scale(.8) translateY(1px)}.el-step.is-simple .el-step__main{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-simple .el-step__title{font-size:16px;line-height:20px}.el-step.is-simple:not(:last-of-type) .el-step__title{max-width:50%;word-break:break-all}.el-step.is-simple .el-step__arrow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-step.is-simple .el-step__arrow::after,.el-step.is-simple .el-step__arrow::before{content:'';display:inline-block;position:absolute;height:15px;width:1px;background:#C0C4CC}.el-step.is-simple .el-step__arrow::before{-webkit-transform:rotate(-45deg) translateY(-4px);transform:rotate(-45deg) translateY(-4px);-webkit-transform-origin:0 0;transform-origin:0 0}.el-step.is-simple .el-step__arrow::after{-webkit-transform:rotate(45deg) translateY(4px);transform:rotate(45deg) translateY(4px);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.el-step.is-simple:last-of-type .el-step__arrow{display:none}.el-carousel{position:relative}.el-carousel--horizontal{overflow-x:hidden}.el-carousel--vertical{overflow-y:hidden}.el-carousel__container{position:relative;height:300px}.el-carousel__arrow{border:none;outline:0;padding:0;margin:0;height:36px;width:36px;cursor:pointer;-webkit-transition:.3s;transition:.3s;border-radius:50%;background-color:rgba(31,45,61,.11);color:#FFF;position:absolute;top:50%;z-index:10;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;font-size:12px}.el-carousel__arrow--left{left:16px}.el-carousel__arrow--right{right:16px}.el-carousel__arrow:hover{background-color:rgba(31,45,61,.23)}.el-carousel__arrow i{cursor:pointer}.el-carousel__indicators{position:absolute;list-style:none;margin:0;padding:0;z-index:2}.el-carousel__indicators--horizontal{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-carousel__indicators--vertical{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-carousel__indicators--outside{bottom:26px;text-align:center;position:static;-webkit-transform:none;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:#C0C4CC;opacity:.24}.el-carousel__indicators--labels{left:0;right:0;-webkit-transform:none;transform:none;text-align:center}.el-carousel__indicators--labels .el-carousel__button{height:auto;width:auto;padding:2px 18px;font-size:12px}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{background-color:transparent;cursor:pointer}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator--horizontal{display:inline-block;padding:12px 4px}.el-carousel__indicator--vertical{padding:4px 12px}.el-carousel__indicator--vertical .el-carousel__button{width:2px;height:15px}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{display:block;opacity:.48;width:30px;height:2px;background-color:#FFF;border:none;outline:0;padding:0;margin:0;cursor:pointer;-webkit-transition:.3s;transition:.3s}.el-carousel__item,.el-carousel__mask{height:100%;top:0;left:0;position:absolute}.carousel-arrow-left-enter,.carousel-arrow-left-leave-active{-webkit-transform:translateY(-50%) translateX(-10px);transform:translateY(-50%) translateX(-10px);opacity:0}.carousel-arrow-right-enter,.carousel-arrow-right-leave-active{-webkit-transform:translateY(-50%) translateX(10px);transform:translateY(-50%) translateX(10px);opacity:0}.el-carousel__item{width:100%;display:inline-block;overflow:hidden;z-index:0}.el-carousel__item.is-active{z-index:2}.el-carousel__item.is-animating{-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card{width:50%;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:1}.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.el-carousel__item--card.is-active{z-index:2}.el-carousel__mask{width:100%;background-color:#FFF;opacity:.24;-webkit-transition:.2s;transition:.2s}.el-fade-in-enter,.el-fade-in-leave-active,.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active,.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}.el-collapse{border-top:1px solid #EBEEF5;border-bottom:1px solid #EBEEF5}.el-collapse-item.is-disabled .el-collapse-item__header{color:#bbb;cursor:not-allowed}.el-collapse-item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:48px;line-height:48px;background-color:#FFF;color:#303133;cursor:pointer;border-bottom:1px solid #EBEEF5;font-size:13px;font-weight:500;-webkit-transition:border-bottom-color .3s;transition:border-bottom-color .3s;outline:0}.el-collapse-item__arrow{margin:0 8px 0 auto;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-weight:300}.el-collapse-item__arrow.is-active{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-collapse-item__header.focusing:focus:not(:hover){color:#409EFF}.el-collapse-item__header.is-active{border-bottom-color:transparent}.el-collapse-item__wrap{will-change:height;background-color:#FFF;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #EBEEF5}.el-cascader__tags,.el-tag{-webkit-box-sizing:border-box}.el-collapse-item__content{padding-bottom:25px;font-size:13px;color:#303133;line-height:1.769230769230769}.el-collapse-item:last-child{margin-bottom:-1px}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#EBEEF5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#FFF;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#EBEEF5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#FFF}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#EBEEF5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#FFF;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#EBEEF5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#FFF}.el-tag{background-color:#ecf5ff;border-color:#d9ecff;display:inline-block;height:32px;padding:0 10px;line-height:30px;font-size:12px;color:#409EFF;border-width:1px;border-style:solid;border-radius:4px;box-sizing:border-box;white-space:nowrap}.el-tag.is-hit{border-color:#409EFF}.el-tag .el-tag__close{color:#409eff}.el-tag .el-tag__close:hover{color:#FFF;background-color:#409eff}.el-tag.el-tag--info{background-color:#f4f4f5;border-color:#e9e9eb;color:#909399}.el-tag.el-tag--info.is-hit{border-color:#909399}.el-tag.el-tag--info .el-tag__close{color:#909399}.el-tag.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#909399}.el-tag.el-tag--success{background-color:#f0f9eb;border-color:#e1f3d8;color:#67c23a}.el-tag.el-tag--success.is-hit{border-color:#67C23A}.el-tag.el-tag--success .el-tag__close{color:#67c23a}.el-tag.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#67c23a}.el-tag.el-tag--warning{background-color:#fdf6ec;border-color:#faecd8;color:#e6a23c}.el-tag.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#e6a23c}.el-tag.el-tag--danger{background-color:#fef0f0;border-color:#fde2e2;color:#f56c6c}.el-tag.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f56c6c}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close::before{display:block}.el-tag--dark{background-color:#409eff;border-color:#409eff;color:#fff}.el-tag--dark.is-hit{border-color:#409EFF}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#FFF;background-color:#66b1ff}.el-tag--dark.el-tag--info{background-color:#909399;border-color:#909399;color:#fff}.el-tag--dark.el-tag--info.is-hit{border-color:#909399}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#a6a9ad}.el-tag--dark.el-tag--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-tag--dark.el-tag--success.is-hit{border-color:#67C23A}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#85ce61}.el-tag--dark.el-tag--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-tag--dark.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#ebb563}.el-tag--dark.el-tag--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-tag--dark.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f78989}.el-tag--plain{background-color:#fff;border-color:#b3d8ff;color:#409eff}.el-tag--plain.is-hit{border-color:#409EFF}.el-tag--plain .el-tag__close{color:#409eff}.el-tag--plain .el-tag__close:hover{color:#FFF;background-color:#409eff}.el-tag--plain.el-tag--info{background-color:#fff;border-color:#d3d4d6;color:#909399}.el-tag--plain.el-tag--info.is-hit{border-color:#909399}.el-tag--plain.el-tag--info .el-tag__close{color:#909399}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#909399}.el-tag--plain.el-tag--success{background-color:#fff;border-color:#c2e7b0;color:#67c23a}.el-tag--plain.el-tag--success.is-hit{border-color:#67C23A}.el-tag--plain.el-tag--success .el-tag__close{color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#67c23a}.el-tag--plain.el-tag--warning{background-color:#fff;border-color:#f5dab1;color:#e6a23c}.el-tag--plain.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag--plain.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#e6a23c}.el-tag--plain.el-tag--danger{background-color:#fff;border-color:#fbc4c4;color:#f56c6c}.el-tag--plain.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag--plain.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f56c6c}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-cascader{display:inline-block;position:relative;font-size:14px;line-height:40px}.el-cascader:not(.is-disabled):hover .el-input__inner{cursor:pointer;border-color:#C0C4CC}.el-cascader .el-input .el-input__inner:focus,.el-cascader .el-input.is-focus .el-input__inner{border-color:#409EFF}.el-cascader .el-input{cursor:pointer}.el-cascader .el-input .el-input__inner{text-overflow:ellipsis}.el-cascader .el-input .el-icon-arrow-down{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:14px}.el-cascader .el-input .el-icon-arrow-down.is-reverse{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.el-cascader .el-input .el-icon-circle-close:hover{color:#909399}.el-cascader--medium{font-size:14px;line-height:36px}.el-cascader--small{font-size:13px;line-height:32px}.el-cascader--mini{font-size:12px;line-height:28px}.el-cascader.is-disabled .el-cascader__label{z-index:2;color:#C0C4CC}.el-cascader__dropdown{margin:5px 0;font-size:14px;background:#FFF;border:1px solid #E4E7ED;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-cascader__tags{position:absolute;left:0;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:normal;text-align:left;box-sizing:border-box}.el-cascader__tags .el-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;margin:2px 0 2px 6px;text-overflow:ellipsis;background:#f0f2f5}.el-cascader__tags .el-tag:not(.is-hit){border-color:transparent}.el-cascader__tags .el-tag>span{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis}.el-cascader__tags .el-tag .el-icon-close{-webkit-box-flex:0;-ms-flex:none;flex:none;background-color:#C0C4CC;color:#FFF}.el-cascader__tags .el-tag .el-icon-close:hover{background-color:#909399}.el-cascader__suggestion-panel{border-radius:4px}.el-cascader__suggestion-list{max-height:204px;margin:0;padding:6px 0;font-size:14px;color:#606266;text-align:center}.el-cascader__suggestion-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;padding:0 15px;text-align:left;outline:0;cursor:pointer}.el-cascader__suggestion-item:focus,.el-cascader__suggestion-item:hover{background:#F5F7FA}.el-cascader__suggestion-item.is-checked{color:#409EFF;font-weight:700}.el-cascader__suggestion-item>span{margin-right:10px}.el-cascader__empty-text{margin:10px 0;color:#C0C4CC}.el-cascader__search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:24px;min-width:60px;margin:2px 0 2px 15px;padding:0;color:#606266;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__search-input::-webkit-input-placeholder{color:#C0C4CC}.el-cascader__search-input:-ms-input-placeholder{color:#C0C4CC}.el-cascader__search-input::-ms-input-placeholder{color:#C0C4CC}.el-cascader__search-input::placeholder{color:#C0C4CC}.el-color-predefine{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;margin-top:8px;width:280px}.el-color-predefine__colors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-color-predefine__color-selector{margin:0 0 8px 8px;width:20px;height:20px;border-radius:4px;cursor:pointer}.el-color-predefine__color-selector:nth-child(10n+1){margin-left:0}.el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #409EFF;box-shadow:0 0 3px 2px #409EFF}.el-color-predefine__color-selector>div{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;border-radius:3px}.el-color-predefine__color-selector.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-hue-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background-color:red;padding:0 2px}.el-color-hue-slider__bar{position:relative;background:-webkit-gradient(linear,left top,right top,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));background:linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);height:100%}.el-color-hue-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-hue-slider.is-vertical{width:12px;height:180px;padding:2px 0}.el-color-hue-slider.is-vertical .el-color-hue-slider__bar{background:-webkit-gradient(linear,left top,left bottom,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));background:linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-svpanel{position:relative;width:280px;height:180px}.el-color-svpanel__black,.el-color-svpanel__white{position:absolute;top:0;left:0;right:0;bottom:0}.el-color-svpanel__white{background:-webkit-gradient(linear,left top,right top,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.el-color-svpanel__black{background:-webkit-gradient(linear,left bottom,left top,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(to top,#000,rgba(0,0,0,0))}.el-color-svpanel__cursor{position:absolute}.el-color-svpanel__cursor>div{cursor:head;width:4px;height:4px;-webkit-box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}.el-color-alpha-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-alpha-slider__bar{position:relative;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(white));background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);height:100%}.el-color-alpha-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-alpha-slider.is-vertical{width:20px;height:180px}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(white));background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%)}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-dropdown{width:300px}.el-color-dropdown__main-wrapper{margin-bottom:6px}.el-color-dropdown__main-wrapper::after{content:"";display:table;clear:both}.el-color-dropdown__btns{margin-top:6px;text-align:right}.el-color-dropdown__value{float:left;line-height:26px;font-size:12px;color:#000;width:160px}.el-color-dropdown__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-color-dropdown__btn[disabled]{color:#ccc;cursor:not-allowed}.el-color-dropdown__btn:hover{color:#409EFF;border-color:#409EFF}.el-color-dropdown__link-btn{cursor:pointer;color:#409EFF;text-decoration:none;padding:15px;font-size:12px}.el-color-dropdown__link-btn:hover{color:tint(#409EFF,20%)}.el-color-picker{display:inline-block;position:relative;line-height:normal;height:40px}.el-color-picker.is-disabled .el-color-picker__trigger{cursor:not-allowed}.el-color-picker--medium{height:36px}.el-color-picker--medium .el-color-picker__trigger{height:36px;width:36px}.el-color-picker--medium .el-color-picker__mask{height:34px;width:34px}.el-color-picker--small{height:32px}.el-color-picker--small .el-color-picker__trigger{height:32px;width:32px}.el-color-picker--small .el-color-picker__mask{height:30px;width:30px}.el-color-picker--small .el-color-picker__empty,.el-color-picker--small .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker--mini{height:28px}.el-color-picker--mini .el-color-picker__trigger{height:28px;width:28px}.el-color-picker--mini .el-color-picker__mask{height:26px;width:26px}.el-color-picker--mini .el-color-picker__empty,.el-color-picker--mini .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker__mask{height:38px;width:38px;border-radius:4px;position:absolute;top:1px;left:1px;z-index:1;cursor:not-allowed;background-color:rgba(255,255,255,.7)}.el-color-picker__trigger{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px;width:40px;padding:4px;border:1px solid #e6e6e6;border-radius:4px;font-size:0;position:relative;cursor:pointer}.el-color-picker__color{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #999;border-radius:2px;width:100%;height:100%;text-align:center}.el-color-picker__color.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-picker__color-inner{position:absolute;left:0;top:0;right:0;bottom:0}.el-color-picker__empty,.el-color-picker__icon{top:50%;left:50%;font-size:12px;position:absolute}.el-color-picker__empty{color:#999;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.el-color-picker__icon{display:inline-block;width:100%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);color:#FFF;text-align:center}.el-color-picker__panel{position:absolute;z-index:10;padding:6px;-webkit-box-sizing:content-box;box-sizing:content-box;background-color:#FFF;border:1px solid #EBEEF5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#FFF;background-image:none;border:1px solid #DCDFE6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea__inner:hover{border-color:#C0C4CC}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea .el-input__count{color:#909399;background:#FFF;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea.is-exceed .el-textarea__inner{border-color:#F56C6C}.el-textarea.is-exceed .el-input__count{color:#F56C6C}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-button-group>.el-button.is-active,.el-button-group>.el-button.is-disabled,.el-button-group>.el-button:active,.el-button-group>.el-button:focus,.el-button-group>.el-button:hover{z-index:1}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#C0C4CC;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#FFF;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#FFF;background-image:none;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-button,.el-transfer-panel{-webkit-box-sizing:border-box}.el-input__prefix,.el-input__suffix{position:absolute;top:0;-webkit-transition:all .3s;height:100%;color:#C0C4CC;text-align:center}.el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input__inner::placeholder{color:#C0C4CC}.el-input__inner:hover{border-color:#C0C4CC}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{right:5px;transition:all .3s}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{left:5px;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#F56C6C}.el-input.is-exceed .el-input__suffix .el-input__count{color:#F56C6C}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#F5F7FA;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #DCDFE6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#FFF;border:1px solid #DCDFE6;color:#606266;-webkit-appearance:none;text-align:center;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:focus,.el-button:hover{color:#409EFF;border-color:#c6e2ff;background-color:#ecf5ff}.el-button:active{color:#3a8ee6;border-color:#3a8ee6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#FFF;border-color:#409EFF;color:#409EFF}.el-button.is-active,.el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6}.el-button.is-plain:active{background:#FFF;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5}.el-link,.el-transfer-panel__filter .el-icon-circle-close{cursor:pointer}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#FFF;border-color:#EBEEF5;color:#C0C4CC}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#FFF;background-color:#409EFF;border-color:#409EFF}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#FFF;background-color:#a0cfff;border-color:#a0cfff}.el-button--primary.is-plain{color:#409EFF;background:#ecf5ff;border-color:#b3d8ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409EFF;border-color:#409EFF;color:#FFF}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff}.el-button--success{color:#FFF;background-color:#67C23A;border-color:#67C23A}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#FFF}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#FFF;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67C23A;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67C23A;border-color:#67C23A;color:#FFF}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#FFF;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#FFF;background-color:#E6A23C;border-color:#E6A23C}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#FFF}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#FFF;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#E6A23C;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#E6A23C;border-color:#E6A23C;color:#FFF}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#FFF;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#FFF;background-color:#F56C6C;border-color:#F56C6C}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#FFF}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#FFF;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#F56C6C;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#F56C6C;border-color:#F56C6C;color:#FFF}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#FFF;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#FFF;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#FFF}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#FFF;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#FFF}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#FFF;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--text,.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active{border-color:transparent}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--mini,.el-button--small{font-size:12px;border-radius:3px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small,.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{color:#409EFF;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#66b1ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#3a8ee6;background-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-transfer{font-size:14px}.el-transfer__buttons{display:inline-block;vertical-align:middle;padding:0 30px}.el-transfer__button{display:block;margin:0 auto;padding:10px;border-radius:50%;color:#FFF;background-color:#409EFF;font-size:0}.el-transfer-panel__item+.el-transfer-panel__item,.el-transfer__button [class*=el-icon-]+span{margin-left:0}.el-transfer__button.is-with-texts{border-radius:4px}.el-transfer__button.is-disabled,.el-transfer__button.is-disabled:hover{border:1px solid #DCDFE6;background-color:#F5F7FA;color:#C0C4CC}.el-transfer__button:first-child{margin-bottom:10px}.el-transfer__button:nth-child(2){margin:0}.el-transfer__button i,.el-transfer__button span{font-size:14px}.el-transfer-panel{border:1px solid #EBEEF5;border-radius:4px;overflow:hidden;background:#FFF;display:inline-block;vertical-align:middle;width:200px;max-height:100%;box-sizing:border-box;position:relative}.el-transfer-panel__body{height:246px}.el-transfer-panel__body.is-with-footer{padding-bottom:40px}.el-transfer-panel__list{margin:0;padding:6px 0;list-style:none;height:246px;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.el-transfer-panel__list.is-filterable{height:194px;padding-top:0}.el-transfer-panel__item{height:30px;line-height:30px;padding-left:15px;display:block}.el-transfer-panel__item.el-checkbox{color:#606266}.el-transfer-panel__item:hover{color:#409EFF}.el-transfer-panel__item.el-checkbox .el-checkbox__label{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:24px;line-height:30px}.el-transfer-panel__item .el-checkbox__input{position:absolute;top:8px}.el-transfer-panel__filter{text-align:center;margin:15px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:auto}.el-transfer-panel__filter .el-input__inner{height:32px;width:100%;font-size:12px;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:16px;padding-right:10px;padding-left:30px}.el-transfer-panel__filter .el-input__icon{margin-left:5px}.el-transfer-panel .el-transfer-panel__header{height:40px;line-height:40px;background:#F5F7FA;margin:0;padding-left:15px;border-bottom:1px solid #EBEEF5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000}.el-transfer-panel .el-transfer-panel__header .el-checkbox{display:block;line-height:40px}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label{font-size:16px;color:#303133;font-weight:400}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span{position:absolute;right:15px;color:#909399;font-size:12px;font-weight:400}.el-divider__text,.el-link{font-weight:500;font-size:14px}.el-transfer-panel .el-transfer-panel__footer{height:40px;background:#FFF;margin:0;padding:0;border-top:1px solid #EBEEF5;position:absolute;bottom:0;left:0;width:100%;z-index:1}.el-transfer-panel .el-transfer-panel__footer::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-container,.el-timeline-item__node{display:-webkit-box;display:-ms-flexbox}.el-transfer-panel .el-transfer-panel__footer .el-checkbox{padding-left:20px;color:#606266}.el-transfer-panel .el-transfer-panel__empty{margin:0;height:30px;line-height:30px;padding:6px 15px 0;color:#909399;text-align:center}.el-transfer-panel .el-checkbox__label{padding-left:8px}.el-transfer-panel .el-checkbox__inner{height:14px;width:14px;border-radius:3px}.el-transfer-panel .el-checkbox__inner::after{height:6px;width:3px;left:4px}.el-container{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.el-aside,.el-header{-webkit-box-sizing:border-box}.el-container.is-vertical{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.el-header{padding:0 20px;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-aside{overflow:auto;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-footer,.el-main{-webkit-box-sizing:border-box}.el-main{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;overflow:auto;box-sizing:border-box;padding:20px}.el-footer{padding:0 20px;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-timeline{margin:0;font-size:14px;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline-item{position:relative;padding-bottom:20px}.el-timeline-item__wrapper{position:relative;padding-left:28px;top:-3px}.el-timeline-item__tail{position:absolute;left:4px;height:100%;border-left:2px solid #E4E7ED}.el-timeline-item__icon{color:#FFF;font-size:13px}.el-timeline-item__node{position:absolute;background-color:#E4E7ED;border-radius:50%;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__node--normal{left:-1px;width:12px;height:12px}.el-timeline-item__node--large{left:-2px;width:14px;height:14px}.el-timeline-item__node--primary{background-color:#409EFF}.el-timeline-item__node--success{background-color:#67C23A}.el-timeline-item__node--warning{background-color:#E6A23C}.el-timeline-item__node--danger{background-color:#F56C6C}.el-timeline-item__node--info{background-color:#909399}.el-timeline-item__dot{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__content{color:#303133}.el-timeline-item__timestamp{color:#909399;line-height:1;font-size:13px}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;vertical-align:middle;position:relative;text-decoration:none;outline:0;padding:0}.el-link.is-underline:hover:after{content:"";position:absolute;left:0;right:0;height:0;bottom:0;border-bottom:1px solid #409EFF}.el-link.el-link--default:after,.el-link.el-link--primary.is-underline:hover:after,.el-link.el-link--primary:after{border-color:#409EFF}.el-link.is-disabled{cursor:not-allowed}.el-link [class*=el-icon-]+span{margin-left:5px}.el-link.el-link--default{color:#606266}.el-link.el-link--default:hover{color:#409EFF}.el-link.el-link--default.is-disabled{color:#C0C4CC}.el-link.el-link--primary{color:#409EFF}.el-link.el-link--primary:hover{color:#66b1ff}.el-link.el-link--primary.is-disabled{color:#a0cfff}.el-link.el-link--danger.is-underline:hover:after,.el-link.el-link--danger:after{border-color:#F56C6C}.el-link.el-link--danger{color:#F56C6C}.el-link.el-link--danger:hover{color:#f78989}.el-link.el-link--danger.is-disabled{color:#fab6b6}.el-link.el-link--success.is-underline:hover:after,.el-link.el-link--success:after{border-color:#67C23A}.el-link.el-link--success{color:#67C23A}.el-link.el-link--success:hover{color:#85ce61}.el-link.el-link--success.is-disabled{color:#b3e19d}.el-link.el-link--warning.is-underline:hover:after,.el-link.el-link--warning:after{border-color:#E6A23C}.el-link.el-link--warning{color:#E6A23C}.el-link.el-link--warning:hover{color:#ebb563}.el-link.el-link--warning.is-disabled{color:#f3d19e}.el-link.el-link--info.is-underline:hover:after,.el-link.el-link--info:after{border-color:#909399}.el-link.el-link--info{color:#909399}.el-link.el-link--info:hover{color:#a6a9ad}.el-link.el-link--info.is-disabled{color:#c8c9cc}.el-divider{background-color:#DCDFE6;position:relative}.el-divider--horizontal{display:block;height:1px;width:100%;margin:24px 0}.el-divider--vertical{display:inline-block;width:1px;height:1em;margin:0 8px;vertical-align:middle;position:relative}.el-divider__text{position:absolute;background-color:#FFF;padding:0 20px;color:#303133}.el-image__error,.el-image__placeholder{background:#F5F7FA}.el-divider__text.is-left{left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-divider__text.is-center{left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.el-divider__text.is-right{right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-image__error,.el-image__inner,.el-image__placeholder{width:100%;height:100%}.el-image{position:relative;display:inline-block;overflow:hidden}.el-image__inner{vertical-align:top}.el-image__inner--center{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block}.el-calendar__header,.el-image__error{display:-webkit-box;display:-ms-flexbox}.el-image__error{display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#C0C4CC;vertical-align:middle}.el-calendar{background-color:#fff}.el-calendar__header{display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #EBEEF5}.el-backtop,.el-page-header{display:-webkit-box;display:-ms-flexbox}.el-calendar__title{color:#000;-ms-flex-item-align:center;align-self:center}.el-calendar__body{padding:12px 20px 35px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{padding:12px 0;color:#606266;font-weight:400}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:#C0C4CC}.el-backtop,.el-calendar-table td.is-today{color:#409EFF}.el-calendar-table td{border-bottom:1px solid #EBEEF5;border-right:1px solid #EBEEF5;vertical-align:top;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.el-calendar-table td.is-selected{background-color:#F2F8FE}.el-calendar-table tr:first-child td{border-top:1px solid #EBEEF5}.el-calendar-table tr td:first-child{border-left:1px solid #EBEEF5}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;height:85px}.el-calendar-table .el-calendar-day:hover{cursor:pointer;background-color:#F2F8FE}.el-backtop{position:fixed;background-color:#FFF;width:40px;height:40px;border-radius:50%;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;-webkit-box-shadow:0 0 6px rgba(0,0,0,.12);box-shadow:0 0 6px rgba(0,0,0,.12);cursor:pointer;z-index:5}.el-backtop:hover{background-color:#F2F6FC}.el-page-header{display:flex;line-height:24px}.el-page-header__left{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;margin-right:40px;position:relative}.el-page-header__left::after{content:"";position:absolute;width:1px;height:16px;right:-20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#DCDFE6}.el-checkbox,.el-checkbox__input{display:inline-block;position:relative;white-space:nowrap}.el-page-header__left .el-icon-back{font-size:18px;margin-right:6px;-ms-flex-item-align:center;align-self:center}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{font-size:18px;color:#303133}.el-checkbox{color:#606266;font-weight:500;font-size:14px;cursor:pointer;-moz-user-select:none;user-select:none;margin-right:30px}.el-checkbox-button__inner,.el-radio{font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#409EFF}.el-checkbox.is-bordered.is-disabled{border-color:#EBEEF5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{cursor:pointer;outline:0;line-height:1;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#DCDFE6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#C0C4CC}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#F2F6FC;border-color:#DCDFE6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#C0C4CC}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#F2F6FC;border-color:#DCDFE6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#C0C4CC;border-color:#C0C4CC}.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#409EFF;border-color:#409EFF}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#C0C4CC;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#409EFF}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#409EFF}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:'';position:absolute;display:block;background-color:#FFF;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #DCDFE6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#FFF;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:#409EFF}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #FFF;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in .05s;transition:-webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s;transition:transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox-button,.el-checkbox-button__inner{display:inline-block;position:relative}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox:last-child{margin-right:0}.el-checkbox-button__inner{line-height:1;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#FFF;border:1px solid #DCDFE6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#409EFF}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-radio,.el-radio__input{line-height:1;outline:0;white-space:nowrap}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-radio,.el-radio__inner,.el-radio__input{position:relative;display:inline-block}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#FFF;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #8cc5ff;box-shadow:-1px 0 0 0 #8cc5ff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#409EFF}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#EBEEF5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #DCDFE6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#409EFF}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-radio,.el-radio--medium.is-bordered .el-radio__label{font-size:14px}.el-radio{color:#606266;cursor:pointer;margin-right:30px}.el-cascader-node>.el-checkbox,.el-cascader-node>.el-radio,.el-radio:last-child{margin-right:0}.el-radio.is-bordered{padding:12px 20px 0 10px;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.el-radio.is-bordered.is-checked{border-color:#409EFF}.el-radio.is-bordered.is-disabled{cursor:not-allowed;border-color:#EBEEF5}.el-radio__input.is-disabled .el-radio__inner,.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#F5F7FA;border-color:#E4E7ED}.el-radio.is-bordered+.el-radio.is-bordered{margin-left:10px}.el-radio--medium.is-bordered{padding:10px 20px 0 10px;border-radius:4px;height:36px}.el-radio--mini.is-bordered .el-radio__label,.el-radio--small.is-bordered .el-radio__label{font-size:12px}.el-radio--medium.is-bordered .el-radio__inner{height:14px;width:14px}.el-radio--small.is-bordered{padding:8px 15px 0 10px;border-radius:3px;height:32px}.el-radio--small.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio--mini.is-bordered{padding:6px 15px 0 10px;border-radius:3px;height:28px}.el-radio--mini.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio__input{cursor:pointer;vertical-align:middle}.el-radio__input.is-disabled .el-radio__inner{cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner::after{cursor:not-allowed;background-color:#F5F7FA}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner::after{background-color:#C0C4CC}.el-radio__input.is-disabled+span.el-radio__label{color:#C0C4CC;cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{border-color:#409EFF;background:#409EFF}.el-radio__input.is-checked .el-radio__inner::after{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:#409EFF}.el-radio__input.is-focus .el-radio__inner{border-color:#409EFF}.el-radio__inner{border:1px solid #DCDFE6;border-radius:100%;width:14px;height:14px;background-color:#FFF;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.el-radio__inner:hover{border-color:#409EFF}.el-radio__inner::after{width:4px;height:4px;border-radius:100%;background-color:#FFF;content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .15s ease-in;transition:-webkit-transform .15s ease-in;transition:transform .15s ease-in;transition:transform .15s ease-in,-webkit-transform .15s ease-in}.el-radio__original{opacity:0;outline:0;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF}.el-radio__label{font-size:14px;padding-left:10px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-cascader-panel{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px;font-size:14px}.el-cascader-panel.is-bordered{border:1px solid #E4E7ED;border-radius:4px}.el-cascader-menu{min-width:180px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;border-right:solid 1px #E4E7ED}.el-cascader-menu:last-child{border-right:none}.el-cascader-menu:last-child .el-cascader-node{padding-right:20px}.el-cascader-menu__wrap{height:204px}.el-cascader-menu__list{position:relative;min-height:100%;margin:0;padding:6px 0;list-style:none;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader-menu__hover-zone{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.el-cascader-menu__empty-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;color:#C0C4CC}.el-cascader-node{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30px 0 20px;height:34px;line-height:34px;outline:0}.el-cascader-node.is-selectable.in-active-path{color:#606266}.el-cascader-node.in-active-path,.el-cascader-node.is-active,.el-cascader-node.is-selectable.in-checked-path{color:#409EFF;font-weight:700}.el-cascader-node:not(.is-disabled){cursor:pointer}.el-cascader-node:not(.is-disabled):focus,.el-cascader-node:not(.is-disabled):hover{background:#F5F7FA}.el-cascader-node.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-cascader-node__prefix{position:absolute;left:10px}.el-cascader-node__postfix{position:absolute;right:10px}.el-cascader-node__label{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-cascader-node>.el-radio .el-radio__label{padding-left:0}
.el-form-item__content {
  line-height: unset;
}

.el-tree-node > .el-tree-node__children {
  overflow: visible;
}

.el-tree-node {
  white-space: initial;
  text-align: left;
}

.el-tree-node__content {
  height: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.el-tree-node__expand-icon {
  --text-opacity: 1;
  color: #9fa6b2;
  color: rgba(159, 166, 178, var(--text-opacity));
}

.el-tabs--border-card {
  border: none;
}

.el-input__icon {
  line-height: unset;
}

.el-tree-node__content:hover,
.el-tree-node:focus > .el-tree-node__content {
  --text-opacity: 1;
  color: #4b5563;
  color: rgba(75, 85, 99, var(--text-opacity));
}

.el-tree {
  /* @apply tw-py-4 tw-px-2 tw-text-gray-700 tw-overflow-y-scroll tw-bg-gray-100 tw-border-b;
    background: inherit;
    height: 550px; */
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --text-opacity: 1;
  color: #374151;
  color: rgba(55, 65, 81, var(--text-opacity));
  overflow-y: scroll;
  height: 100%;
  background: inherit;
}

.el-table--striped .el-table__body tr.el-table__row--striped.current-row td,
.el-table__body tr.current-row > td,
.el-table__body tr.hover-row.current-row > td,
.el-table__body tr.hover-row.el-table__row--striped.current-row > td,
.el-table__body tr.hover-row.el-table__row--striped > td,
.el-table__body tr.hover-row > td {
  background-color: #f8fafc;
}

.el-card,
.el-message {
  border-radius: 0.25rem;
}

.el-card {
  border: unset;
}

.el-card__header {
  --border-opacity: 1;
  border-color: #9fa6b2;
  border-color: rgba(159, 166, 178, var(--border-opacity));
}

.el-card.is-always-shadow,
.el-card.is-hover-shadow:focus,
.el-card.is-hover-shadow:hover {
  box-shadow: unset;
}

.el-tabs--border-card > .el-tabs__header {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.el-tabs__item {
  height: 50px;
  line-height: 50px;
}

.dashboard .el-table {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.c-card-body .el-table {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.el-input__inner,
.el-textarea__inner,
.autocomplete > input {
  line-height: unset;
  height: unset;
  border-width: 1px;
  border-radius: 0.25rem;
  width: 100%;
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.el-tabs--border-card {
  box-shadow: none;
}

.el-form-item__error {
  --text-opacity: 1;
  color: #f05252;
  color: rgba(240, 82, 82, var(--text-opacity));
  font-size: 0.75rem;
  font-style: italic;
}

.el-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
  font-weight: 700;
}

.el-button::focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(118, 169, 250, 0.45);
}

.el-button--primary {
  --bg-opacity: 1;
  background-color: #3f83f8;
  background-color: rgba(63, 131, 248, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.el-button--primary::hover {
  --bg-opacity: 1;
  background-color: #1c64f2;
  background-color: rgba(28, 100, 242, var(--bg-opacity));
}

.el-form {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 0.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.el-form-item {
  margin-bottom: 1rem;
}

.el-select {
  width: 100%;
}

.el-tabs--border-card > .el-tabs__content {
  padding: 0px;
}

.el-dialog {
  --bg-opacity: 1;
  background-color: #f7f7f7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
}

.el-autocomplete {
  display: block;
}

.form-dialog .el-dialog__body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.el-dialog__header {
  border-width: 1px;
}

/*** Fontsize **/

body,
.c-card-title,
.el-card__header,
.el-tabs__item,
.el-card,
.el-input__inner,
.el-textarea__inner,
.autocomplete > input,
.form-section-text,
.el-form--label-top .el-form-item__label,
.el-tree-node__label,
input::-webkit-input-placeholder,
.schema-component-list li,
.meta-list ul,
.row-header {
  font-size: 14px;
  line-height: 24px;
}

body,
.c-card-title,
.el-card__header,
.el-tabs__item,
.el-card,
.el-input__inner,
.el-textarea__inner,
.autocomplete > input,
.form-section-text,
.el-form--label-top .el-form-item__label,
.el-tree-node__label,
input::-moz-placeholder,
.schema-component-list li,
.meta-list ul,
.row-header {
  font-size: 14px;
  line-height: 24px;
}

body,
.c-card-title,
.el-card__header,
.el-tabs__item,
.el-card,
.el-input__inner,
.el-textarea__inner,
.autocomplete > input,
.form-section-text,
.el-form--label-top .el-form-item__label,
.el-tree-node__label,
input:-ms-input-placeholder,
.schema-component-list li,
.meta-list ul,
.row-header {
  font-size: 14px;
  line-height: 24px;
}

body,
.c-card-title,
.el-card__header,
.el-tabs__item,
.el-card,
.el-input__inner,
.el-textarea__inner,
.autocomplete > input,
.form-section-text,
.el-form--label-top .el-form-item__label,
.el-tree-node__label,
input::-ms-input-placeholder,
.schema-component-list li,
.meta-list ul,
.row-header {
  font-size: 14px;
  line-height: 24px;
}

body,
.c-card-title,
.el-card__header,
.el-tabs__item,
.el-card,
.el-input__inner,
.el-textarea__inner,
.autocomplete > input,
.form-section-text,
.el-form--label-top .el-form-item__label,
.el-tree-node__label,
input::placeholder,
.schema-component-list li,
.meta-list ul,
.row-header {
  font-size: 14px;
  line-height: 24px;
}

.el-card,
.el-table,
.el-table__row > td,
.el-input__inner,
.el-textarea__inner,
.autocomplete > input,
.form-section-text,
.meta-list li,
.el-form--label-top .el-form-item__label {
  --text-opacity: 1;
  color: #1A2633;
  color: rgba(26, 38, 51, var(--text-opacity));
}

.el-form--label-top .el-form-item__label {
  line-height: unset;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --text-opacity: 1;
  color: #374151;
  color: rgba(55, 65, 81, var(--text-opacity));
  font-weight: 700;
  padding: 0;
}

.el-form-item {
  margin-right: 1rem;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

dl,
dt,
dd {
  font-weight: unset;
  display: inline-block;
}

.insist {
  --text-opacity: 1;
  color: #252f3f;
  color: rgba(37, 47, 63, var(--text-opacity));
}

.el-tabs--border-card > .el-tabs__header .el-tabs__item {
  --text-opacity: 1;
  color: #4b5563;
  color: rgba(75, 85, 99, var(--text-opacity));
  border-bottom: none;
  position: relative;
  border-right: 0;
  border-left: 0;
}

.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active,
.el-tabs--border-card
    > .el-tabs__header
    .el-tabs__item:not(.is-disabled):hover {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

body::-webkit-scrollbar {
  display: none;
}

.di {
  margin-bottom: 1rem;
}

.di > span:nth-child(1) {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.di > span:nth-child(1)::after {
  content: ": ";
}

.di > span:nth-child(2) {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

#tab-plan,
#tab-execute,
#tab-closeout,
#tab-work-group,
#tab-rig-schedule {
  border-width: 0;
  border-bottom-width: 4px;
}

#tab-rig-schedule.is-active {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

#tab {
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
}

#tab-program-schema {
  font-size: 0.875rem;
}

#tab-program-schema.is-active {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  --border-opacity: 1;
  border-color: #000000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

#tab-plan.is-active {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

#tab-execute.is-active {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

#tab-closeout.is-active {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

#tab-work-group.is-active {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.ninetyPercentWidth .form-dialog {
  width: 90% !important;
}

.nav-header > .el-tabs__header {
  border-bottom: 1px solid #09d;
}

.el-tabs__nav-scroll {
  overflow: initial;
}

.nav-header .el-tabs__nav-wrap {
  margin-bottom: 0;
  height: 4rem;
  overflow: initial;
}

.nav-header .el-tabs__nav {
  height: 4rem;
}

.nav-header.el-tabs--border-card
    > .el-tabs__header
    .el-tabs__item.is-active:after,
.nav-header.el-tabs--border-card
    > .el-tabs__header
    .el-tabs__item.is-active:before {
  border: solid transparent;
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  border-width: 8px;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nav-header.el-tabs--border-card
    > .el-tabs__header
    .el-tabs__item.is-active:after {
  border-bottom-color: rgb(245, 249, 250);
  bottom: -2px;
}

.nav-header.el-tabs--border-card
    > .el-tabs__header
    .el-tabs__item.is-active:before {
  border-bottom-color: #0099dd;
}

.nav-header.el-tabs--border-card.isSubmenuActive
    > .el-tabs__header
    .el-tabs__item.is-active:after {
  border-bottom-color: #fff;
}

.nav-header .el-tabs__item {
  height: 64px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.phases-tabs .el-tabs__item {
  height: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.sub-phase-tab .el-tabs__item,
.schema-cards .el-tabs__item {
  height: 48px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.schema-cards {
  padding: 0 5px;
}

.main-header-tab-font-style .el-tabs__item {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.tab-font-style-large .el-tabs__item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.tab-font-style-small .el-tabs__item,
.schema-cards .el-tabs__item {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.tab-text-sm .el-tabs__item {
  font-size: 0.75rem;
  font-weight: 400;
}

.list-page-table.el-table--enable-row-hover .el-table__body tr:hover > td,
.el-table__body tr.current-row > td {
  background-color: rgba(0, 153, 221, 0.1) !important;
}

.list-page-table.el-table--enable-row-hover
    .el-table__body
    tr
    > td:first-child {
  border-left: 3px solid transparent;
}

.list-page-table.el-table--enable-row-hover
    .el-table__body
    tr
    > td:last-child
    > div {
  visibility: hidden;
}

.actions-table-section {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.actions-table-section
    .list-table-width.el-table--enable-row-hover
    .el-table__body
    tr
    > td:last-child
    > div {
  cursor: pointer;
  visibility: visible;
}

.list-page-table.el-table--enable-row-hover
    .el-table__body
    tr:hover
    > td:last-child
    > div {
  visibility: visible;
}

.list-page-table .el-table__body tr.current-row > td:first-child {
  border-left: 3px solid #0099dd;
}

.view-template .el-card__body {
  padding: 0 !important;
}

.sub-phase-tab .el-tabs__active-bar {
  background-color: #1a2633 !important;
  height: 2px;
}

.schema-cards {
  padding-left: 14px;
  padding-right: 14px;
}

.schema-cards .el-tabs__active-bar {
  background-color: #0099dd !important;
  height: 2px;
}

.sub-phase-tab .el-tabs__item.is-active,
.sub-phase-tab .el-tabs__item:hover {
  color: #1a2633;
}

.program-step-sub-tab .el-tabs__active-bar {
  height: 0;
}

.program-step-sub-tab .el-tabs--top .el-tabs__item.is-top:last-child {
  padding-right: 20px;
}

.program-step-sub-tab .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  padding-left: 20px;
}

.el-tabs__item {
  color: #738699;
}

#pane-program-phases .el-tabs__nav-wrap::after {
  display: none;
}

.list-page-table tbody tr {
  cursor: pointer;
}

.list-page-table tr i {
  cursor: unset;
}

.formulations-page .el-card__header {
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

.four-form-modal-header .el-tabs__header {
  margin-bottom: 0px;
  padding-left: 10px;
  padding-top: 10px;
}

.ddr-form-modal .el-tabs__header {
  margin-bottom: 0px;
  padding-left: 5px;
  padding-top: 10px;
}

.expand-cell-padding .el-table__expanded-cell {
  padding-top: 20px;
  padding-right: 8px;
  padding-bottom: 20px;
  padding-left: 8px;
}

/* List */

.list .cell {
  padding: 0 1.5rem;
}

.list table > tbody > tr:last-child td {
  border-bottom: none;
}

.list .el-table:before {
  display: none;
}

/* search */

.search .el-input__prefix {
  left: 0;
  bottom: 0.75rem;
  top: auto;
  height: auto;
}

.el-icon-arrow-left,
.el-icon-arrow-right {
  color: black;
}

.el-collapse-item__header {
  font-size: 16px;
  color: #b8c2cc;
  font-weight: 200;
}

.el-collapse {
  border-top-style: none;
}

.no-background-hover .el-table--enable-row-hover .el-table__body tr:hover > td,
.el-table__body tr.current-row > td {
  background-color: #fff !important;
}

.no-background-hover tbody tr {
  cursor: pointer;
}

.no-background-hover tr i {
  cursor: unset;
}

.wim .el-table th > .cell {
  font-size: 0.75rem;
  --text-opacity: 1;
  color: #252f3f;
  color: rgba(37, 47, 63, var(--text-opacity));
}

.collapse-font-style .el-collapse-item__header {
  margin: 0.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  --text-opacity: 1;
  color: #4b5563;
  color: rgba(75, 85, 99, var(--text-opacity));
}

.collapse-font-style.el-collapse {
  border-style: none;
}

#timelyReporting .el-form-item__content {
  display: -webkit-box;
  display: flex;
}

.review-test {
  width: 80%;
}

.el-table thead.is-group th {
  background: white;
}

.review-header .el-collapse-item__header {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #738699;
}

.review-header .el-collapse {
  border-top-style: none;
}

.review .el-collapse-item__header {
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
  color: #738699;
}

.review .el-collapse {
  border-top-style: none;
}

.wellhead-pressure-table {
  border-right-width: 1px;
  border-bottom-width: 1px;
  white-space: nowrap;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto);@font-face {
  font-family: 'Inter UI';

  font-style:  normal;

  font-weight: 100;

  src: url(/fonts/Inter-UI-Thin-BETA.woff2?b13ae77fa66e5ded92f150bdc51dde72) format("woff2"),
       url(/fonts/Inter-UI-Thin-BETA.woff?fd643b922cee7e5eb6c7a3537e3c5ecd) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  italic;

  font-weight: 100;

  src: url(/fonts/Inter-UI-ThinItalic-BETA.woff2?ac033c05f03885cb83e6b28df6992fe7) format("woff2"),
       url(/fonts/Inter-UI-ThinItalic-BETA.woff?215447418666d38ecdb5735d81b4dc0e) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  normal;

  font-weight: 200;

  src: url(/fonts/Inter-UI-ExtraLight-BETA.woff2?a5562927d6e6e32be6830f466cdac586) format("woff2"),
       url(/fonts/Inter-UI-ExtraLight-BETA.woff?02bc4a5ad6b9cf54b07518b77e79857f) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  italic;

  font-weight: 200;

  src: url(/fonts/Inter-UI-ExtraLightItalic-BETA.woff2?ae3e740101b501daeee0a1e9d4d09f94) format("woff2"),
       url(/fonts/Inter-UI-ExtraLightItalic-BETA.woff?a81c572e2558d0840a40bd741aba8b17) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  normal;

  font-weight: 300;

  src: url(/fonts/Inter-UI-Light-BETA.woff2?125b2c92751695d8ca3e6d0f5bb85688) format("woff2"),
       url(/fonts/Inter-UI-Light-BETA.woff?a50b90e3220bf832dbe60bf476092c5e) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  italic;

  font-weight: 300;

  src: url(/fonts/Inter-UI-LightItalic-BETA.woff2?4b0645d25e43a16240f49d3600329d75) format("woff2"),
       url(/fonts/Inter-UI-LightItalic-BETA.woff?81085c19449e0ca0770f503b93c397e8) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  normal;

  font-weight: 400;

  src: url(/fonts/Inter-UI-Regular.woff2?2eb9a2a909f7d3e492ff66b38ffdf760) format("woff2"),
       url(/fonts/Inter-UI-Regular.woff?f3e1dc5a15d8d816dace2a746b3a6e6a) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  italic;

  font-weight: 400;

  src: url(/fonts/Inter-UI-Italic.woff2?8c92c01022b2ccf93757cd40335a1306) format("woff2"),
       url(/fonts/Inter-UI-Italic.woff?d3d01de19aa7c6f9e1f02ae47c81e829) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  normal;

  font-weight: 500;

  src: url(/fonts/Inter-UI-Medium.woff2?e4847cbdadfe00783d82fd8edf3359ec) format("woff2"),
       url(/fonts/Inter-UI-Medium.woff?98651aecab57df9fa335374d18541952) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  italic;

  font-weight: 500;

  src: url(/fonts/Inter-UI-MediumItalic.woff2?2a03709e94e43a7cac5f6fa41b08cf20) format("woff2"),
       url(/fonts/Inter-UI-MediumItalic.woff?c5a27379c515c6c7b9830a9a45365ab6) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  normal;

  font-weight: 600;

  src: url(/fonts/Inter-UI-SemiBold.woff2?07e0d78f1bf3d7e5e23613a6a8997e18) format("woff2"),
       url(/fonts/Inter-UI-SemiBold.woff?c1c8fa3ccd7171d566f18ffdcff96a02) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  italic;

  font-weight: 600;

  src: url(/fonts/Inter-UI-SemiBoldItalic.woff2?7f4e06f5a8a0fbc713dd8c37abb88486) format("woff2"),
       url(/fonts/Inter-UI-SemiBoldItalic.woff?52b86f26ef76b8f81244968e3431fa98) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  normal;

  font-weight: 700;

  src: url(/fonts/Inter-UI-Bold.woff2?e4746d870a18fb5fcd54cbc488b1a28c) format("woff2"),
       url(/fonts/Inter-UI-Bold.woff?768402cf585ec2fe52c01f152b043242) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  italic;

  font-weight: 700;

  src: url(/fonts/Inter-UI-BoldItalic.woff2?71cc82eb622e1fcfb2b55d07db74c145) format("woff2"),
       url(/fonts/Inter-UI-BoldItalic.woff?38a313cff9c3d25e22537692a0cce413) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  normal;

  font-weight: 800;

  src: url(/fonts/Inter-UI-ExtraBold.woff2?f70fde73acbd2c5e2ebe5ef3a5abaf1d) format("woff2"),
       url(/fonts/Inter-UI-ExtraBold.woff?56ca352790e028a5c5026f2b5dd9de2a) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  italic;

  font-weight: 800;

  src: url(/fonts/Inter-UI-ExtraBoldItalic.woff2?3270bbc36519a12e74f58f483c40dbb1) format("woff2"),
       url(/fonts/Inter-UI-ExtraBoldItalic.woff?0b86fa9f52c56a34ab4f0e57e3f9d2a6) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  normal;

  font-weight: 900;

  src: url(/fonts/Inter-UI-Black.woff2?9c1cf88664638d2df51bf1de650937cb) format("woff2"),
       url(/fonts/Inter-UI-Black.woff?baac7065b8bed11f146cc52b108f29a8) format("woff");
}

@font-face {
  font-family: 'Inter UI';

  font-style:  italic;

  font-weight: 900;

  src: url(/fonts/Inter-UI-BlackItalic.woff2?046ace3e208c2245a78f96eaad82b727) format("woff2"),
       url(/fonts/Inter-UI-BlackItalic.woff?b10b8c637bae1d88de5e0b7b1b8d2d55) format("woff");
}

/* --------------------------------------------------------------------------
Single variable font.

Note that you may want to do something like this to make sure you're serving
constant fonts to older browsers:
html {
  font-family: 'Inter UI', sans-serif;
}
@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter UI var', sans-serif;
  }
}

BUGS:
- Safari 12.0 will default to italic instead of regular when font-weight
  is provided in a @font-face declaration.
  Workaround: Use "Inter UI var alt" for Safari, or explicitly set
  `font-variation-settings:"slnt" DEGREE`.
*/

@font-face {
  font-family: 'Inter UI var';

  font-weight: 100 900;

  font-style: oblique 0deg 10deg;

  src: url(/fonts/Inter-UI.var.woff2?530180a346ad4eba8408f985f9548960) format("woff2-variations"),
       url(/fonts/Inter-UI.var.woff2?530180a346ad4eba8408f985f9548960) format("woff2");
}

/* --------------------------------------------------------------------------

"Inter UI var alt" is recommended for Safari and Edge, for reliable italics.

@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter UI var alt', sans-serif;
  }
}

*/

@font-face {
  font-family: 'Inter UI var alt';

  font-weight: 100 900;

  font-style: normal;

  font-named-instance: 'Regular';

  src: url(/fonts/Inter-UI-upright.var.woff2?fc804a83ca24047c8385cfbf8d17cd86) format("woff2 supports variations(gvar)"),
       url(/fonts/Inter-UI-upright.var.woff2?fc804a83ca24047c8385cfbf8d17cd86) format("woff2-variations"),
       url(/fonts/Inter-UI-upright.var.woff2?fc804a83ca24047c8385cfbf8d17cd86) format("woff2");
}

@font-face {
  font-family: 'Inter UI var alt';

  font-weight: 100 900;

  font-style: italic;

  font-named-instance: 'Italic';

  src: url(/fonts/Inter-UI-italic.var.woff2?f7ec46fa4962accb79c714e2f7fa0541) format("woff2 supports variations(gvar)"),
       url(/fonts/Inter-UI-italic.var.woff2?f7ec46fa4962accb79c714e2f7fa0541) format("woff2-variations"),
       url(/fonts/Inter-UI-italic.var.woff2?f7ec46fa4962accb79c714e2f7fa0541) format("woff2");
}

/*!
 * Copyright (c) HANDSONCODE sp. z o. o.
 * 
 * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o.,
 * a Polish corporation, based in Gdynia, Poland, at 96/98 Aleja Zwycięstwa,
 * registered with the National Court Register under number 538651,
 * EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
 * 
 * This software is protected by applicable copyright laws, including
 * international treaties, and dual-licensed – depending on whether
 * your use is intended for or may result in commercial advantage
 * or monetary compensation (commercial purposes), or not.
 * 
 * If your use involves only such purposes as research, private study,
 * evaluation and the like, you agree to be bound by the terms included
 * in the “handsontable-non-commercial-license.pdf” file, available
 * in the main directory of this software repository.
 * 
 * By installing, copying, or otherwise using this software for
 * commercial purposes, you agree to be bound by the terms included
 * in the “handsontable-general-terms.pdf” file, available in the main
 * directory of this software repository.
 * 
 * HANDSONCODE PROVIDES THIS SOFTWARE ON AN “AS IS” BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND. IN NO EVENT
 * AND UNDER NO LEGAL THEORY, SHALL HANDSONCODE BE LIABLE
 * TO YOU FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL,
 * INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING
 * FROM USE OR INABILITY TO USE THIS SOFTWARE.
 * 
 * Version: 7.1.0
 * Release date: 11/06/2019 (built at 10/06/2019 10:35:58)
 */

/**
 * Fix for bootstrap styles
 */

.handsontable .table th, .handsontable .table td {
  border-top: none;
}

.handsontable tr {
  background: #fff;
}

.handsontable td {
  background-color: inherit;
}

.handsontable .table caption + thead tr:first-child th,
.handsontable .table caption + thead tr:first-child td,
.handsontable .table colgroup + thead tr:first-child th,
.handsontable .table colgroup + thead tr:first-child td,
.handsontable .table thead:first-child tr:first-child th,
.handsontable .table thead:first-child tr:first-child td {
  border-top: 1px solid #CCCCCC;
}

/* table-bordered */

.handsontable .table-bordered {
  border: 0;
  border-collapse: separate;
}

.handsontable .table-bordered th,
.handsontable .table-bordered td {
  border-left: none;
}

.handsontable .table-bordered th:first-child,
.handsontable .table-bordered td:first-child {
  border-left: 1px solid #CCCCCC;
}

.handsontable .table > tbody > tr > td,
.handsontable .table > tbody > tr > th,
.handsontable .table > tfoot > tr > td,
.handsontable .table > tfoot > tr > th,
.handsontable .table > thead > tr > td,
.handsontable .table > thead > tr > th {
  line-height: 21px;
  padding: 0 4px;
}

.col-lg-1.handsontable, .col-lg-10.handsontable, .col-lg-11.handsontable, .col-lg-12.handsontable,
.col-lg-2.handsontable, .col-lg-3.handsontable, .col-lg-4.handsontable, .col-lg-5.handsontable, .col-lg-6.handsontable, .col-lg-7.handsontable, .col-lg-8.handsontable, .col-lg-9.handsontable,
.col-md-1.handsontable, .col-md-10.handsontable, .col-md-11.handsontable, .col-md-12.handsontable,
.col-md-2.handsontable, .col-md-3.handsontable, .col-md-4.handsontable, .col-md-5.handsontable, .col-md-6.handsontable, .col-md-7.handsontable, .col-md-8.handsontable, .col-md-9.handsontable
.col-sm-1.handsontable, .col-sm-10.handsontable, .col-sm-11.handsontable, .col-sm-12.handsontable,
.col-sm-2.handsontable, .col-sm-3.handsontable, .col-sm-4.handsontable, .col-sm-5.handsontable, .col-sm-6.handsontable, .col-sm-7.handsontable, .col-sm-8.handsontable, .col-sm-9.handsontable
.col-xs-1.handsontable, .col-xs-10.handsontable, .col-xs-11.handsontable, .col-xs-12.handsontable,
.col-xs-2.handsontable, .col-xs-3.handsontable, .col-xs-4.handsontable, .col-xs-5.handsontable, .col-xs-6.handsontable, .col-xs-7.handsontable, .col-xs-8.handsontable, .col-xs-9.handsontable {
  padding-left: 0;
  padding-right: 0;
}

.handsontable .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #FFF;
}

.handsontable {
  position: relative;
}

.handsontable .hide{
  display: none;
}

.handsontable .relative {
  position: relative;
}

.handsontable.htAutoSize {
  visibility: hidden;
  left: -99000px;
  position: absolute;
  top: -99000px;
}

.handsontable .wtHider {
  width: 0;
}

.handsontable .wtSpreader {
  position: relative;
  width: 0; /*must be 0, otherwise blank space appears in scroll demo after scrolling max to the right */
  height: auto;
}

.handsontable table,
.handsontable tbody,
.handsontable thead,
.handsontable td,
.handsontable th,
.handsontable input,
.handsontable textarea,
.handsontable div {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.handsontable input,
.handsontable textarea {
  min-height: initial;
}

.handsontable table.htCore {
  border-collapse: separate;
  /* it must be separate, otherwise there are offset miscalculations in WebKit: http://stackoverflow.com/questions/2655987/border-collapse-differences-in-ff-and-webkit */
  /* this actually only changes appearance of user selection - does not make text unselectable */
  /* -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; */ /* no browser supports unprefixed version */
  border-spacing: 0;
  margin: 0;
  border-width: 0;
  table-layout: fixed;
  width: 0;
  outline-width: 0;
  cursor: default;
  /* reset bootstrap table style. for more info see: https://github.com/handsontable/handsontable/issues/224 */
  max-width: none;
  max-height: none;
}

.handsontable col {
  width: 50px;
}

.handsontable col.rowHeader {
  width: 50px;
}

.handsontable th,
.handsontable td {
  border-top-width: 0;
  border-left-width: 0;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  height: 22px;
  empty-cells: show;
  line-height: 21px;
  padding: 0 4px 0 4px;
  /* top, bottom padding different than 0 is handled poorly by FF with HTML5 doctype */
  background-color: #FFF;
  vertical-align: top;
  overflow: hidden;
  outline-width: 0;
  white-space: pre-line;
  /* preserve new line character in cell */
  background-clip: padding-box;
}

.handsontable td.htInvalid {
  background-color: #ff4c42 !important; /*gives priority over td.area selection background*/
}

.handsontable td.htNoWrap {
  white-space: nowrap;
}

.handsontable th:last-child {
  /*Foundation framework fix*/
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.handsontable tr:first-child th.htNoFrame,
.handsontable th:first-child.htNoFrame,
.handsontable th.htNoFrame {
  border-left-width: 0;
  background-color: white;
  border-color: #FFF;
}

.handsontable th:first-child,
.handsontable th:nth-child(2),
.handsontable td:first-of-type,
.handsontable .htNoFrame + th,
.handsontable .htNoFrame + td {
  border-left: 1px solid #CCC;
}

.handsontable.htRowHeaders thead tr th:nth-child(2) {
  border-left: 1px solid #CCC;
}

.handsontable tr:first-child th,
.handsontable tr:first-child td {
  border-top: 1px solid #CCC;
}

.ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable tbody tr th,
.ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child {
  border-right-width: 0;
}

.ht_master:not(.innerBorderTop) thead tr:last-child th,
.ht_master:not(.innerBorderTop) ~ .handsontable thead tr:last-child th,
.ht_master:not(.innerBorderTop) thead tr.lastChild th,
.ht_master:not(.innerBorderTop) ~ .handsontable thead tr.lastChild th {
  border-bottom-width: 0;
}

.handsontable th {
  background-color: #f0f0f0;
  color: #222;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}

.handsontable thead th {
  padding: 0;
}

.handsontable th.active {
  background-color: #CCC;
}

.handsontable thead th .relative {
  padding: 2px 4px;
}

#hot-display-license-info {
  font-size: 10px;
  color: #323232 ;
  padding: 5px 0 3px 0;
  font-family: Helvetica, Arial, sans-serif;
  text-align: left;
}

#hot-display-license-info a {
  font-size: 10px;
}

/* plugins */

/* row + column resizer*/

.handsontable .manualColumnResizer {
  position: absolute;
  top: 0;
  cursor: col-resize;
  z-index: 110;
  width: 5px;
  height: 25px;
}

.handsontable .manualRowResizer {
  position: absolute;
  left: 0;
  cursor: row-resize;
  z-index: 110;
  height: 5px;
  width: 50px;
}

.handsontable .manualColumnResizer:hover,
.handsontable .manualColumnResizer.active,
.handsontable .manualRowResizer:hover,
.handsontable .manualRowResizer.active {
  background-color: #34a9db;
}

.handsontable .manualColumnResizerGuide {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #34a9db;
  display: none;
  width: 0;
  border-right: 1px dashed #777;
  margin-left: 5px;
}

.handsontable .manualRowResizerGuide {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #34a9db;
  display: none;
  height: 0;
  border-bottom: 1px dashed #777;
  margin-top: 5px;
}

.handsontable .manualColumnResizerGuide.active,
.handsontable .manualRowResizerGuide.active {
  display: block;
  z-index: 199;
}

.handsontable .columnSorting {
  position: relative;
}

.handsontable .columnSorting.sortAction:hover {
  text-decoration: underline;
  cursor: pointer;
}

.handsontable span.colHeader {
  display: inline-block;
  line-height: 1.1;
}

/* Arrow position */

.handsontable span.colHeader.columnSorting::before {
  /* Centering start */
  top: 50%;
  margin-top: -6px; /* One extra pixel for purpose of proper positioning of sorting arrow, when `font-size` set to default */
  /* Centering end */
  padding-left: 8px; /* For purpose of continuous mouse over experience, when moving between the `span` and the `::before` elements */
  position: absolute;
  right: -9px;
  content: '';
  height: 10px;
  width: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}

.handsontable span.colHeader.columnSorting.ascending::before {
  /* arrow up; 20 x 40 px, scaled to 5 x 10 px; base64 size: 0.3kB */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFNJREFUeAHtzjkSgCAUBNHPgsoy97+ulGXRqJE5L+xkxoYt2UdsLb5bqFINz+aLuuLn5rIu2RkO3fZpWENimNgiw6iBYRTPMLJjGFxQZ1hxxb/xBI1qC8k39CdKAAAAAElFTkSuQmCC");
}

.handsontable span.colHeader.columnSorting.descending::before {
  /* arrow down; 20 x 40 px, scaled to 5 x 10 px; base64 size: 0.3kB */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=");
}

.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled)::after {
  content: '*';
  display: inline-block;
  position: relative;
  /* The multi-line header and header with longer text need more padding to not hide arrow,
  we make header wider in `GhostTable` to make some space for arrow which is positioned absolutely in the main table */
  padding-right: 20px;
}

/* Selection */

.handsontable .wtBorder {
  position: absolute;
  font-size: 0;
}

.handsontable .wtBorder.hidden{
  display:none !important;
}

/* A layer order of the selection types */

.handsontable .wtBorder.current {
  z-index: 10;
}

.handsontable .wtBorder.area {
  z-index: 8;
}

.handsontable .wtBorder.fill {
  z-index: 6;
}

.handsontable td.area,
.handsontable td.area-1,
.handsontable td.area-2,
.handsontable td.area-3,
.handsontable td.area-4,
.handsontable td.area-5,
.handsontable td.area-6,
.handsontable td.area-7 {
  position: relative;
}

.handsontable td.area:before,
.handsontable td.area-1:before,
.handsontable td.area-2:before,
.handsontable td.area-3:before,
.handsontable td.area-4:before,
.handsontable td.area-5:before,
.handsontable td.area-6:before,
.handsontable td.area-7:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: -100%\9; /* Fix for IE9 to spread the ":before" pseudo element to 100% height of the parent element */
  background: #005eff;
}

/* Fix for IE10 and IE11 to spread the ":before" pseudo element to 100% height of the parent element */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .handsontable td.area:before,
  .handsontable td.area-1:before,
  .handsontable td.area-2:before,
  .handsontable td.area-3:before,
  .handsontable td.area-4:before,
  .handsontable td.area-5:before,
  .handsontable td.area-6:before,
  .handsontable td.area-7:before {
    bottom: -100%;
  }
}

.handsontable td.area:before {
  opacity: 0.1;
}

.handsontable td.area-1:before {
  opacity: 0.2;
}

.handsontable td.area-2:before {
  opacity: 0.27;
}

.handsontable td.area-3:before {
  opacity: 0.35;
}

.handsontable td.area-4:before {
  opacity: 0.41;
}

.handsontable td.area-5:before {
  opacity: 0.47;
}

.handsontable td.area-6:before {
  opacity: 0.54;
}

.handsontable td.area-7:before {
  opacity: 0.58;
}

.handsontable tbody th.ht__highlight,
.handsontable thead th.ht__highlight {
  background-color: #dcdcdc;
}

.handsontable tbody th.ht__active_highlight,
.handsontable thead th.ht__active_highlight {
  background-color: #8eb0e7;
  color: #000;
}

/* fill handle */

.handsontable .wtBorder.corner {
  font-size: 0;
  cursor: crosshair;
}

.handsontable .htBorder.htFillBorder {
  background: red;
  width: 1px;
  height: 1px;
}

.handsontableInput {
  border: none;
  outline-width: 0;
  margin: 0;
  padding: 1px 5px 0 5px;
  font-family: inherit;
  line-height: 21px;
  font-size: inherit;
  box-shadow: 0 0 0 2px #5292F7 inset;
  resize: none;
  /*below are needed to overwrite stuff added by jQuery UI Bootstrap theme*/
  display: block;
  color: #000;
  border-radius: 0;
  background-color: #FFF;
  /*overwrite styles potentionally made by a framework*/
}

.handsontableInputHolder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 104;
}

.htSelectEditor {
  -webkit-appearance: menulist-button !important;
  position: absolute;
  width: auto;
}

/*
TextRenderer readOnly cell
*/

.handsontable .htDimmed {
  color: #777;
}

.handsontable .htSubmenu {
  position: relative;
}

.handsontable .htSubmenu :after{
  content: '\25B6';
  color: #777;
  position: absolute;
  right: 5px;
  font-size: 9px;
}

/*
TextRenderer horizontal alignment
*/

.handsontable .htLeft{
  text-align: left;
}

.handsontable .htCenter{
  text-align: center;
}

.handsontable .htRight{
  text-align: right;
}

.handsontable .htJustify{
  text-align: justify;
}

/*
TextRenderer vertical alignment
*/

.handsontable .htTop{
  vertical-align: top;
}

.handsontable .htMiddle{
  vertical-align: middle;
}

.handsontable .htBottom{
  vertical-align: bottom;
}

/*
TextRenderer placeholder value
*/

.handsontable .htPlaceholder {
  color: #999;
}

/*
AutocompleteRenderer down arrow
*/

.handsontable .htAutocompleteArrow {
  float: right;
  font-size: 10px;
  color: #EEE;
  cursor: default;
  width: 16px;
  text-align: center;
}

.handsontable td .htAutocompleteArrow:hover {
  color: #777;
}

.handsontable td.area .htAutocompleteArrow {
  color: #d3d3d3;
}

/*
CheckboxRenderer
*/

.handsontable .htCheckboxRendererInput {
  display: inline-block;
}

.handsontable .htCheckboxRendererInput.noValue {
  opacity: 0.5;
}

.handsontable .htCheckboxRendererLabel {
  font-size: inherit;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

/**
 * Handsontable in Handsontable
 */

.handsontable .handsontable.ht_clone_top .wtHider {
  padding: 0 0 5px 0;
}

/**
* Autocomplete Editor
*/

.handsontable .autocompleteEditor.handsontable {
  padding-right: 17px;
}

.handsontable .autocompleteEditor.handsontable.htMacScroll {
  padding-right: 15px;
}

/**
 * Handsontable listbox theme
 */

.handsontable.listbox {
  margin: 0;
}

.handsontable.listbox .ht_master table {
  border: 1px solid #ccc;
  border-collapse: separate;
  background: white;
}

.handsontable.listbox th,
.handsontable.listbox tr:first-child th,
.handsontable.listbox tr:last-child th,
.handsontable.listbox tr:first-child td,
.handsontable.listbox td {
  border-color: transparent;
}

.handsontable.listbox th,
.handsontable.listbox td {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.handsontable.listbox td.htDimmed {
  cursor: default;
  color: inherit;
  font-style: inherit;
}

.handsontable.listbox .wtBorder {
  visibility: hidden;
}

.handsontable.listbox tr td.current,
.handsontable.listbox tr:hover td {
  background: #eee;
}

.ht_clone_top {
  z-index: 101;
}

.ht_clone_left {
  z-index: 102;
}

.ht_clone_top_left_corner,
.ht_clone_bottom_left_corner {
  z-index: 103;
}

.ht_clone_debug {
  z-index: 103;
}

.handsontable td.htSearchResult {
  background: #fcedd9;
  color: #583707;
}

/*
Cell borders
*/

.htBordered{
  /*box-sizing: border-box !important;*/
  border-width: 1px;
}

.htBordered.htTopBorderSolid {
  border-top-style: solid;
  border-top-color: #000;
}

.htBordered.htRightBorderSolid {
  border-right-style: solid;
  border-right-color: #000;
}

.htBordered.htBottomBorderSolid {
  border-bottom-style: solid;
  border-bottom-color: #000;
}

.htBordered.htLeftBorderSolid {
  border-left-style: solid;
  border-left-color: #000;
}

.handsontable tbody tr th:nth-last-child(2) {
  border-right: 1px solid #CCC;
}

.handsontable thead tr:nth-last-child(2) th.htGroupIndicatorContainer {
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}

.ht_clone_top_left_corner thead tr th:nth-last-child(2) {
  border-right: 1px solid #CCC;
}

.htCollapseButton {
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin-bottom: 3px;
  position: relative;
}

.htCollapseButton:after {
  content: "";
  height: 300%;
  width: 1px;
  display: block;
  background: #ccc;
  margin-left: 4px;
  position: absolute;
  /*top: -300%;*/
  bottom: 10px;
}

thead .htCollapseButton {
  right: 5px;
  position: absolute;
  top: 5px;
  background: #fff;
}

thead .htCollapseButton:after {
  height: 1px;
  width: 700%;
  right: 10px;
  top: 4px;
}

.handsontable tr th .htExpandButton {
  position: absolute;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  top: 0;
  display: none;
}

.handsontable thead tr th .htExpandButton {
  /*left: 5px;*/
  top: 5px;
}

.handsontable tr th .htExpandButton.clickable {
  display: block;
}

.collapsibleIndicator {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0% ,-50%);
          transform: translate(0% ,-50%);
  right: 5px;
  border: 1px solid #A6A6A6;
  line-height: 10px;
  color: #222;
  border-radius: 10px;
  font-size: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  box-shadow: 0 0 0 6px rgba(238,238,238,1);
  background: #eee;
}

.handsontable col.hidden {
  width: 0 !important;
}

.handsontable table tr th.lightRightBorder {
  border-right: 1px solid #E6E6E6;
}

.handsontable tr.hidden,
.handsontable tr.hidden td,
.handsontable tr.hidden th {
  display: none;
}

.ht_master,
.ht_clone_left,
.ht_clone_top,
.ht_clone_bottom {
  overflow: hidden;
}

.ht_master .wtHolder {
  overflow: auto;
}

.handsontable .ht_master thead,
.handsontable .ht_master tr th,
.handsontable .ht_clone_left thead {
  visibility: hidden;
}

.ht_clone_top .wtHolder,
.ht_clone_left .wtHolder,
.ht_clone_bottom .wtHolder {
  overflow: hidden;
}

/*

 Handsontable Mobile Text Editor stylesheet

 */

.handsontable.mobile,
.handsontable.mobile .wtHolder {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-overflow-scrolling: touch;
}

.htMobileEditorContainer {
  display: none;
  position: absolute;
  top: 0;
  width: 70%;
  height: 54pt;
  background: #f8f8f8;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  z-index: 999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

.topLeftSelectionHandle:not(.ht_master .topLeftSelectionHandle),
.topLeftSelectionHandle-HitArea:not(.ht_master .topLeftSelectionHandle-HitArea) {
  z-index: 9999;
}

/* Initial left/top coordinates - overwritten when actual position is set */

.topLeftSelectionHandle,
.topLeftSelectionHandle-HitArea,
.bottomRightSelectionHandle,
.bottomRightSelectionHandle-HitArea {
  left: -10000px;
  top: -10000px;
}

.htMobileEditorContainer.active {
  display: block;
}

.htMobileEditorContainer .inputs {
  position: absolute;
  right: 210pt;
  bottom: 10pt;
  top: 10pt;
  left: 14px;
  height: 34pt;
}

.htMobileEditorContainer .inputs textarea {
  font-size: 13pt;
  border: 1px solid #a1a1a1;
  -webkit-appearance: none;
  box-shadow: none;
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  bottom: 0;
  padding: 7pt;
}

.htMobileEditorContainer .cellPointer {
  position: absolute;
  top: -13pt;
  height: 0;
  width: 0;
  left: 30px;
  border-left: 13pt solid transparent;
  border-right: 13pt solid transparent;
  border-bottom: 13pt solid #ebebeb;
}

.htMobileEditorContainer .cellPointer.hidden {
  display: none;
}

.htMobileEditorContainer .cellPointer:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  height: 0;
  width: 0;
  left: -13pt;
  border-left: 13pt solid transparent;
  border-right: 13pt solid transparent;
  border-bottom: 13pt solid #f8f8f8;
}

.htMobileEditorContainer .moveHandle {
  position: absolute;
  top: 10pt;
  left: 5px;
  width: 30px;
  bottom: 0px;
  cursor: move;
  z-index: 9999;
}

.htMobileEditorContainer .moveHandle:after {
  content: "..\A..\A..\A..";
  white-space: pre;
  line-height: 10px;
  font-size: 20pt;
  display: inline-block;
  margin-top: -8px;
  color: #ebebeb;
}

.htMobileEditorContainer .positionControls {
  width: 205pt;
  position: absolute;
  right: 5pt;
  top: 0;
  bottom: 0;
}

.htMobileEditorContainer .positionControls > div {
  width: 50pt;
  height: 100%;
  float: left;
}

.htMobileEditorContainer .positionControls > div:after {
  content: " ";
  display: block;
  width: 15pt;
  height: 15pt;
  text-align: center;
  line-height: 50pt;
}

.htMobileEditorContainer .leftButton:after,
.htMobileEditorContainer .rightButton:after,
.htMobileEditorContainer .upButton:after,
.htMobileEditorContainer .downButton:after {
  transform-origin: 5pt 5pt;
  -webkit-transform-origin: 5pt 5pt;
  margin: 21pt 0 0 21pt;
}

.htMobileEditorContainer .leftButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(-45deg);
  /*margin-top: 17pt;*/
  /*margin-left: 20pt;*/
}

.htMobileEditorContainer .leftButton:active:after {
  border-color: #cfcfcf;
}

.htMobileEditorContainer .rightButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(135deg);
  /*margin-top: 17pt;*/
  /*margin-left: 10pt;*/
}

.htMobileEditorContainer .rightButton:active:after {
  border-color: #cfcfcf;
}

.htMobileEditorContainer .upButton:after {
  /*border-top: 2px solid #cfcfcf;*/
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(45deg);
  /*margin-top: 22pt;*/
  /*margin-left: 15pt;*/
}

.htMobileEditorContainer .upButton:active:after {
  border-color: #cfcfcf;
}

.htMobileEditorContainer .downButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(225deg);
  /*margin-top: 15pt;*/
  /*margin-left: 15pt;*/
}

.htMobileEditorContainer .downButton:active:after {
  border-color: #cfcfcf;
}

.handsontable.hide-tween {
  -webkit-animation: opacity-hide 0.3s;
  animation: opacity-hide 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.handsontable.show-tween {
  -webkit-animation: opacity-show 0.3s;
  animation: opacity-show 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after { clear: both
}

.pika-single { *zoom: 1
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  position: absolute;
  top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-select {
  display: inline-block;
  display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.htCommentCell {
  position: relative;
}

.htCommentCell:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-left: 6px solid transparent;
  border-top: 6px solid black;
}

.htComments {
  display: none;
  z-index: 1059;
  position: absolute;
}

.htCommentTextArea {
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px;
  box-sizing: border-box;
  border: none;
  border-left: 3px solid #ccc;
  background-color: #fff;
  width: 215px;
  height: 90px;
  font-size: 12px;
  padding: 5px;
  outline: 0px !important;
  -webkit-appearance: none;
}

.htCommentTextArea:focus {
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px, inset 0 0 0 1px #5292f7;
  border-left: 3px solid #5292f7;
}

/*!
 * Handsontable ContextMenu
 */

.htContextMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  z-index: 1060; /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
}

.htContextMenu .ht_clone_top,
.htContextMenu .ht_clone_left,
.htContextMenu .ht_clone_corner,
.htContextMenu .ht_clone_debug {
  display: none;
}

.htContextMenu table.htCore {
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  border-right-width: 2px;
}

.htContextMenu .wtBorder {
  visibility: hidden;
}

.htContextMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.htContextMenu table tbody tr td:first-child {
  border: 0;
}

.htContextMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}

.htContextMenu table tbody tr td.current,
.htContextMenu table tbody tr td.zeroclipboard-is-hover {
  background: #f3f3f3;
}

.htContextMenu table tbody tr td.htSeparator {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
  cursor: default;
}

.htContextMenu table tbody tr td.htDisabled {
  color: #999;
  cursor: default;
}

.htContextMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}

.htContextMenu table tbody tr.htHidden {
  display: none;
}

.htContextMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 6px;
}

.htContextMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
}

.htContextMenu .ht_master .wtHolder {
  overflow: hidden;
}

textarea#HandsontableCopyPaste {
  position: fixed !important;
  top: 0 !important;
  right: 100% !important;
  overflow: hidden;
  opacity: 0;
  outline: 0 none !important;
}

.htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_top_left_corner th:nth-child(2),
.htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_left td:first-of-type {
  border-left: 0 none;
}

.handsontable .wtHider {
  position: relative;
}

.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.handsontable.ht__manualColumnMove.on-moving--columns,
.handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer {
  display: none;
}

.handsontable .ht__manualColumnMove--guideline,
.handsontable .ht__manualColumnMove--backlight {
  position: absolute;
  height: 100%;
  display: none;
}

.handsontable .ht__manualColumnMove--guideline {
  background: #757575;
  width: 2px;
  top: 0;
  margin-left: -1px;
  z-index: 105;
}

.handsontable .ht__manualColumnMove--backlight {
  background: #343434;
  background: rgba(52, 52, 52, 0.25);
  display: none;
  z-index: 105;
  pointer-events: none;
}

.handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline,
.handsontable.on-moving--columns .ht__manualColumnMove--backlight {
  display: block;
}

.handsontable .wtHider {
  position: relative;
}

.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.handsontable.ht__manualRowMove.on-moving--rows,
.handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer {
  display: none;
}

.handsontable .ht__manualRowMove--guideline,
.handsontable .ht__manualRowMove--backlight {
  position: absolute;
  width: 100%;
  display: none;
}

.handsontable .ht__manualRowMove--guideline {
  background: #757575;
  height: 2px;
  left: 0;
  margin-top: -1px;
  z-index: 105;
}

.handsontable .ht__manualRowMove--backlight {
  background: #343434;
  background: rgba(52, 52, 52, 0.25);
  display: none;
  z-index: 105;
  pointer-events: none;
}

.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,
.handsontable.on-moving--rows .ht__manualRowMove--backlight {
  display: block;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"]:not([class*="fullySelectedMergedCell"]):before {
  opacity: 0;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-multiple"]:before {
  opacity: 0.1;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-0"]:before {
  opacity: 0.1;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-1"]:before {
  opacity: 0.2;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-2"]:before {
  opacity: 0.27;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-3"]:before {
  opacity: 0.35;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-4"]:before {
  opacity: 0.41;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-5"]:before {
  opacity: 0.47;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-6"]:before {
  opacity: 0.54;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-7"]:before {
  opacity: 0.58;
}

/*!
 * Handsontable DropdownMenu
 */

.handsontable .changeType {
  background: #eee;
  border-radius: 2px;
  border: 1px solid #bbb;
  color: #bbb;
  font-size: 9px;
  line-height: 9px;
  padding: 2px;
  margin: 3px 1px 0 5px;
  float: right;
}

.handsontable .changeType:before {
  content: '\25BC   ';
}

.handsontable .changeType:hover {
  border: 1px solid #777;
  color: #777;
  cursor: pointer;
}

.htDropdownMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  z-index: 1060; /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
}

.htDropdownMenu .ht_clone_top,
.htDropdownMenu .ht_clone_left,
.htDropdownMenu .ht_clone_corner,
.htDropdownMenu .ht_clone_debug {
  display: none;
}

.htDropdownMenu table.htCore {
  border: 1px solid #bbb;
  border-bottom-width: 2px;
  border-right-width: 2px;
}

.htDropdownMenu .wtBorder {
  visibility: hidden;
}

.htDropdownMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.htDropdownMenu table tbody tr td:first-child {
  border: 0;
}

.htDropdownMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}

.htDropdownMenu table tbody tr td.current,
.htDropdownMenu table tbody tr td.zeroclipboard-is-hover {
  background: #e9e9e9;
}

.htDropdownMenu table tbody tr td.htSeparator {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
  cursor: default;
}

.htDropdownMenu table tbody tr td.htDisabled {
  color: #999;
}

.htDropdownMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}

.htDropdownMenu:not(.htGhostTable) table tbody tr.htHidden {
  display: none;
}

.htDropdownMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 10px;
}

.htDropdownMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
}

.htDropdownMenu .ht_master .wtHolder {
  overflow: hidden;
}

/* Column's number position */

.handsontable span.colHeader.columnSorting::after {
  /* Centering start */
  top: 50%;
  margin-top: -2px; /* Two extra pixels (-2 instead of -4) for purpose of proper positioning of numeric indicators, when `font-size` set to default */
  /* Centering end */
  position: absolute;
  right: -15px;
  padding-left: 5px; ; /* For purpose of continuous mouse over experience, when moving between the `::before` and the `::after` elements */
  font-size: 8px;
  height: 8px;
  line-height: 1.1;
  text-decoration: underline; /* Workaround for IE9 - IE11 */
}

/* Workaround for IE9 - IE11, https://stackoverflow.com/a/21902566, https://stackoverflow.com/a/32120247 */

.handsontable span.colHeader.columnSorting::after {
  text-decoration: none;
}

/* We support up to 7 numeric indicators, describing order of column in sorted columns queue */

.handsontable span.colHeader.columnSorting[class^="sort-"]::after,
.handsontable span.colHeader.columnSorting[class*=" sort-"]::after {
  content: "+"
}

.handsontable span.colHeader.columnSorting.sort-1::after {
  content: '1';
}

.handsontable span.colHeader.columnSorting.sort-2::after {
  content: '2';
}

.handsontable span.colHeader.columnSorting.sort-3::after {
  content: '3';
}

.handsontable span.colHeader.columnSorting.sort-4::after {
  content: '4';
}

.handsontable span.colHeader.columnSorting.sort-5::after {
  content: '5';
}

.handsontable span.colHeader.columnSorting.sort-6::after {
  content: '6';
}

.handsontable span.colHeader.columnSorting.sort-7::after {
  content: '7';
}

/* Drop-down menu widens header by 5 pixels, sort sequence numbers won't overlap the icon; mainly for the IE9+ */

.htGhostTable th div button.changeType + span.colHeader.columnSorting:not(.indicatorDisabled) {
  padding-right: 5px;
}

/*!
 * Handsontable Filters
 */

/* Conditions menu */

.htFiltersConditionsMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  z-index: 1070;
}

.htFiltersConditionsMenu .ht_clone_top,
.htFiltersConditionsMenu .ht_clone_left,
.htFiltersConditionsMenu .ht_clone_corner,
.htFiltersConditionsMenu .ht_clone_debug {
  display: none;
}

.htFiltersConditionsMenu table.htCore {
  border: 1px solid #bbb;
  border-bottom-width: 2px;
  border-right-width: 2px;
}

.htFiltersConditionsMenu .wtBorder {
  visibility: hidden;
}

.htFiltersConditionsMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.htFiltersConditionsMenu table tbody tr td:first-child {
  border: 0;
}

.htFiltersConditionsMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}

.htFiltersConditionsMenu table tbody tr td.current,
.htFiltersConditionsMenu table tbody tr td.zeroclipboard-is-hover {
  background: #e9e9e9;
}

.htFiltersConditionsMenu table tbody tr td.htSeparator {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
}

.htFiltersConditionsMenu table tbody tr td.htDisabled {
  color: #999;
}

.htFiltersConditionsMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}

.htFiltersConditionsMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 10px;
}

.htFiltersConditionsMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
}

.htFiltersConditionsMenu .ht_master .wtHolder {
  overflow: hidden;
}

.handsontable .htMenuFiltering {
  border-bottom: 1px dotted #ccc;
  height: 135px;
  overflow: hidden;
}

.handsontable .ht_master table td.htCustomMenuRenderer {
  background-color: #fff;
  cursor: auto;
}

/* Menu label */

.handsontable .htFiltersMenuLabel {
  font-size: 0.75em;
}

/* Component action bar */

.handsontable .htFiltersMenuActionBar {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 3px;
}

/* Component filter by conditional */

.handsontable .htFiltersMenuCondition.border {
  border-bottom: 1px dotted #ccc !important;
}

.handsontable .htFiltersMenuCondition .htUIInput {
  padding: 0 0 5px 0;
}

/* Component filter by value */

.handsontable .htFiltersMenuValue {
  border-bottom: 1px dotted #ccc !important;
}

.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch {
  padding: 0;
}

.handsontable .htFiltersMenuCondition .htUIInput input,
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input {
  font-family: inherit;
  font-size: 0.75em;
  padding: 4px;
  box-sizing: border-box;
  width: 100%;
}

.htUIMultipleSelect .ht_master .wtHolder {
  overflow-y: scroll;
}

.handsontable .htFiltersActive .changeType {
  border: 1px solid #509272;
  color: #18804e;
  background-color: #d2e0d9;
}

.handsontable .htUISelectAll {
  margin-right: 10px;
}

.handsontable .htUIClearAll, .handsontable .htUISelectAll {
  display: inline-block;
}

.handsontable .htUIClearAll a, .handsontable .htUISelectAll a {
  color: #3283D8;
  font-size: 0.75em;
}

.handsontable .htUISelectionControls {
  text-align: right;
}

.handsontable .htCheckboxRendererInput {
  margin: 0 5px 0 0;
  vertical-align: middle;
  height: 1em;
}

/* UI elements */

/* Input */

.handsontable .htUIInput {
  padding: 3px 0 7px 0;
  position: relative;
  text-align: center;
}

.handsontable .htUIInput input {
  border-radius: 2px;
  border: 1px solid #d2d1d1;
}

.handsontable .htUIInput input:focus {
  outline: 0;
}

.handsontable .htUIInputIcon {
  position: absolute;
}

/* Button */

.handsontable .htUIInput.htUIButton {
  cursor: pointer;
  display: inline-block;
}

.handsontable .htUIInput.htUIButton input {
  background-color: #eee;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.7em;
  font-weight: bold;
  height: 19px;
  min-width: 64px;
}

.handsontable .htUIInput.htUIButton input:hover {
  border-color: #b9b9b9;
}

.handsontable .htUIInput.htUIButtonOK {
  margin-right: 10px;
}

.handsontable .htUIInput.htUIButtonOK input {
  background-color: #0f9d58;
  border-color: #18804e;
  color: #fff;
}

.handsontable .htUIInput.htUIButtonOK input:hover {
  border-color: #1a6f46;
}

/* Select */

.handsontable .htUISelect {
  cursor: pointer;
  margin-bottom: 7px;
  position: relative;
}

.handsontable .htUISelectCaption {
  background-color: #e8e8e8;
  border-radius: 2px;
  border: 1px solid #d2d1d1;
  font-family: inherit;
  font-size: 0.7em;
  font-weight: bold;
  padding: 3px 20px 3px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.handsontable .htUISelectCaption:hover {
  background-color: #e8e8e8;
  border: 1px solid #b9b9b9;
}

.handsontable .htUISelectDropdown:after {
  content: '\25B2';
  font-size: 7px;
  position: absolute;
  right: 10px;
  top: 0;
}

.handsontable .htUISelectDropdown:before {
  content: '\25BC';
  font-size: 7px;
  position: absolute;
  right: 10px;
  top: 8px;
}

/* SelectMultiple */

.handsontable .htUIMultipleSelect .handsontable .htCore {
  border: none;
}

.handsontable .htUIMultipleSelect .handsontable .htCore td:hover {
  background-color: #F5F5F5;
}

.handsontable .htUIMultipleSelectSearch input {
  border-radius: 2px;
  border: 1px solid #d2d1d1;
  padding: 3px;
}

.handsontable .htUIRadio {
  display: inline-block;
  margin-right: 5px;
  height: 100%;
}

.handsontable .htUIRadio:last-child {
  margin-right: 0;
}

.handsontable .htUIRadio > input[type=radio] {
  margin-right: 0.5ex;
}

.handsontable .htUIRadio label {
  vertical-align: middle;
}

.handsontable .htFiltersMenuOperators {
  padding-bottom: 5px;
}

.handsontable.ganttChart tr:first-child th div.relative {
  padding-right: 21px;
}

.handsontable.ganttChart .colHeader {
  display: block;
}

.handsontable.ganttChart td.rangeBar {
  background: #48b703;
  border-right-width: 0;
  position: relative;
  box-shadow: inset 0 3px 0 #ffffff;
}

.handsontable.ganttChart td.rangeBar.last {
  border-right-width: 1px;
}

.handsontable.ganttChart td.rangeBar.area {
  background: #7EC481;
}

.handsontable.ganttChart td.rangeBar.partial {
  background: #8edf5a;
}

.handsontable.ganttChart td.rangeBar.area.partial {
  background: #A1D8AD;
}

.handsontable thead th.hiddenHeader:not(:first-of-type) {
  display: none;
}

.handsontable th.ht_nestingLevels {
  text-align: left;
  padding-left: 7px;
}

.handsontable th div.ht_nestingLevels {
  display: inline-block;
  position: absolute;
  left: 11px;
}

.handsontable.innerBorderLeft th div.ht_nestingLevels,
.handsontable.innerBorderLeft ~ .handsontable th div.ht_nestingLevels {
  right: 10px;
}

.handsontable th span.ht_nestingLevel {
  display: inline-block;
}

.handsontable th span.ht_nestingLevel_empty {
  display: inline-block;
  width: 10px;
  height: 1px;
  float: left;
}

.handsontable th span.ht_nestingLevel::after {
  content: "\2510";
  font-size: 9px;
  display: inline-block;
  position: relative;
  bottom: 3px;
}

.handsontable th div.ht_nestingButton {
  display: inline-block;
  position: absolute;
  right: -2px;
  cursor: pointer;
}

.handsontable th div.ht_nestingButton.ht_nestingExpand::after {
  content: "+";
}

.handsontable th div.ht_nestingButton.ht_nestingCollapse::after {
  content: "-";
}

.handsontable.innerBorderLeft th div.ht_nestingButton,
.handsontable.innerBorderLeft ~ .handsontable th div.ht_nestingButton {
  right: 0;
}

/*
 * Handsontable HiddenColumns
 */

.handsontable th.beforeHiddenColumn {
  position: relative;
}

.handsontable th.beforeHiddenColumn::after,
.handsontable th.afterHiddenColumn::before {
  color: #bbb;
  position: absolute;
  top: 50%;
  font-size: 5pt;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.handsontable th.afterHiddenColumn {
  position: relative;
}

.handsontable th.beforeHiddenColumn::after {
  right: 1px;
  content: '\25C0';
}

.handsontable th.afterHiddenColumn::before {
  left: 1px;
  content: '\25B6';
}

.handsontable td.firstVisibleColumn,
.handsontable th.firstVisibleColumn {
  border-left: 1px solid #CCC;
}

/*!
 * Handsontable HiddenRows
 */

.handsontable th.beforeHiddenRow::before,
.handsontable th.afterHiddenRow::after {
  color: #bbb;
  font-size: 6pt;
  line-height: 6pt;
  position: absolute;
  left: 2px;
}

.handsontable th.beforeHiddenRow,
.handsontable th.afterHiddenRow {
  position: relative;
}

.handsontable th.beforeHiddenRow::before {
  content: '\25B2';
  bottom: 2px;
}

.handsontable th.afterHiddenRow::after {
  content: '\25BC';
  top: 2px;
}

.handsontable.ht__selection--rows tbody th.beforeHiddenRow.ht__highlight:before,
.handsontable.ht__selection--rows tbody th.afterHiddenRow.ht__highlight:after {
  color: #eee;
}

.handsontable td.afterHiddenRow.firstVisibleRow,
.handsontable th.afterHiddenRow.firstVisibleRow {
  border-top: 1px solid #CCC;
}

/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/preflight";
 */

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

button {
  background-color: transparent;
  background-image: none;
  padding: 0;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #d2d6dc; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * This injects any component classes registered by plugins.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/components";
 */

.tw-container{
  width: 100%;
}

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

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

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

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

.tw-form-input{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.tw-form-input::-webkit-input-placeholder{
  color: #9fa6b2;
  opacity: 1;
}

.tw-form-input::-moz-placeholder{
  color: #9fa6b2;
  opacity: 1;
}

.tw-form-input:-ms-input-placeholder{
  color: #9fa6b2;
  opacity: 1;
}

.tw-form-input::-ms-input-placeholder{
  color: #9fa6b2;
  opacity: 1;
}

.tw-form-input::placeholder{
  color: #9fa6b2;
  opacity: 1;
}

.tw-form-input:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  border-color: #a4cafe;
}

.tw-form-textarea{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.tw-form-textarea::-webkit-input-placeholder{
  color: #9fa6b2;
  opacity: 1;
}

.tw-form-textarea::-moz-placeholder{
  color: #9fa6b2;
  opacity: 1;
}

.tw-form-textarea:-ms-input-placeholder{
  color: #9fa6b2;
  opacity: 1;
}

.tw-form-textarea::-ms-input-placeholder{
  color: #9fa6b2;
  opacity: 1;
}

.tw-form-textarea::placeholder{
  color: #9fa6b2;
  opacity: 1;
}

.tw-form-textarea:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  border-color: #a4cafe;
}

.tw-form-multiselect{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.tw-form-multiselect:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  border-color: #a4cafe;
}

.tw-form-select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-right: 2.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
}

.tw-form-select::-ms-expand{
  color: #9fa6b2;
  border: none;
}

@media not print{
  .tw-form-select::-ms-expand{
    display: none;
  }
}

@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none){
  .tw-form-select{
    padding-right: 0.75rem;
  }
}

.tw-form-select:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  border-color: #a4cafe;
}

.tw-form-checkbox{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #3f83f8;
  background-color: #ffffff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: 0.25rem;
}

.tw-form-checkbox:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print{
  .tw-form-checkbox::-ms-check{
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.tw-form-checkbox:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  border-color: #a4cafe;
}

.tw-form-checkbox:checked:focus{
  border-color: transparent;
}

.tw-form-radio{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  border-radius: 100%;
  height: 1rem;
  width: 1rem;
  color: #3f83f8;
  background-color: #ffffff;
  border-color: #d2d6dc;
  border-width: 1px;
}

.tw-form-radio:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print{
  .tw-form-radio::-ms-check{
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.tw-form-radio:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  border-color: #a4cafe;
}

.tw-form-radio:checked:focus{
  border-color: transparent;
}

/**
 * Here you would add any of your custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { ... }
 * .form-input { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "components/buttons";
 * @import "components/forms";
 */

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/utilities";
 */

.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-7 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important;
}

.tw-space-x-7 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(1.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.75rem * 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-9 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important;
}

.tw-space-x-9 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(2.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.25rem * 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-11 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important;
}

.tw-space-x-11 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.75rem * 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-13 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important;
}

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

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

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

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

.tw-space-x-15 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(3.75rem * 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-28 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
}

.tw-space-x-28 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(7rem * var(--space-x-reverse)) !important;
  margin-left: calc(7rem * 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-60 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(15rem * var(--space-y-reverse)) !important;
}

.tw-space-x-60 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(15rem * var(--space-x-reverse)) !important;
  margin-left: calc(15rem * 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-72 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(18rem * var(--space-y-reverse)) !important;
}

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

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

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

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

.tw-space-x-96 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(24rem * var(--space-x-reverse)) !important;
  margin-left: calc(24rem * 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\/2 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(50% * var(--space-y-reverse)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-space-y-6\/12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(50% * var(--space-y-reverse)) !important;
}

.tw-space-x-6\/12 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(50% * var(--space-x-reverse)) !important;
  margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-7\/12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(58.333333% * var(--space-y-reverse)) !important;
}

.tw-space-x-7\/12 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(58.333333% * var(--space-x-reverse)) !important;
  margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-8\/12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important;
}

.tw-space-x-8\/12 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
  margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-9\/12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(75% * var(--space-y-reverse)) !important;
}

.tw-space-x-9\/12 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(75% * var(--space-x-reverse)) !important;
  margin-left: calc(75% * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-10\/12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important;
}

.tw-space-x-10\/12 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(83.333333% * var(--space-x-reverse)) !important;
  margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-11\/12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(91.666667% * var(--space-y-reverse)) !important;
}

.tw-space-x-11\/12 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(91.666667% * var(--space-x-reverse)) !important;
  margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse))) !important;
}

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

.tw-space-x-full > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(100% * var(--space-x-reverse)) !important;
  margin-left: calc(100% * 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-7 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important;
}

.tw--space-x-7 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.75rem * 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-9 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important;
}

.tw--space-x-9 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.25rem * 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-11 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important;
}

.tw--space-x-11 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.75rem * 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-13 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important;
}

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

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

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

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

.tw--space-x-15 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3.75rem * 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-28 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
}

.tw--space-x-28 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-7rem * var(--space-x-reverse)) !important;
  margin-left: calc(-7rem * 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-60 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-15rem * var(--space-y-reverse)) !important;
}

.tw--space-x-60 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-15rem * var(--space-x-reverse)) !important;
  margin-left: calc(-15rem * 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-72 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-18rem * var(--space-y-reverse)) !important;
}

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

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

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

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

.tw--space-x-96 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-24rem * var(--space-x-reverse)) !important;
  margin-left: calc(-24rem * 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\/2 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--space-y-6\/12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
}

.tw--space-x-6\/12 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-50% * var(--space-x-reverse)) !important;
  margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-7\/12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-58.33333% * var(--space-y-reverse)) !important;
}

.tw--space-x-7\/12 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-58.33333% * var(--space-x-reverse)) !important;
  margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-8\/12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important;
}

.tw--space-x-8\/12 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
  margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-9\/12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-75% * var(--space-y-reverse)) !important;
}

.tw--space-x-9\/12 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-75% * var(--space-x-reverse)) !important;
  margin-left: calc(-75% * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-10\/12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important;
}

.tw--space-x-10\/12 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-83.33333% * var(--space-x-reverse)) !important;
  margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-11\/12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-91.66667% * var(--space-y-reverse)) !important;
}

.tw--space-x-11\/12 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-91.66667% * var(--space-x-reverse)) !important;
  margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse))) !important;
}

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

.tw--space-x-full > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-100% * var(--space-x-reverse)) !important;
  margin-left: calc(-100% * 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-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-white > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
}

.tw-divide-black > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #000000 !important;
  border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
  border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
  border-color: rgba(210, 214, 220, var(--divide-opacity)) !important;
}

.tw-divide-gray-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #9fa6b2 !important;
  border-color: rgba(159, 166, 178, 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: #252f3f !important;
  border-color: rgba(37, 47, 63, var(--divide-opacity)) !important;
}

.tw-divide-gray-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #161e2e !important;
  border-color: rgba(22, 30, 46, var(--divide-opacity)) !important;
}

.tw-divide-cool-gray-50 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fbfdfe !important;
  border-color: rgba(251, 253, 254, var(--divide-opacity)) !important;
}

.tw-divide-cool-gray-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-cool-gray-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-cool-gray-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #cfd8e3 !important;
  border-color: rgba(207, 216, 227, var(--divide-opacity)) !important;
}

.tw-divide-cool-gray-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #97a6ba !important;
  border-color: rgba(151, 166, 186, var(--divide-opacity)) !important;
}

.tw-divide-cool-gray-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-cool-gray-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-cool-gray-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #364152 !important;
  border-color: rgba(54, 65, 82, var(--divide-opacity)) !important;
}

.tw-divide-cool-gray-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #27303f !important;
  border-color: rgba(39, 48, 63, var(--divide-opacity)) !important;
}

.tw-divide-cool-gray-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #1a202e !important;
  border-color: rgba(26, 32, 46, var(--divide-opacity)) !important;
}

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

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

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

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

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

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

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

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

.tw-divide-red-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #9b1c1c !important;
  border-color: rgba(155, 28, 28, var(--divide-opacity)) !important;
}

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

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

.tw-divide-orange-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #feecdc !important;
  border-color: rgba(254, 236, 220, var(--divide-opacity)) !important;
}

.tw-divide-orange-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fcd9bd !important;
  border-color: rgba(252, 217, 189, var(--divide-opacity)) !important;
}

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

.tw-divide-orange-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ff8a4c !important;
  border-color: rgba(255, 138, 76, var(--divide-opacity)) !important;
}

.tw-divide-orange-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ff5a1f !important;
  border-color: rgba(255, 90, 31, var(--divide-opacity)) !important;
}

.tw-divide-orange-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #d03801 !important;
  border-color: rgba(208, 56, 1, var(--divide-opacity)) !important;
}

.tw-divide-orange-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #b43403 !important;
  border-color: rgba(180, 52, 3, var(--divide-opacity)) !important;
}

.tw-divide-orange-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #8a2c0d !important;
  border-color: rgba(138, 44, 13, var(--divide-opacity)) !important;
}

.tw-divide-orange-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #771d1d !important;
  border-color: rgba(119, 29, 29, var(--divide-opacity)) !important;
}

.tw-divide-yellow-50 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fdfdea !important;
  border-color: rgba(253, 253, 234, var(--divide-opacity)) !important;
}

.tw-divide-yellow-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fdf6b2 !important;
  border-color: rgba(253, 246, 178, var(--divide-opacity)) !important;
}

.tw-divide-yellow-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fce96a !important;
  border-color: rgba(252, 233, 106, var(--divide-opacity)) !important;
}

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

.tw-divide-yellow-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #e3a008 !important;
  border-color: rgba(227, 160, 8, var(--divide-opacity)) !important;
}

.tw-divide-yellow-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #c27803 !important;
  border-color: rgba(194, 120, 3, var(--divide-opacity)) !important;
}

.tw-divide-yellow-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #9f580a !important;
  border-color: rgba(159, 88, 10, var(--divide-opacity)) !important;
}

.tw-divide-yellow-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #8e4b10 !important;
  border-color: rgba(142, 75, 16, var(--divide-opacity)) !important;
}

.tw-divide-yellow-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #723b13 !important;
  border-color: rgba(114, 59, 19, var(--divide-opacity)) !important;
}

.tw-divide-yellow-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #633112 !important;
  border-color: rgba(99, 49, 18, var(--divide-opacity)) !important;
}

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

.tw-divide-green-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #def7ec !important;
  border-color: rgba(222, 247, 236, var(--divide-opacity)) !important;
}

.tw-divide-green-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #bcf0da !important;
  border-color: rgba(188, 240, 218, var(--divide-opacity)) !important;
}

.tw-divide-green-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #84e1bc !important;
  border-color: rgba(132, 225, 188, var(--divide-opacity)) !important;
}

.tw-divide-green-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #31c48d !important;
  border-color: rgba(49, 196, 141, var(--divide-opacity)) !important;
}

.tw-divide-green-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #0e9f6e !important;
  border-color: rgba(14, 159, 110, var(--divide-opacity)) !important;
}

.tw-divide-green-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #057a55 !important;
  border-color: rgba(5, 122, 85, var(--divide-opacity)) !important;
}

.tw-divide-green-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #046c4e !important;
  border-color: rgba(4, 108, 78, var(--divide-opacity)) !important;
}

.tw-divide-green-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #03543f !important;
  border-color: rgba(3, 84, 63, var(--divide-opacity)) !important;
}

.tw-divide-green-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #014737 !important;
  border-color: rgba(1, 71, 55, var(--divide-opacity)) !important;
}

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

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

.tw-divide-teal-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #afecef !important;
  border-color: rgba(175, 236, 239, var(--divide-opacity)) !important;
}

.tw-divide-teal-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #7edce2 !important;
  border-color: rgba(126, 220, 226, var(--divide-opacity)) !important;
}

.tw-divide-teal-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #16bdca !important;
  border-color: rgba(22, 189, 202, var(--divide-opacity)) !important;
}

.tw-divide-teal-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #0694a2 !important;
  border-color: rgba(6, 148, 162, var(--divide-opacity)) !important;
}

.tw-divide-teal-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #047481 !important;
  border-color: rgba(4, 116, 129, var(--divide-opacity)) !important;
}

.tw-divide-teal-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #036672 !important;
  border-color: rgba(3, 102, 114, var(--divide-opacity)) !important;
}

.tw-divide-teal-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #05505c !important;
  border-color: rgba(5, 80, 92, var(--divide-opacity)) !important;
}

.tw-divide-teal-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #014451 !important;
  border-color: rgba(1, 68, 81, var(--divide-opacity)) !important;
}

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

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

.tw-divide-blue-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #c3ddfd !important;
  border-color: rgba(195, 221, 253, var(--divide-opacity)) !important;
}

.tw-divide-blue-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #a4cafe !important;
  border-color: rgba(164, 202, 254, var(--divide-opacity)) !important;
}

.tw-divide-blue-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #76a9fa !important;
  border-color: rgba(118, 169, 250, var(--divide-opacity)) !important;
}

.tw-divide-blue-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #3f83f8 !important;
  border-color: rgba(63, 131, 248, var(--divide-opacity)) !important;
}

.tw-divide-blue-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #1c64f2 !important;
  border-color: rgba(28, 100, 242, var(--divide-opacity)) !important;
}

.tw-divide-blue-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #1a56db !important;
  border-color: rgba(26, 86, 219, var(--divide-opacity)) !important;
}

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

.tw-divide-blue-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #233876 !important;
  border-color: rgba(35, 56, 118, var(--divide-opacity)) !important;
}

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

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

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

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

.tw-divide-indigo-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #8da2fb !important;
  border-color: rgba(141, 162, 251, var(--divide-opacity)) !important;
}

.tw-divide-indigo-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #6875f5 !important;
  border-color: rgba(104, 117, 245, var(--divide-opacity)) !important;
}

.tw-divide-indigo-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #5850ec !important;
  border-color: rgba(88, 80, 236, var(--divide-opacity)) !important;
}

.tw-divide-indigo-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #5145cd !important;
  border-color: rgba(81, 69, 205, var(--divide-opacity)) !important;
}

.tw-divide-indigo-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #42389d !important;
  border-color: rgba(66, 56, 157, var(--divide-opacity)) !important;
}

.tw-divide-indigo-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #362f78 !important;
  border-color: rgba(54, 47, 120, var(--divide-opacity)) !important;
}

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

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

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

.tw-divide-purple-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #cabffd !important;
  border-color: rgba(202, 191, 253, var(--divide-opacity)) !important;
}

.tw-divide-purple-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ac94fa !important;
  border-color: rgba(172, 148, 250, var(--divide-opacity)) !important;
}

.tw-divide-purple-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #9061f9 !important;
  border-color: rgba(144, 97, 249, var(--divide-opacity)) !important;
}

.tw-divide-purple-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #7e3af2 !important;
  border-color: rgba(126, 58, 242, var(--divide-opacity)) !important;
}

.tw-divide-purple-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #6c2bd9 !important;
  border-color: rgba(108, 43, 217, var(--divide-opacity)) !important;
}

.tw-divide-purple-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #5521b5 !important;
  border-color: rgba(85, 33, 181, var(--divide-opacity)) !important;
}

.tw-divide-purple-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #4a1d96 !important;
  border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
  border-color: rgba(252, 232, 243, var(--divide-opacity)) !important;
}

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

.tw-divide-pink-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f8b4d9 !important;
  border-color: rgba(248, 180, 217, var(--divide-opacity)) !important;
}

.tw-divide-pink-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f17eb8 !important;
  border-color: rgba(241, 126, 184, var(--divide-opacity)) !important;
}

.tw-divide-pink-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #e74694 !important;
  border-color: rgba(231, 70, 148, var(--divide-opacity)) !important;
}

.tw-divide-pink-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #d61f69 !important;
  border-color: rgba(214, 31, 105, var(--divide-opacity)) !important;
}

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

.tw-divide-pink-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #99154b !important;
  border-color: rgba(153, 21, 75, var(--divide-opacity)) !important;
}

.tw-divide-pink-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #751a3d !important;
  border-color: rgba(117, 26, 61, var(--divide-opacity)) !important;
}

.tw-divide-modal-grey > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f7f7f7 !important;
  border-color: rgba(247, 247, 247, var(--divide-opacity)) !important;
}

.tw-divide-separator-grey > :not(template) ~ :not(template){
  border-color: hsla(210,7%,83%,1) !important;
}

.tw-divide-label-grey > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #738699 !important;
  border-color: rgba(115, 134, 153, var(--divide-opacity)) !important;
}

.tw-divide-anvesh-black > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #1A2633 !important;
  border-color: rgba(26, 38, 51, var(--divide-opacity)) !important;
}

.tw-divide-anvesh-grey > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #B6BBBF !important;
  border-color: rgba(182, 187, 191, var(--divide-opacity)) !important;
}

.tw-divide-anvesh-blue > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #0099dd !important;
  border-color: rgba(0, 153, 221, var(--divide-opacity)) !important;
}

.tw-divide-jira-blue > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #0b4571 !important;
  border-color: rgba(11, 69, 113, var(--divide-opacity)) !important;
}

.tw-divide-amber > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #FFBF00 !important;
  border-color: rgba(255, 191, 0, var(--divide-opacity)) !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-transparent{
  background-color: transparent !important;
}

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

.tw-bg-black{
  --bg-opacity: 1 !important;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
  background-color: rgba(244, 245, 247, 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: #d2d6dc !important;
  background-color: rgba(210, 214, 220, var(--bg-opacity)) !important;
}

.tw-bg-gray-400{
  --bg-opacity: 1 !important;
  background-color: #9fa6b2 !important;
  background-color: rgba(159, 166, 178, 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: #252f3f !important;
  background-color: rgba(37, 47, 63, var(--bg-opacity)) !important;
}

.tw-bg-gray-900{
  --bg-opacity: 1 !important;
  background-color: #161e2e !important;
  background-color: rgba(22, 30, 46, var(--bg-opacity)) !important;
}

.tw-bg-cool-gray-50{
  --bg-opacity: 1 !important;
  background-color: #fbfdfe !important;
  background-color: rgba(251, 253, 254, var(--bg-opacity)) !important;
}

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

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

.tw-bg-cool-gray-300{
  --bg-opacity: 1 !important;
  background-color: #cfd8e3 !important;
  background-color: rgba(207, 216, 227, var(--bg-opacity)) !important;
}

.tw-bg-cool-gray-400{
  --bg-opacity: 1 !important;
  background-color: #97a6ba !important;
  background-color: rgba(151, 166, 186, var(--bg-opacity)) !important;
}

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

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

.tw-bg-cool-gray-700{
  --bg-opacity: 1 !important;
  background-color: #364152 !important;
  background-color: rgba(54, 65, 82, var(--bg-opacity)) !important;
}

.tw-bg-cool-gray-800{
  --bg-opacity: 1 !important;
  background-color: #27303f !important;
  background-color: rgba(39, 48, 63, var(--bg-opacity)) !important;
}

.tw-bg-cool-gray-900{
  --bg-opacity: 1 !important;
  background-color: #1a202e !important;
  background-color: rgba(26, 32, 46, var(--bg-opacity)) !important;
}

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

.tw-bg-red-100{
  --bg-opacity: 1 !important;
  background-color: #fde8e8 !important;
  background-color: rgba(253, 232, 232, var(--bg-opacity)) !important;
}

.tw-bg-red-200{
  --bg-opacity: 1 !important;
  background-color: #fbd5d5 !important;
  background-color: rgba(251, 213, 213, var(--bg-opacity)) !important;
}

.tw-bg-red-300{
  --bg-opacity: 1 !important;
  background-color: #f8b4b4 !important;
  background-color: rgba(248, 180, 180, var(--bg-opacity)) !important;
}

.tw-bg-red-400{
  --bg-opacity: 1 !important;
  background-color: #f98080 !important;
  background-color: rgba(249, 128, 128, var(--bg-opacity)) !important;
}

.tw-bg-red-500{
  --bg-opacity: 1 !important;
  background-color: #f05252 !important;
  background-color: rgba(240, 82, 82, var(--bg-opacity)) !important;
}

.tw-bg-red-600{
  --bg-opacity: 1 !important;
  background-color: #e02424 !important;
  background-color: rgba(224, 36, 36, var(--bg-opacity)) !important;
}

.tw-bg-red-700{
  --bg-opacity: 1 !important;
  background-color: #c81e1e !important;
  background-color: rgba(200, 30, 30, var(--bg-opacity)) !important;
}

.tw-bg-red-800{
  --bg-opacity: 1 !important;
  background-color: #9b1c1c !important;
  background-color: rgba(155, 28, 28, var(--bg-opacity)) !important;
}

.tw-bg-red-900{
  --bg-opacity: 1 !important;
  background-color: #771d1d !important;
  background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
}

.tw-bg-orange-50{
  --bg-opacity: 1 !important;
  background-color: #fff8f1 !important;
  background-color: rgba(255, 248, 241, var(--bg-opacity)) !important;
}

.tw-bg-orange-100{
  --bg-opacity: 1 !important;
  background-color: #feecdc !important;
  background-color: rgba(254, 236, 220, var(--bg-opacity)) !important;
}

.tw-bg-orange-200{
  --bg-opacity: 1 !important;
  background-color: #fcd9bd !important;
  background-color: rgba(252, 217, 189, var(--bg-opacity)) !important;
}

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

.tw-bg-orange-400{
  --bg-opacity: 1 !important;
  background-color: #ff8a4c !important;
  background-color: rgba(255, 138, 76, var(--bg-opacity)) !important;
}

.tw-bg-orange-500{
  --bg-opacity: 1 !important;
  background-color: #ff5a1f !important;
  background-color: rgba(255, 90, 31, var(--bg-opacity)) !important;
}

.tw-bg-orange-600{
  --bg-opacity: 1 !important;
  background-color: #d03801 !important;
  background-color: rgba(208, 56, 1, var(--bg-opacity)) !important;
}

.tw-bg-orange-700{
  --bg-opacity: 1 !important;
  background-color: #b43403 !important;
  background-color: rgba(180, 52, 3, var(--bg-opacity)) !important;
}

.tw-bg-orange-800{
  --bg-opacity: 1 !important;
  background-color: #8a2c0d !important;
  background-color: rgba(138, 44, 13, var(--bg-opacity)) !important;
}

.tw-bg-orange-900{
  --bg-opacity: 1 !important;
  background-color: #771d1d !important;
  background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
}

.tw-bg-yellow-50{
  --bg-opacity: 1 !important;
  background-color: #fdfdea !important;
  background-color: rgba(253, 253, 234, var(--bg-opacity)) !important;
}

.tw-bg-yellow-100{
  --bg-opacity: 1 !important;
  background-color: #fdf6b2 !important;
  background-color: rgba(253, 246, 178, var(--bg-opacity)) !important;
}

.tw-bg-yellow-200{
  --bg-opacity: 1 !important;
  background-color: #fce96a !important;
  background-color: rgba(252, 233, 106, var(--bg-opacity)) !important;
}

.tw-bg-yellow-300{
  --bg-opacity: 1 !important;
  background-color: #faca15 !important;
  background-color: rgba(250, 202, 21, var(--bg-opacity)) !important;
}

.tw-bg-yellow-400{
  --bg-opacity: 1 !important;
  background-color: #e3a008 !important;
  background-color: rgba(227, 160, 8, var(--bg-opacity)) !important;
}

.tw-bg-yellow-500{
  --bg-opacity: 1 !important;
  background-color: #c27803 !important;
  background-color: rgba(194, 120, 3, var(--bg-opacity)) !important;
}

.tw-bg-yellow-600{
  --bg-opacity: 1 !important;
  background-color: #9f580a !important;
  background-color: rgba(159, 88, 10, var(--bg-opacity)) !important;
}

.tw-bg-yellow-700{
  --bg-opacity: 1 !important;
  background-color: #8e4b10 !important;
  background-color: rgba(142, 75, 16, var(--bg-opacity)) !important;
}

.tw-bg-yellow-800{
  --bg-opacity: 1 !important;
  background-color: #723b13 !important;
  background-color: rgba(114, 59, 19, var(--bg-opacity)) !important;
}

.tw-bg-yellow-900{
  --bg-opacity: 1 !important;
  background-color: #633112 !important;
  background-color: rgba(99, 49, 18, var(--bg-opacity)) !important;
}

.tw-bg-green-50{
  --bg-opacity: 1 !important;
  background-color: #f3faf7 !important;
  background-color: rgba(243, 250, 247, var(--bg-opacity)) !important;
}

.tw-bg-green-100{
  --bg-opacity: 1 !important;
  background-color: #def7ec !important;
  background-color: rgba(222, 247, 236, var(--bg-opacity)) !important;
}

.tw-bg-green-200{
  --bg-opacity: 1 !important;
  background-color: #bcf0da !important;
  background-color: rgba(188, 240, 218, var(--bg-opacity)) !important;
}

.tw-bg-green-300{
  --bg-opacity: 1 !important;
  background-color: #84e1bc !important;
  background-color: rgba(132, 225, 188, var(--bg-opacity)) !important;
}

.tw-bg-green-400{
  --bg-opacity: 1 !important;
  background-color: #31c48d !important;
  background-color: rgba(49, 196, 141, var(--bg-opacity)) !important;
}

.tw-bg-green-500{
  --bg-opacity: 1 !important;
  background-color: #0e9f6e !important;
  background-color: rgba(14, 159, 110, var(--bg-opacity)) !important;
}

.tw-bg-green-600{
  --bg-opacity: 1 !important;
  background-color: #057a55 !important;
  background-color: rgba(5, 122, 85, var(--bg-opacity)) !important;
}

.tw-bg-green-700{
  --bg-opacity: 1 !important;
  background-color: #046c4e !important;
  background-color: rgba(4, 108, 78, var(--bg-opacity)) !important;
}

.tw-bg-green-800{
  --bg-opacity: 1 !important;
  background-color: #03543f !important;
  background-color: rgba(3, 84, 63, var(--bg-opacity)) !important;
}

.tw-bg-green-900{
  --bg-opacity: 1 !important;
  background-color: #014737 !important;
  background-color: rgba(1, 71, 55, var(--bg-opacity)) !important;
}

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

.tw-bg-teal-100{
  --bg-opacity: 1 !important;
  background-color: #d5f5f6 !important;
  background-color: rgba(213, 245, 246, var(--bg-opacity)) !important;
}

.tw-bg-teal-200{
  --bg-opacity: 1 !important;
  background-color: #afecef !important;
  background-color: rgba(175, 236, 239, var(--bg-opacity)) !important;
}

.tw-bg-teal-300{
  --bg-opacity: 1 !important;
  background-color: #7edce2 !important;
  background-color: rgba(126, 220, 226, var(--bg-opacity)) !important;
}

.tw-bg-teal-400{
  --bg-opacity: 1 !important;
  background-color: #16bdca !important;
  background-color: rgba(22, 189, 202, var(--bg-opacity)) !important;
}

.tw-bg-teal-500{
  --bg-opacity: 1 !important;
  background-color: #0694a2 !important;
  background-color: rgba(6, 148, 162, var(--bg-opacity)) !important;
}

.tw-bg-teal-600{
  --bg-opacity: 1 !important;
  background-color: #047481 !important;
  background-color: rgba(4, 116, 129, var(--bg-opacity)) !important;
}

.tw-bg-teal-700{
  --bg-opacity: 1 !important;
  background-color: #036672 !important;
  background-color: rgba(3, 102, 114, var(--bg-opacity)) !important;
}

.tw-bg-teal-800{
  --bg-opacity: 1 !important;
  background-color: #05505c !important;
  background-color: rgba(5, 80, 92, var(--bg-opacity)) !important;
}

.tw-bg-teal-900{
  --bg-opacity: 1 !important;
  background-color: #014451 !important;
  background-color: rgba(1, 68, 81, var(--bg-opacity)) !important;
}

.tw-bg-blue-50{
  --bg-opacity: 1 !important;
  background-color: #ebf5ff !important;
  background-color: rgba(235, 245, 255, var(--bg-opacity)) !important;
}

.tw-bg-blue-100{
  --bg-opacity: 1 !important;
  background-color: #e1effe !important;
  background-color: rgba(225, 239, 254, var(--bg-opacity)) !important;
}

.tw-bg-blue-200{
  --bg-opacity: 1 !important;
  background-color: #c3ddfd !important;
  background-color: rgba(195, 221, 253, var(--bg-opacity)) !important;
}

.tw-bg-blue-300{
  --bg-opacity: 1 !important;
  background-color: #a4cafe !important;
  background-color: rgba(164, 202, 254, var(--bg-opacity)) !important;
}

.tw-bg-blue-400{
  --bg-opacity: 1 !important;
  background-color: #76a9fa !important;
  background-color: rgba(118, 169, 250, var(--bg-opacity)) !important;
}

.tw-bg-blue-500{
  --bg-opacity: 1 !important;
  background-color: #3f83f8 !important;
  background-color: rgba(63, 131, 248, var(--bg-opacity)) !important;
}

.tw-bg-blue-600{
  --bg-opacity: 1 !important;
  background-color: #1c64f2 !important;
  background-color: rgba(28, 100, 242, var(--bg-opacity)) !important;
}

.tw-bg-blue-700{
  --bg-opacity: 1 !important;
  background-color: #1a56db !important;
  background-color: rgba(26, 86, 219, var(--bg-opacity)) !important;
}

.tw-bg-blue-800{
  --bg-opacity: 1 !important;
  background-color: #1e429f !important;
  background-color: rgba(30, 66, 159, var(--bg-opacity)) !important;
}

.tw-bg-blue-900{
  --bg-opacity: 1 !important;
  background-color: #233876 !important;
  background-color: rgba(35, 56, 118, var(--bg-opacity)) !important;
}

.tw-bg-indigo-50{
  --bg-opacity: 1 !important;
  background-color: #f0f5ff !important;
  background-color: rgba(240, 245, 255, var(--bg-opacity)) !important;
}

.tw-bg-indigo-100{
  --bg-opacity: 1 !important;
  background-color: #e5edff !important;
  background-color: rgba(229, 237, 255, var(--bg-opacity)) !important;
}

.tw-bg-indigo-200{
  --bg-opacity: 1 !important;
  background-color: #cddbfe !important;
  background-color: rgba(205, 219, 254, var(--bg-opacity)) !important;
}

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

.tw-bg-indigo-400{
  --bg-opacity: 1 !important;
  background-color: #8da2fb !important;
  background-color: rgba(141, 162, 251, var(--bg-opacity)) !important;
}

.tw-bg-indigo-500{
  --bg-opacity: 1 !important;
  background-color: #6875f5 !important;
  background-color: rgba(104, 117, 245, var(--bg-opacity)) !important;
}

.tw-bg-indigo-600{
  --bg-opacity: 1 !important;
  background-color: #5850ec !important;
  background-color: rgba(88, 80, 236, var(--bg-opacity)) !important;
}

.tw-bg-indigo-700{
  --bg-opacity: 1 !important;
  background-color: #5145cd !important;
  background-color: rgba(81, 69, 205, var(--bg-opacity)) !important;
}

.tw-bg-indigo-800{
  --bg-opacity: 1 !important;
  background-color: #42389d !important;
  background-color: rgba(66, 56, 157, var(--bg-opacity)) !important;
}

.tw-bg-indigo-900{
  --bg-opacity: 1 !important;
  background-color: #362f78 !important;
  background-color: rgba(54, 47, 120, var(--bg-opacity)) !important;
}

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

.tw-bg-purple-100{
  --bg-opacity: 1 !important;
  background-color: #edebfe !important;
  background-color: rgba(237, 235, 254, var(--bg-opacity)) !important;
}

.tw-bg-purple-200{
  --bg-opacity: 1 !important;
  background-color: #dcd7fe !important;
  background-color: rgba(220, 215, 254, var(--bg-opacity)) !important;
}

.tw-bg-purple-300{
  --bg-opacity: 1 !important;
  background-color: #cabffd !important;
  background-color: rgba(202, 191, 253, var(--bg-opacity)) !important;
}

.tw-bg-purple-400{
  --bg-opacity: 1 !important;
  background-color: #ac94fa !important;
  background-color: rgba(172, 148, 250, var(--bg-opacity)) !important;
}

.tw-bg-purple-500{
  --bg-opacity: 1 !important;
  background-color: #9061f9 !important;
  background-color: rgba(144, 97, 249, var(--bg-opacity)) !important;
}

.tw-bg-purple-600{
  --bg-opacity: 1 !important;
  background-color: #7e3af2 !important;
  background-color: rgba(126, 58, 242, var(--bg-opacity)) !important;
}

.tw-bg-purple-700{
  --bg-opacity: 1 !important;
  background-color: #6c2bd9 !important;
  background-color: rgba(108, 43, 217, var(--bg-opacity)) !important;
}

.tw-bg-purple-800{
  --bg-opacity: 1 !important;
  background-color: #5521b5 !important;
  background-color: rgba(85, 33, 181, var(--bg-opacity)) !important;
}

.tw-bg-purple-900{
  --bg-opacity: 1 !important;
  background-color: #4a1d96 !important;
  background-color: rgba(74, 29, 150, 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: #fce8f3 !important;
  background-color: rgba(252, 232, 243, var(--bg-opacity)) !important;
}

.tw-bg-pink-200{
  --bg-opacity: 1 !important;
  background-color: #fad1e8 !important;
  background-color: rgba(250, 209, 232, var(--bg-opacity)) !important;
}

.tw-bg-pink-300{
  --bg-opacity: 1 !important;
  background-color: #f8b4d9 !important;
  background-color: rgba(248, 180, 217, var(--bg-opacity)) !important;
}

.tw-bg-pink-400{
  --bg-opacity: 1 !important;
  background-color: #f17eb8 !important;
  background-color: rgba(241, 126, 184, var(--bg-opacity)) !important;
}

.tw-bg-pink-500{
  --bg-opacity: 1 !important;
  background-color: #e74694 !important;
  background-color: rgba(231, 70, 148, var(--bg-opacity)) !important;
}

.tw-bg-pink-600{
  --bg-opacity: 1 !important;
  background-color: #d61f69 !important;
  background-color: rgba(214, 31, 105, var(--bg-opacity)) !important;
}

.tw-bg-pink-700{
  --bg-opacity: 1 !important;
  background-color: #bf125d !important;
  background-color: rgba(191, 18, 93, var(--bg-opacity)) !important;
}

.tw-bg-pink-800{
  --bg-opacity: 1 !important;
  background-color: #99154b !important;
  background-color: rgba(153, 21, 75, var(--bg-opacity)) !important;
}

.tw-bg-pink-900{
  --bg-opacity: 1 !important;
  background-color: #751a3d !important;
  background-color: rgba(117, 26, 61, var(--bg-opacity)) !important;
}

.tw-bg-modal-grey{
  --bg-opacity: 1 !important;
  background-color: #f7f7f7 !important;
  background-color: rgba(247, 247, 247, var(--bg-opacity)) !important;
}

.tw-bg-separator-grey{
  background-color: hsla(210,7%,83%,1) !important;
}

.tw-bg-label-grey{
  --bg-opacity: 1 !important;
  background-color: #738699 !important;
  background-color: rgba(115, 134, 153, var(--bg-opacity)) !important;
}

.tw-bg-anvesh-black{
  --bg-opacity: 1 !important;
  background-color: #1A2633 !important;
  background-color: rgba(26, 38, 51, var(--bg-opacity)) !important;
}

.tw-bg-anvesh-grey{
  --bg-opacity: 1 !important;
  background-color: #B6BBBF !important;
  background-color: rgba(182, 187, 191, var(--bg-opacity)) !important;
}

.tw-bg-anvesh-blue{
  --bg-opacity: 1 !important;
  background-color: #0099dd !important;
  background-color: rgba(0, 153, 221, var(--bg-opacity)) !important;
}

.tw-bg-jira-blue{
  --bg-opacity: 1 !important;
  background-color: #0b4571 !important;
  background-color: rgba(11, 69, 113, var(--bg-opacity)) !important;
}

.tw-bg-amber{
  --bg-opacity: 1 !important;
  background-color: #FFBF00 !important;
  background-color: rgba(255, 191, 0, var(--bg-opacity)) !important;
}

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

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

.hover\:tw-bg-black:hover{
  --bg-opacity: 1 !important;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
  background-color: rgba(244, 245, 247, 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: #d2d6dc !important;
  background-color: rgba(210, 214, 220, var(--bg-opacity)) !important;
}

.hover\:tw-bg-gray-400:hover{
  --bg-opacity: 1 !important;
  background-color: #9fa6b2 !important;
  background-color: rgba(159, 166, 178, 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: #252f3f !important;
  background-color: rgba(37, 47, 63, var(--bg-opacity)) !important;
}

.hover\:tw-bg-gray-900:hover{
  --bg-opacity: 1 !important;
  background-color: #161e2e !important;
  background-color: rgba(22, 30, 46, var(--bg-opacity)) !important;
}

.hover\:tw-bg-cool-gray-50:hover{
  --bg-opacity: 1 !important;
  background-color: #fbfdfe !important;
  background-color: rgba(251, 253, 254, var(--bg-opacity)) !important;
}

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

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

.hover\:tw-bg-cool-gray-300:hover{
  --bg-opacity: 1 !important;
  background-color: #cfd8e3 !important;
  background-color: rgba(207, 216, 227, var(--bg-opacity)) !important;
}

.hover\:tw-bg-cool-gray-400:hover{
  --bg-opacity: 1 !important;
  background-color: #97a6ba !important;
  background-color: rgba(151, 166, 186, var(--bg-opacity)) !important;
}

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

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

.hover\:tw-bg-cool-gray-700:hover{
  --bg-opacity: 1 !important;
  background-color: #364152 !important;
  background-color: rgba(54, 65, 82, var(--bg-opacity)) !important;
}

.hover\:tw-bg-cool-gray-800:hover{
  --bg-opacity: 1 !important;
  background-color: #27303f !important;
  background-color: rgba(39, 48, 63, var(--bg-opacity)) !important;
}

.hover\:tw-bg-cool-gray-900:hover{
  --bg-opacity: 1 !important;
  background-color: #1a202e !important;
  background-color: rgba(26, 32, 46, var(--bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

.hover\:tw-bg-red-800:hover{
  --bg-opacity: 1 !important;
  background-color: #9b1c1c !important;
  background-color: rgba(155, 28, 28, var(--bg-opacity)) !important;
}

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

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

.hover\:tw-bg-orange-100:hover{
  --bg-opacity: 1 !important;
  background-color: #feecdc !important;
  background-color: rgba(254, 236, 220, var(--bg-opacity)) !important;
}

.hover\:tw-bg-orange-200:hover{
  --bg-opacity: 1 !important;
  background-color: #fcd9bd !important;
  background-color: rgba(252, 217, 189, var(--bg-opacity)) !important;
}

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

.hover\:tw-bg-orange-400:hover{
  --bg-opacity: 1 !important;
  background-color: #ff8a4c !important;
  background-color: rgba(255, 138, 76, var(--bg-opacity)) !important;
}

.hover\:tw-bg-orange-500:hover{
  --bg-opacity: 1 !important;
  background-color: #ff5a1f !important;
  background-color: rgba(255, 90, 31, var(--bg-opacity)) !important;
}

.hover\:tw-bg-orange-600:hover{
  --bg-opacity: 1 !important;
  background-color: #d03801 !important;
  background-color: rgba(208, 56, 1, var(--bg-opacity)) !important;
}

.hover\:tw-bg-orange-700:hover{
  --bg-opacity: 1 !important;
  background-color: #b43403 !important;
  background-color: rgba(180, 52, 3, var(--bg-opacity)) !important;
}

.hover\:tw-bg-orange-800:hover{
  --bg-opacity: 1 !important;
  background-color: #8a2c0d !important;
  background-color: rgba(138, 44, 13, var(--bg-opacity)) !important;
}

.hover\:tw-bg-orange-900:hover{
  --bg-opacity: 1 !important;
  background-color: #771d1d !important;
  background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-50:hover{
  --bg-opacity: 1 !important;
  background-color: #fdfdea !important;
  background-color: rgba(253, 253, 234, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-100:hover{
  --bg-opacity: 1 !important;
  background-color: #fdf6b2 !important;
  background-color: rgba(253, 246, 178, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-200:hover{
  --bg-opacity: 1 !important;
  background-color: #fce96a !important;
  background-color: rgba(252, 233, 106, var(--bg-opacity)) !important;
}

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

.hover\:tw-bg-yellow-400:hover{
  --bg-opacity: 1 !important;
  background-color: #e3a008 !important;
  background-color: rgba(227, 160, 8, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-500:hover{
  --bg-opacity: 1 !important;
  background-color: #c27803 !important;
  background-color: rgba(194, 120, 3, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-600:hover{
  --bg-opacity: 1 !important;
  background-color: #9f580a !important;
  background-color: rgba(159, 88, 10, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-700:hover{
  --bg-opacity: 1 !important;
  background-color: #8e4b10 !important;
  background-color: rgba(142, 75, 16, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-800:hover{
  --bg-opacity: 1 !important;
  background-color: #723b13 !important;
  background-color: rgba(114, 59, 19, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-900:hover{
  --bg-opacity: 1 !important;
  background-color: #633112 !important;
  background-color: rgba(99, 49, 18, var(--bg-opacity)) !important;
}

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

.hover\:tw-bg-green-100:hover{
  --bg-opacity: 1 !important;
  background-color: #def7ec !important;
  background-color: rgba(222, 247, 236, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-200:hover{
  --bg-opacity: 1 !important;
  background-color: #bcf0da !important;
  background-color: rgba(188, 240, 218, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-300:hover{
  --bg-opacity: 1 !important;
  background-color: #84e1bc !important;
  background-color: rgba(132, 225, 188, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-400:hover{
  --bg-opacity: 1 !important;
  background-color: #31c48d !important;
  background-color: rgba(49, 196, 141, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-500:hover{
  --bg-opacity: 1 !important;
  background-color: #0e9f6e !important;
  background-color: rgba(14, 159, 110, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-600:hover{
  --bg-opacity: 1 !important;
  background-color: #057a55 !important;
  background-color: rgba(5, 122, 85, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-700:hover{
  --bg-opacity: 1 !important;
  background-color: #046c4e !important;
  background-color: rgba(4, 108, 78, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-800:hover{
  --bg-opacity: 1 !important;
  background-color: #03543f !important;
  background-color: rgba(3, 84, 63, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-900:hover{
  --bg-opacity: 1 !important;
  background-color: #014737 !important;
  background-color: rgba(1, 71, 55, var(--bg-opacity)) !important;
}

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

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

.hover\:tw-bg-teal-200:hover{
  --bg-opacity: 1 !important;
  background-color: #afecef !important;
  background-color: rgba(175, 236, 239, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-300:hover{
  --bg-opacity: 1 !important;
  background-color: #7edce2 !important;
  background-color: rgba(126, 220, 226, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-400:hover{
  --bg-opacity: 1 !important;
  background-color: #16bdca !important;
  background-color: rgba(22, 189, 202, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-500:hover{
  --bg-opacity: 1 !important;
  background-color: #0694a2 !important;
  background-color: rgba(6, 148, 162, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-600:hover{
  --bg-opacity: 1 !important;
  background-color: #047481 !important;
  background-color: rgba(4, 116, 129, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-700:hover{
  --bg-opacity: 1 !important;
  background-color: #036672 !important;
  background-color: rgba(3, 102, 114, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-800:hover{
  --bg-opacity: 1 !important;
  background-color: #05505c !important;
  background-color: rgba(5, 80, 92, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-900:hover{
  --bg-opacity: 1 !important;
  background-color: #014451 !important;
  background-color: rgba(1, 68, 81, var(--bg-opacity)) !important;
}

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

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

.hover\:tw-bg-blue-200:hover{
  --bg-opacity: 1 !important;
  background-color: #c3ddfd !important;
  background-color: rgba(195, 221, 253, var(--bg-opacity)) !important;
}

.hover\:tw-bg-blue-300:hover{
  --bg-opacity: 1 !important;
  background-color: #a4cafe !important;
  background-color: rgba(164, 202, 254, var(--bg-opacity)) !important;
}

.hover\:tw-bg-blue-400:hover{
  --bg-opacity: 1 !important;
  background-color: #76a9fa !important;
  background-color: rgba(118, 169, 250, var(--bg-opacity)) !important;
}

.hover\:tw-bg-blue-500:hover{
  --bg-opacity: 1 !important;
  background-color: #3f83f8 !important;
  background-color: rgba(63, 131, 248, var(--bg-opacity)) !important;
}

.hover\:tw-bg-blue-600:hover{
  --bg-opacity: 1 !important;
  background-color: #1c64f2 !important;
  background-color: rgba(28, 100, 242, var(--bg-opacity)) !important;
}

.hover\:tw-bg-blue-700:hover{
  --bg-opacity: 1 !important;
  background-color: #1a56db !important;
  background-color: rgba(26, 86, 219, var(--bg-opacity)) !important;
}

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

.hover\:tw-bg-blue-900:hover{
  --bg-opacity: 1 !important;
  background-color: #233876 !important;
  background-color: rgba(35, 56, 118, var(--bg-opacity)) !important;
}

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

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

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

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

.hover\:tw-bg-indigo-400:hover{
  --bg-opacity: 1 !important;
  background-color: #8da2fb !important;
  background-color: rgba(141, 162, 251, var(--bg-opacity)) !important;
}

.hover\:tw-bg-indigo-500:hover{
  --bg-opacity: 1 !important;
  background-color: #6875f5 !important;
  background-color: rgba(104, 117, 245, var(--bg-opacity)) !important;
}

.hover\:tw-bg-indigo-600:hover{
  --bg-opacity: 1 !important;
  background-color: #5850ec !important;
  background-color: rgba(88, 80, 236, var(--bg-opacity)) !important;
}

.hover\:tw-bg-indigo-700:hover{
  --bg-opacity: 1 !important;
  background-color: #5145cd !important;
  background-color: rgba(81, 69, 205, var(--bg-opacity)) !important;
}

.hover\:tw-bg-indigo-800:hover{
  --bg-opacity: 1 !important;
  background-color: #42389d !important;
  background-color: rgba(66, 56, 157, var(--bg-opacity)) !important;
}

.hover\:tw-bg-indigo-900:hover{
  --bg-opacity: 1 !important;
  background-color: #362f78 !important;
  background-color: rgba(54, 47, 120, var(--bg-opacity)) !important;
}

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

.hover\:tw-bg-purple-100:hover{
  --bg-opacity: 1 !important;
  background-color: #edebfe !important;
  background-color: rgba(237, 235, 254, var(--bg-opacity)) !important;
}

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

.hover\:tw-bg-purple-300:hover{
  --bg-opacity: 1 !important;
  background-color: #cabffd !important;
  background-color: rgba(202, 191, 253, var(--bg-opacity)) !important;
}

.hover\:tw-bg-purple-400:hover{
  --bg-opacity: 1 !important;
  background-color: #ac94fa !important;
  background-color: rgba(172, 148, 250, var(--bg-opacity)) !important;
}

.hover\:tw-bg-purple-500:hover{
  --bg-opacity: 1 !important;
  background-color: #9061f9 !important;
  background-color: rgba(144, 97, 249, var(--bg-opacity)) !important;
}

.hover\:tw-bg-purple-600:hover{
  --bg-opacity: 1 !important;
  background-color: #7e3af2 !important;
  background-color: rgba(126, 58, 242, var(--bg-opacity)) !important;
}

.hover\:tw-bg-purple-700:hover{
  --bg-opacity: 1 !important;
  background-color: #6c2bd9 !important;
  background-color: rgba(108, 43, 217, var(--bg-opacity)) !important;
}

.hover\:tw-bg-purple-800:hover{
  --bg-opacity: 1 !important;
  background-color: #5521b5 !important;
  background-color: rgba(85, 33, 181, var(--bg-opacity)) !important;
}

.hover\:tw-bg-purple-900:hover{
  --bg-opacity: 1 !important;
  background-color: #4a1d96 !important;
  background-color: rgba(74, 29, 150, 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: #fce8f3 !important;
  background-color: rgba(252, 232, 243, var(--bg-opacity)) !important;
}

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

.hover\:tw-bg-pink-300:hover{
  --bg-opacity: 1 !important;
  background-color: #f8b4d9 !important;
  background-color: rgba(248, 180, 217, var(--bg-opacity)) !important;
}

.hover\:tw-bg-pink-400:hover{
  --bg-opacity: 1 !important;
  background-color: #f17eb8 !important;
  background-color: rgba(241, 126, 184, var(--bg-opacity)) !important;
}

.hover\:tw-bg-pink-500:hover{
  --bg-opacity: 1 !important;
  background-color: #e74694 !important;
  background-color: rgba(231, 70, 148, var(--bg-opacity)) !important;
}

.hover\:tw-bg-pink-600:hover{
  --bg-opacity: 1 !important;
  background-color: #d61f69 !important;
  background-color: rgba(214, 31, 105, var(--bg-opacity)) !important;
}

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

.hover\:tw-bg-pink-800:hover{
  --bg-opacity: 1 !important;
  background-color: #99154b !important;
  background-color: rgba(153, 21, 75, var(--bg-opacity)) !important;
}

.hover\:tw-bg-pink-900:hover{
  --bg-opacity: 1 !important;
  background-color: #751a3d !important;
  background-color: rgba(117, 26, 61, var(--bg-opacity)) !important;
}

.hover\:tw-bg-modal-grey:hover{
  --bg-opacity: 1 !important;
  background-color: #f7f7f7 !important;
  background-color: rgba(247, 247, 247, var(--bg-opacity)) !important;
}

.hover\:tw-bg-separator-grey:hover{
  background-color: hsla(210,7%,83%,1) !important;
}

.hover\:tw-bg-label-grey:hover{
  --bg-opacity: 1 !important;
  background-color: #738699 !important;
  background-color: rgba(115, 134, 153, var(--bg-opacity)) !important;
}

.hover\:tw-bg-anvesh-black:hover{
  --bg-opacity: 1 !important;
  background-color: #1A2633 !important;
  background-color: rgba(26, 38, 51, var(--bg-opacity)) !important;
}

.hover\:tw-bg-anvesh-grey:hover{
  --bg-opacity: 1 !important;
  background-color: #B6BBBF !important;
  background-color: rgba(182, 187, 191, var(--bg-opacity)) !important;
}

.hover\:tw-bg-anvesh-blue:hover{
  --bg-opacity: 1 !important;
  background-color: #0099dd !important;
  background-color: rgba(0, 153, 221, var(--bg-opacity)) !important;
}

.hover\:tw-bg-jira-blue:hover{
  --bg-opacity: 1 !important;
  background-color: #0b4571 !important;
  background-color: rgba(11, 69, 113, var(--bg-opacity)) !important;
}

.hover\:tw-bg-amber:hover{
  --bg-opacity: 1 !important;
  background-color: #FFBF00 !important;
  background-color: rgba(255, 191, 0, var(--bg-opacity)) !important;
}

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

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

.focus\:tw-bg-black:focus{
  --bg-opacity: 1 !important;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
  background-color: rgba(244, 245, 247, 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: #d2d6dc !important;
  background-color: rgba(210, 214, 220, var(--bg-opacity)) !important;
}

.focus\:tw-bg-gray-400:focus{
  --bg-opacity: 1 !important;
  background-color: #9fa6b2 !important;
  background-color: rgba(159, 166, 178, 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: #252f3f !important;
  background-color: rgba(37, 47, 63, var(--bg-opacity)) !important;
}

.focus\:tw-bg-gray-900:focus{
  --bg-opacity: 1 !important;
  background-color: #161e2e !important;
  background-color: rgba(22, 30, 46, var(--bg-opacity)) !important;
}

.focus\:tw-bg-cool-gray-50:focus{
  --bg-opacity: 1 !important;
  background-color: #fbfdfe !important;
  background-color: rgba(251, 253, 254, var(--bg-opacity)) !important;
}

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

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

.focus\:tw-bg-cool-gray-300:focus{
  --bg-opacity: 1 !important;
  background-color: #cfd8e3 !important;
  background-color: rgba(207, 216, 227, var(--bg-opacity)) !important;
}

.focus\:tw-bg-cool-gray-400:focus{
  --bg-opacity: 1 !important;
  background-color: #97a6ba !important;
  background-color: rgba(151, 166, 186, var(--bg-opacity)) !important;
}

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

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

.focus\:tw-bg-cool-gray-700:focus{
  --bg-opacity: 1 !important;
  background-color: #364152 !important;
  background-color: rgba(54, 65, 82, var(--bg-opacity)) !important;
}

.focus\:tw-bg-cool-gray-800:focus{
  --bg-opacity: 1 !important;
  background-color: #27303f !important;
  background-color: rgba(39, 48, 63, var(--bg-opacity)) !important;
}

.focus\:tw-bg-cool-gray-900:focus{
  --bg-opacity: 1 !important;
  background-color: #1a202e !important;
  background-color: rgba(26, 32, 46, var(--bg-opacity)) !important;
}

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

.focus\:tw-bg-red-100:focus{
  --bg-opacity: 1 !important;
  background-color: #fde8e8 !important;
  background-color: rgba(253, 232, 232, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-200:focus{
  --bg-opacity: 1 !important;
  background-color: #fbd5d5 !important;
  background-color: rgba(251, 213, 213, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-300:focus{
  --bg-opacity: 1 !important;
  background-color: #f8b4b4 !important;
  background-color: rgba(248, 180, 180, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-400:focus{
  --bg-opacity: 1 !important;
  background-color: #f98080 !important;
  background-color: rgba(249, 128, 128, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-500:focus{
  --bg-opacity: 1 !important;
  background-color: #f05252 !important;
  background-color: rgba(240, 82, 82, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-600:focus{
  --bg-opacity: 1 !important;
  background-color: #e02424 !important;
  background-color: rgba(224, 36, 36, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-700:focus{
  --bg-opacity: 1 !important;
  background-color: #c81e1e !important;
  background-color: rgba(200, 30, 30, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-800:focus{
  --bg-opacity: 1 !important;
  background-color: #9b1c1c !important;
  background-color: rgba(155, 28, 28, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-900:focus{
  --bg-opacity: 1 !important;
  background-color: #771d1d !important;
  background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-50:focus{
  --bg-opacity: 1 !important;
  background-color: #fff8f1 !important;
  background-color: rgba(255, 248, 241, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-100:focus{
  --bg-opacity: 1 !important;
  background-color: #feecdc !important;
  background-color: rgba(254, 236, 220, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-200:focus{
  --bg-opacity: 1 !important;
  background-color: #fcd9bd !important;
  background-color: rgba(252, 217, 189, var(--bg-opacity)) !important;
}

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

.focus\:tw-bg-orange-400:focus{
  --bg-opacity: 1 !important;
  background-color: #ff8a4c !important;
  background-color: rgba(255, 138, 76, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-500:focus{
  --bg-opacity: 1 !important;
  background-color: #ff5a1f !important;
  background-color: rgba(255, 90, 31, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-600:focus{
  --bg-opacity: 1 !important;
  background-color: #d03801 !important;
  background-color: rgba(208, 56, 1, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-700:focus{
  --bg-opacity: 1 !important;
  background-color: #b43403 !important;
  background-color: rgba(180, 52, 3, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-800:focus{
  --bg-opacity: 1 !important;
  background-color: #8a2c0d !important;
  background-color: rgba(138, 44, 13, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-900:focus{
  --bg-opacity: 1 !important;
  background-color: #771d1d !important;
  background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-50:focus{
  --bg-opacity: 1 !important;
  background-color: #fdfdea !important;
  background-color: rgba(253, 253, 234, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-100:focus{
  --bg-opacity: 1 !important;
  background-color: #fdf6b2 !important;
  background-color: rgba(253, 246, 178, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-200:focus{
  --bg-opacity: 1 !important;
  background-color: #fce96a !important;
  background-color: rgba(252, 233, 106, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-300:focus{
  --bg-opacity: 1 !important;
  background-color: #faca15 !important;
  background-color: rgba(250, 202, 21, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-400:focus{
  --bg-opacity: 1 !important;
  background-color: #e3a008 !important;
  background-color: rgba(227, 160, 8, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-500:focus{
  --bg-opacity: 1 !important;
  background-color: #c27803 !important;
  background-color: rgba(194, 120, 3, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-600:focus{
  --bg-opacity: 1 !important;
  background-color: #9f580a !important;
  background-color: rgba(159, 88, 10, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-700:focus{
  --bg-opacity: 1 !important;
  background-color: #8e4b10 !important;
  background-color: rgba(142, 75, 16, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-800:focus{
  --bg-opacity: 1 !important;
  background-color: #723b13 !important;
  background-color: rgba(114, 59, 19, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-900:focus{
  --bg-opacity: 1 !important;
  background-color: #633112 !important;
  background-color: rgba(99, 49, 18, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-50:focus{
  --bg-opacity: 1 !important;
  background-color: #f3faf7 !important;
  background-color: rgba(243, 250, 247, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-100:focus{
  --bg-opacity: 1 !important;
  background-color: #def7ec !important;
  background-color: rgba(222, 247, 236, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-200:focus{
  --bg-opacity: 1 !important;
  background-color: #bcf0da !important;
  background-color: rgba(188, 240, 218, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-300:focus{
  --bg-opacity: 1 !important;
  background-color: #84e1bc !important;
  background-color: rgba(132, 225, 188, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-400:focus{
  --bg-opacity: 1 !important;
  background-color: #31c48d !important;
  background-color: rgba(49, 196, 141, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-500:focus{
  --bg-opacity: 1 !important;
  background-color: #0e9f6e !important;
  background-color: rgba(14, 159, 110, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-600:focus{
  --bg-opacity: 1 !important;
  background-color: #057a55 !important;
  background-color: rgba(5, 122, 85, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-700:focus{
  --bg-opacity: 1 !important;
  background-color: #046c4e !important;
  background-color: rgba(4, 108, 78, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-800:focus{
  --bg-opacity: 1 !important;
  background-color: #03543f !important;
  background-color: rgba(3, 84, 63, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-900:focus{
  --bg-opacity: 1 !important;
  background-color: #014737 !important;
  background-color: rgba(1, 71, 55, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-50:focus{
  --bg-opacity: 1 !important;
  background-color: #edfafa !important;
  background-color: rgba(237, 250, 250, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-100:focus{
  --bg-opacity: 1 !important;
  background-color: #d5f5f6 !important;
  background-color: rgba(213, 245, 246, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-200:focus{
  --bg-opacity: 1 !important;
  background-color: #afecef !important;
  background-color: rgba(175, 236, 239, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-300:focus{
  --bg-opacity: 1 !important;
  background-color: #7edce2 !important;
  background-color: rgba(126, 220, 226, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-400:focus{
  --bg-opacity: 1 !important;
  background-color: #16bdca !important;
  background-color: rgba(22, 189, 202, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-500:focus{
  --bg-opacity: 1 !important;
  background-color: #0694a2 !important;
  background-color: rgba(6, 148, 162, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-600:focus{
  --bg-opacity: 1 !important;
  background-color: #047481 !important;
  background-color: rgba(4, 116, 129, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-700:focus{
  --bg-opacity: 1 !important;
  background-color: #036672 !important;
  background-color: rgba(3, 102, 114, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-800:focus{
  --bg-opacity: 1 !important;
  background-color: #05505c !important;
  background-color: rgba(5, 80, 92, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-900:focus{
  --bg-opacity: 1 !important;
  background-color: #014451 !important;
  background-color: rgba(1, 68, 81, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-50:focus{
  --bg-opacity: 1 !important;
  background-color: #ebf5ff !important;
  background-color: rgba(235, 245, 255, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-100:focus{
  --bg-opacity: 1 !important;
  background-color: #e1effe !important;
  background-color: rgba(225, 239, 254, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-200:focus{
  --bg-opacity: 1 !important;
  background-color: #c3ddfd !important;
  background-color: rgba(195, 221, 253, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-300:focus{
  --bg-opacity: 1 !important;
  background-color: #a4cafe !important;
  background-color: rgba(164, 202, 254, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-400:focus{
  --bg-opacity: 1 !important;
  background-color: #76a9fa !important;
  background-color: rgba(118, 169, 250, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-500:focus{
  --bg-opacity: 1 !important;
  background-color: #3f83f8 !important;
  background-color: rgba(63, 131, 248, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-600:focus{
  --bg-opacity: 1 !important;
  background-color: #1c64f2 !important;
  background-color: rgba(28, 100, 242, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-700:focus{
  --bg-opacity: 1 !important;
  background-color: #1a56db !important;
  background-color: rgba(26, 86, 219, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-800:focus{
  --bg-opacity: 1 !important;
  background-color: #1e429f !important;
  background-color: rgba(30, 66, 159, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-900:focus{
  --bg-opacity: 1 !important;
  background-color: #233876 !important;
  background-color: rgba(35, 56, 118, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-50:focus{
  --bg-opacity: 1 !important;
  background-color: #f0f5ff !important;
  background-color: rgba(240, 245, 255, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-100:focus{
  --bg-opacity: 1 !important;
  background-color: #e5edff !important;
  background-color: rgba(229, 237, 255, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-200:focus{
  --bg-opacity: 1 !important;
  background-color: #cddbfe !important;
  background-color: rgba(205, 219, 254, var(--bg-opacity)) !important;
}

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

.focus\:tw-bg-indigo-400:focus{
  --bg-opacity: 1 !important;
  background-color: #8da2fb !important;
  background-color: rgba(141, 162, 251, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-500:focus{
  --bg-opacity: 1 !important;
  background-color: #6875f5 !important;
  background-color: rgba(104, 117, 245, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-600:focus{
  --bg-opacity: 1 !important;
  background-color: #5850ec !important;
  background-color: rgba(88, 80, 236, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-700:focus{
  --bg-opacity: 1 !important;
  background-color: #5145cd !important;
  background-color: rgba(81, 69, 205, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-800:focus{
  --bg-opacity: 1 !important;
  background-color: #42389d !important;
  background-color: rgba(66, 56, 157, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-900:focus{
  --bg-opacity: 1 !important;
  background-color: #362f78 !important;
  background-color: rgba(54, 47, 120, var(--bg-opacity)) !important;
}

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

.focus\:tw-bg-purple-100:focus{
  --bg-opacity: 1 !important;
  background-color: #edebfe !important;
  background-color: rgba(237, 235, 254, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-200:focus{
  --bg-opacity: 1 !important;
  background-color: #dcd7fe !important;
  background-color: rgba(220, 215, 254, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-300:focus{
  --bg-opacity: 1 !important;
  background-color: #cabffd !important;
  background-color: rgba(202, 191, 253, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-400:focus{
  --bg-opacity: 1 !important;
  background-color: #ac94fa !important;
  background-color: rgba(172, 148, 250, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-500:focus{
  --bg-opacity: 1 !important;
  background-color: #9061f9 !important;
  background-color: rgba(144, 97, 249, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-600:focus{
  --bg-opacity: 1 !important;
  background-color: #7e3af2 !important;
  background-color: rgba(126, 58, 242, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-700:focus{
  --bg-opacity: 1 !important;
  background-color: #6c2bd9 !important;
  background-color: rgba(108, 43, 217, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-800:focus{
  --bg-opacity: 1 !important;
  background-color: #5521b5 !important;
  background-color: rgba(85, 33, 181, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-900:focus{
  --bg-opacity: 1 !important;
  background-color: #4a1d96 !important;
  background-color: rgba(74, 29, 150, 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: #fce8f3 !important;
  background-color: rgba(252, 232, 243, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-200:focus{
  --bg-opacity: 1 !important;
  background-color: #fad1e8 !important;
  background-color: rgba(250, 209, 232, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-300:focus{
  --bg-opacity: 1 !important;
  background-color: #f8b4d9 !important;
  background-color: rgba(248, 180, 217, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-400:focus{
  --bg-opacity: 1 !important;
  background-color: #f17eb8 !important;
  background-color: rgba(241, 126, 184, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-500:focus{
  --bg-opacity: 1 !important;
  background-color: #e74694 !important;
  background-color: rgba(231, 70, 148, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-600:focus{
  --bg-opacity: 1 !important;
  background-color: #d61f69 !important;
  background-color: rgba(214, 31, 105, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-700:focus{
  --bg-opacity: 1 !important;
  background-color: #bf125d !important;
  background-color: rgba(191, 18, 93, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-800:focus{
  --bg-opacity: 1 !important;
  background-color: #99154b !important;
  background-color: rgba(153, 21, 75, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-900:focus{
  --bg-opacity: 1 !important;
  background-color: #751a3d !important;
  background-color: rgba(117, 26, 61, var(--bg-opacity)) !important;
}

.focus\:tw-bg-modal-grey:focus{
  --bg-opacity: 1 !important;
  background-color: #f7f7f7 !important;
  background-color: rgba(247, 247, 247, var(--bg-opacity)) !important;
}

.focus\:tw-bg-separator-grey:focus{
  background-color: hsla(210,7%,83%,1) !important;
}

.focus\:tw-bg-label-grey:focus{
  --bg-opacity: 1 !important;
  background-color: #738699 !important;
  background-color: rgba(115, 134, 153, var(--bg-opacity)) !important;
}

.focus\:tw-bg-anvesh-black:focus{
  --bg-opacity: 1 !important;
  background-color: #1A2633 !important;
  background-color: rgba(26, 38, 51, var(--bg-opacity)) !important;
}

.focus\:tw-bg-anvesh-grey:focus{
  --bg-opacity: 1 !important;
  background-color: #B6BBBF !important;
  background-color: rgba(182, 187, 191, var(--bg-opacity)) !important;
}

.focus\:tw-bg-anvesh-blue:focus{
  --bg-opacity: 1 !important;
  background-color: #0099dd !important;
  background-color: rgba(0, 153, 221, var(--bg-opacity)) !important;
}

.focus\:tw-bg-jira-blue:focus{
  --bg-opacity: 1 !important;
  background-color: #0b4571 !important;
  background-color: rgba(11, 69, 113, var(--bg-opacity)) !important;
}

.focus\:tw-bg-amber:focus{
  --bg-opacity: 1 !important;
  background-color: #FFBF00 !important;
  background-color: rgba(255, 191, 0, var(--bg-opacity)) !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-white{
  --border-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.tw-border-black{
  --border-opacity: 1 !important;
  border-color: #000000 !important;
  border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
  border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
  border-color: rgba(210, 214, 220, var(--border-opacity)) !important;
}

.tw-border-gray-400{
  --border-opacity: 1 !important;
  border-color: #9fa6b2 !important;
  border-color: rgba(159, 166, 178, 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: #252f3f !important;
  border-color: rgba(37, 47, 63, var(--border-opacity)) !important;
}

.tw-border-gray-900{
  --border-opacity: 1 !important;
  border-color: #161e2e !important;
  border-color: rgba(22, 30, 46, var(--border-opacity)) !important;
}

.tw-border-cool-gray-50{
  --border-opacity: 1 !important;
  border-color: #fbfdfe !important;
  border-color: rgba(251, 253, 254, var(--border-opacity)) !important;
}

.tw-border-cool-gray-100{
  --border-opacity: 1 !important;
  border-color: #f1f5f9 !important;
  border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
}

.tw-border-cool-gray-200{
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.tw-border-cool-gray-300{
  --border-opacity: 1 !important;
  border-color: #cfd8e3 !important;
  border-color: rgba(207, 216, 227, var(--border-opacity)) !important;
}

.tw-border-cool-gray-400{
  --border-opacity: 1 !important;
  border-color: #97a6ba !important;
  border-color: rgba(151, 166, 186, var(--border-opacity)) !important;
}

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

.tw-border-cool-gray-600{
  --border-opacity: 1 !important;
  border-color: #475569 !important;
  border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
}

.tw-border-cool-gray-700{
  --border-opacity: 1 !important;
  border-color: #364152 !important;
  border-color: rgba(54, 65, 82, var(--border-opacity)) !important;
}

.tw-border-cool-gray-800{
  --border-opacity: 1 !important;
  border-color: #27303f !important;
  border-color: rgba(39, 48, 63, var(--border-opacity)) !important;
}

.tw-border-cool-gray-900{
  --border-opacity: 1 !important;
  border-color: #1a202e !important;
  border-color: rgba(26, 32, 46, var(--border-opacity)) !important;
}

.tw-border-red-50{
  --border-opacity: 1 !important;
  border-color: #fdf2f2 !important;
  border-color: rgba(253, 242, 242, var(--border-opacity)) !important;
}

.tw-border-red-100{
  --border-opacity: 1 !important;
  border-color: #fde8e8 !important;
  border-color: rgba(253, 232, 232, var(--border-opacity)) !important;
}

.tw-border-red-200{
  --border-opacity: 1 !important;
  border-color: #fbd5d5 !important;
  border-color: rgba(251, 213, 213, var(--border-opacity)) !important;
}

.tw-border-red-300{
  --border-opacity: 1 !important;
  border-color: #f8b4b4 !important;
  border-color: rgba(248, 180, 180, var(--border-opacity)) !important;
}

.tw-border-red-400{
  --border-opacity: 1 !important;
  border-color: #f98080 !important;
  border-color: rgba(249, 128, 128, var(--border-opacity)) !important;
}

.tw-border-red-500{
  --border-opacity: 1 !important;
  border-color: #f05252 !important;
  border-color: rgba(240, 82, 82, var(--border-opacity)) !important;
}

.tw-border-red-600{
  --border-opacity: 1 !important;
  border-color: #e02424 !important;
  border-color: rgba(224, 36, 36, var(--border-opacity)) !important;
}

.tw-border-red-700{
  --border-opacity: 1 !important;
  border-color: #c81e1e !important;
  border-color: rgba(200, 30, 30, var(--border-opacity)) !important;
}

.tw-border-red-800{
  --border-opacity: 1 !important;
  border-color: #9b1c1c !important;
  border-color: rgba(155, 28, 28, var(--border-opacity)) !important;
}

.tw-border-red-900{
  --border-opacity: 1 !important;
  border-color: #771d1d !important;
  border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
}

.tw-border-orange-50{
  --border-opacity: 1 !important;
  border-color: #fff8f1 !important;
  border-color: rgba(255, 248, 241, var(--border-opacity)) !important;
}

.tw-border-orange-100{
  --border-opacity: 1 !important;
  border-color: #feecdc !important;
  border-color: rgba(254, 236, 220, var(--border-opacity)) !important;
}

.tw-border-orange-200{
  --border-opacity: 1 !important;
  border-color: #fcd9bd !important;
  border-color: rgba(252, 217, 189, var(--border-opacity)) !important;
}

.tw-border-orange-300{
  --border-opacity: 1 !important;
  border-color: #fdba8c !important;
  border-color: rgba(253, 186, 140, var(--border-opacity)) !important;
}

.tw-border-orange-400{
  --border-opacity: 1 !important;
  border-color: #ff8a4c !important;
  border-color: rgba(255, 138, 76, var(--border-opacity)) !important;
}

.tw-border-orange-500{
  --border-opacity: 1 !important;
  border-color: #ff5a1f !important;
  border-color: rgba(255, 90, 31, var(--border-opacity)) !important;
}

.tw-border-orange-600{
  --border-opacity: 1 !important;
  border-color: #d03801 !important;
  border-color: rgba(208, 56, 1, var(--border-opacity)) !important;
}

.tw-border-orange-700{
  --border-opacity: 1 !important;
  border-color: #b43403 !important;
  border-color: rgba(180, 52, 3, var(--border-opacity)) !important;
}

.tw-border-orange-800{
  --border-opacity: 1 !important;
  border-color: #8a2c0d !important;
  border-color: rgba(138, 44, 13, var(--border-opacity)) !important;
}

.tw-border-orange-900{
  --border-opacity: 1 !important;
  border-color: #771d1d !important;
  border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
}

.tw-border-yellow-50{
  --border-opacity: 1 !important;
  border-color: #fdfdea !important;
  border-color: rgba(253, 253, 234, var(--border-opacity)) !important;
}

.tw-border-yellow-100{
  --border-opacity: 1 !important;
  border-color: #fdf6b2 !important;
  border-color: rgba(253, 246, 178, var(--border-opacity)) !important;
}

.tw-border-yellow-200{
  --border-opacity: 1 !important;
  border-color: #fce96a !important;
  border-color: rgba(252, 233, 106, var(--border-opacity)) !important;
}

.tw-border-yellow-300{
  --border-opacity: 1 !important;
  border-color: #faca15 !important;
  border-color: rgba(250, 202, 21, var(--border-opacity)) !important;
}

.tw-border-yellow-400{
  --border-opacity: 1 !important;
  border-color: #e3a008 !important;
  border-color: rgba(227, 160, 8, var(--border-opacity)) !important;
}

.tw-border-yellow-500{
  --border-opacity: 1 !important;
  border-color: #c27803 !important;
  border-color: rgba(194, 120, 3, var(--border-opacity)) !important;
}

.tw-border-yellow-600{
  --border-opacity: 1 !important;
  border-color: #9f580a !important;
  border-color: rgba(159, 88, 10, var(--border-opacity)) !important;
}

.tw-border-yellow-700{
  --border-opacity: 1 !important;
  border-color: #8e4b10 !important;
  border-color: rgba(142, 75, 16, var(--border-opacity)) !important;
}

.tw-border-yellow-800{
  --border-opacity: 1 !important;
  border-color: #723b13 !important;
  border-color: rgba(114, 59, 19, var(--border-opacity)) !important;
}

.tw-border-yellow-900{
  --border-opacity: 1 !important;
  border-color: #633112 !important;
  border-color: rgba(99, 49, 18, var(--border-opacity)) !important;
}

.tw-border-green-50{
  --border-opacity: 1 !important;
  border-color: #f3faf7 !important;
  border-color: rgba(243, 250, 247, var(--border-opacity)) !important;
}

.tw-border-green-100{
  --border-opacity: 1 !important;
  border-color: #def7ec !important;
  border-color: rgba(222, 247, 236, var(--border-opacity)) !important;
}

.tw-border-green-200{
  --border-opacity: 1 !important;
  border-color: #bcf0da !important;
  border-color: rgba(188, 240, 218, var(--border-opacity)) !important;
}

.tw-border-green-300{
  --border-opacity: 1 !important;
  border-color: #84e1bc !important;
  border-color: rgba(132, 225, 188, var(--border-opacity)) !important;
}

.tw-border-green-400{
  --border-opacity: 1 !important;
  border-color: #31c48d !important;
  border-color: rgba(49, 196, 141, var(--border-opacity)) !important;
}

.tw-border-green-500{
  --border-opacity: 1 !important;
  border-color: #0e9f6e !important;
  border-color: rgba(14, 159, 110, var(--border-opacity)) !important;
}

.tw-border-green-600{
  --border-opacity: 1 !important;
  border-color: #057a55 !important;
  border-color: rgba(5, 122, 85, var(--border-opacity)) !important;
}

.tw-border-green-700{
  --border-opacity: 1 !important;
  border-color: #046c4e !important;
  border-color: rgba(4, 108, 78, var(--border-opacity)) !important;
}

.tw-border-green-800{
  --border-opacity: 1 !important;
  border-color: #03543f !important;
  border-color: rgba(3, 84, 63, var(--border-opacity)) !important;
}

.tw-border-green-900{
  --border-opacity: 1 !important;
  border-color: #014737 !important;
  border-color: rgba(1, 71, 55, var(--border-opacity)) !important;
}

.tw-border-teal-50{
  --border-opacity: 1 !important;
  border-color: #edfafa !important;
  border-color: rgba(237, 250, 250, var(--border-opacity)) !important;
}

.tw-border-teal-100{
  --border-opacity: 1 !important;
  border-color: #d5f5f6 !important;
  border-color: rgba(213, 245, 246, var(--border-opacity)) !important;
}

.tw-border-teal-200{
  --border-opacity: 1 !important;
  border-color: #afecef !important;
  border-color: rgba(175, 236, 239, var(--border-opacity)) !important;
}

.tw-border-teal-300{
  --border-opacity: 1 !important;
  border-color: #7edce2 !important;
  border-color: rgba(126, 220, 226, var(--border-opacity)) !important;
}

.tw-border-teal-400{
  --border-opacity: 1 !important;
  border-color: #16bdca !important;
  border-color: rgba(22, 189, 202, var(--border-opacity)) !important;
}

.tw-border-teal-500{
  --border-opacity: 1 !important;
  border-color: #0694a2 !important;
  border-color: rgba(6, 148, 162, var(--border-opacity)) !important;
}

.tw-border-teal-600{
  --border-opacity: 1 !important;
  border-color: #047481 !important;
  border-color: rgba(4, 116, 129, var(--border-opacity)) !important;
}

.tw-border-teal-700{
  --border-opacity: 1 !important;
  border-color: #036672 !important;
  border-color: rgba(3, 102, 114, var(--border-opacity)) !important;
}

.tw-border-teal-800{
  --border-opacity: 1 !important;
  border-color: #05505c !important;
  border-color: rgba(5, 80, 92, var(--border-opacity)) !important;
}

.tw-border-teal-900{
  --border-opacity: 1 !important;
  border-color: #014451 !important;
  border-color: rgba(1, 68, 81, var(--border-opacity)) !important;
}

.tw-border-blue-50{
  --border-opacity: 1 !important;
  border-color: #ebf5ff !important;
  border-color: rgba(235, 245, 255, var(--border-opacity)) !important;
}

.tw-border-blue-100{
  --border-opacity: 1 !important;
  border-color: #e1effe !important;
  border-color: rgba(225, 239, 254, var(--border-opacity)) !important;
}

.tw-border-blue-200{
  --border-opacity: 1 !important;
  border-color: #c3ddfd !important;
  border-color: rgba(195, 221, 253, var(--border-opacity)) !important;
}

.tw-border-blue-300{
  --border-opacity: 1 !important;
  border-color: #a4cafe !important;
  border-color: rgba(164, 202, 254, var(--border-opacity)) !important;
}

.tw-border-blue-400{
  --border-opacity: 1 !important;
  border-color: #76a9fa !important;
  border-color: rgba(118, 169, 250, var(--border-opacity)) !important;
}

.tw-border-blue-500{
  --border-opacity: 1 !important;
  border-color: #3f83f8 !important;
  border-color: rgba(63, 131, 248, var(--border-opacity)) !important;
}

.tw-border-blue-600{
  --border-opacity: 1 !important;
  border-color: #1c64f2 !important;
  border-color: rgba(28, 100, 242, var(--border-opacity)) !important;
}

.tw-border-blue-700{
  --border-opacity: 1 !important;
  border-color: #1a56db !important;
  border-color: rgba(26, 86, 219, var(--border-opacity)) !important;
}

.tw-border-blue-800{
  --border-opacity: 1 !important;
  border-color: #1e429f !important;
  border-color: rgba(30, 66, 159, var(--border-opacity)) !important;
}

.tw-border-blue-900{
  --border-opacity: 1 !important;
  border-color: #233876 !important;
  border-color: rgba(35, 56, 118, var(--border-opacity)) !important;
}

.tw-border-indigo-50{
  --border-opacity: 1 !important;
  border-color: #f0f5ff !important;
  border-color: rgba(240, 245, 255, var(--border-opacity)) !important;
}

.tw-border-indigo-100{
  --border-opacity: 1 !important;
  border-color: #e5edff !important;
  border-color: rgba(229, 237, 255, var(--border-opacity)) !important;
}

.tw-border-indigo-200{
  --border-opacity: 1 !important;
  border-color: #cddbfe !important;
  border-color: rgba(205, 219, 254, var(--border-opacity)) !important;
}

.tw-border-indigo-300{
  --border-opacity: 1 !important;
  border-color: #b4c6fc !important;
  border-color: rgba(180, 198, 252, var(--border-opacity)) !important;
}

.tw-border-indigo-400{
  --border-opacity: 1 !important;
  border-color: #8da2fb !important;
  border-color: rgba(141, 162, 251, var(--border-opacity)) !important;
}

.tw-border-indigo-500{
  --border-opacity: 1 !important;
  border-color: #6875f5 !important;
  border-color: rgba(104, 117, 245, var(--border-opacity)) !important;
}

.tw-border-indigo-600{
  --border-opacity: 1 !important;
  border-color: #5850ec !important;
  border-color: rgba(88, 80, 236, var(--border-opacity)) !important;
}

.tw-border-indigo-700{
  --border-opacity: 1 !important;
  border-color: #5145cd !important;
  border-color: rgba(81, 69, 205, var(--border-opacity)) !important;
}

.tw-border-indigo-800{
  --border-opacity: 1 !important;
  border-color: #42389d !important;
  border-color: rgba(66, 56, 157, var(--border-opacity)) !important;
}

.tw-border-indigo-900{
  --border-opacity: 1 !important;
  border-color: #362f78 !important;
  border-color: rgba(54, 47, 120, var(--border-opacity)) !important;
}

.tw-border-purple-50{
  --border-opacity: 1 !important;
  border-color: #f6f5ff !important;
  border-color: rgba(246, 245, 255, var(--border-opacity)) !important;
}

.tw-border-purple-100{
  --border-opacity: 1 !important;
  border-color: #edebfe !important;
  border-color: rgba(237, 235, 254, var(--border-opacity)) !important;
}

.tw-border-purple-200{
  --border-opacity: 1 !important;
  border-color: #dcd7fe !important;
  border-color: rgba(220, 215, 254, var(--border-opacity)) !important;
}

.tw-border-purple-300{
  --border-opacity: 1 !important;
  border-color: #cabffd !important;
  border-color: rgba(202, 191, 253, var(--border-opacity)) !important;
}

.tw-border-purple-400{
  --border-opacity: 1 !important;
  border-color: #ac94fa !important;
  border-color: rgba(172, 148, 250, var(--border-opacity)) !important;
}

.tw-border-purple-500{
  --border-opacity: 1 !important;
  border-color: #9061f9 !important;
  border-color: rgba(144, 97, 249, var(--border-opacity)) !important;
}

.tw-border-purple-600{
  --border-opacity: 1 !important;
  border-color: #7e3af2 !important;
  border-color: rgba(126, 58, 242, var(--border-opacity)) !important;
}

.tw-border-purple-700{
  --border-opacity: 1 !important;
  border-color: #6c2bd9 !important;
  border-color: rgba(108, 43, 217, var(--border-opacity)) !important;
}

.tw-border-purple-800{
  --border-opacity: 1 !important;
  border-color: #5521b5 !important;
  border-color: rgba(85, 33, 181, var(--border-opacity)) !important;
}

.tw-border-purple-900{
  --border-opacity: 1 !important;
  border-color: #4a1d96 !important;
  border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
  border-color: rgba(252, 232, 243, var(--border-opacity)) !important;
}

.tw-border-pink-200{
  --border-opacity: 1 !important;
  border-color: #fad1e8 !important;
  border-color: rgba(250, 209, 232, var(--border-opacity)) !important;
}

.tw-border-pink-300{
  --border-opacity: 1 !important;
  border-color: #f8b4d9 !important;
  border-color: rgba(248, 180, 217, var(--border-opacity)) !important;
}

.tw-border-pink-400{
  --border-opacity: 1 !important;
  border-color: #f17eb8 !important;
  border-color: rgba(241, 126, 184, var(--border-opacity)) !important;
}

.tw-border-pink-500{
  --border-opacity: 1 !important;
  border-color: #e74694 !important;
  border-color: rgba(231, 70, 148, var(--border-opacity)) !important;
}

.tw-border-pink-600{
  --border-opacity: 1 !important;
  border-color: #d61f69 !important;
  border-color: rgba(214, 31, 105, var(--border-opacity)) !important;
}

.tw-border-pink-700{
  --border-opacity: 1 !important;
  border-color: #bf125d !important;
  border-color: rgba(191, 18, 93, var(--border-opacity)) !important;
}

.tw-border-pink-800{
  --border-opacity: 1 !important;
  border-color: #99154b !important;
  border-color: rgba(153, 21, 75, var(--border-opacity)) !important;
}

.tw-border-pink-900{
  --border-opacity: 1 !important;
  border-color: #751a3d !important;
  border-color: rgba(117, 26, 61, var(--border-opacity)) !important;
}

.tw-border-modal-grey{
  --border-opacity: 1 !important;
  border-color: #f7f7f7 !important;
  border-color: rgba(247, 247, 247, var(--border-opacity)) !important;
}

.tw-border-separator-grey{
  border-color: hsla(210,7%,83%,1) !important;
}

.tw-border-label-grey{
  --border-opacity: 1 !important;
  border-color: #738699 !important;
  border-color: rgba(115, 134, 153, var(--border-opacity)) !important;
}

.tw-border-anvesh-black{
  --border-opacity: 1 !important;
  border-color: #1A2633 !important;
  border-color: rgba(26, 38, 51, var(--border-opacity)) !important;
}

.tw-border-anvesh-grey{
  --border-opacity: 1 !important;
  border-color: #B6BBBF !important;
  border-color: rgba(182, 187, 191, var(--border-opacity)) !important;
}

.tw-border-anvesh-blue{
  --border-opacity: 1 !important;
  border-color: #0099dd !important;
  border-color: rgba(0, 153, 221, var(--border-opacity)) !important;
}

.tw-border-jira-blue{
  --border-opacity: 1 !important;
  border-color: #0b4571 !important;
  border-color: rgba(11, 69, 113, var(--border-opacity)) !important;
}

.tw-border-amber{
  --border-opacity: 1 !important;
  border-color: #FFBF00 !important;
  border-color: rgba(255, 191, 0, var(--border-opacity)) !important;
}

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

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

.hover\:tw-border-black:hover{
  --border-opacity: 1 !important;
  border-color: #000000 !important;
  border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
  border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
  border-color: rgba(210, 214, 220, var(--border-opacity)) !important;
}

.hover\:tw-border-gray-400:hover{
  --border-opacity: 1 !important;
  border-color: #9fa6b2 !important;
  border-color: rgba(159, 166, 178, 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: #252f3f !important;
  border-color: rgba(37, 47, 63, var(--border-opacity)) !important;
}

.hover\:tw-border-gray-900:hover{
  --border-opacity: 1 !important;
  border-color: #161e2e !important;
  border-color: rgba(22, 30, 46, var(--border-opacity)) !important;
}

.hover\:tw-border-cool-gray-50:hover{
  --border-opacity: 1 !important;
  border-color: #fbfdfe !important;
  border-color: rgba(251, 253, 254, var(--border-opacity)) !important;
}

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

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

.hover\:tw-border-cool-gray-300:hover{
  --border-opacity: 1 !important;
  border-color: #cfd8e3 !important;
  border-color: rgba(207, 216, 227, var(--border-opacity)) !important;
}

.hover\:tw-border-cool-gray-400:hover{
  --border-opacity: 1 !important;
  border-color: #97a6ba !important;
  border-color: rgba(151, 166, 186, var(--border-opacity)) !important;
}

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

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

.hover\:tw-border-cool-gray-700:hover{
  --border-opacity: 1 !important;
  border-color: #364152 !important;
  border-color: rgba(54, 65, 82, var(--border-opacity)) !important;
}

.hover\:tw-border-cool-gray-800:hover{
  --border-opacity: 1 !important;
  border-color: #27303f !important;
  border-color: rgba(39, 48, 63, var(--border-opacity)) !important;
}

.hover\:tw-border-cool-gray-900:hover{
  --border-opacity: 1 !important;
  border-color: #1a202e !important;
  border-color: rgba(26, 32, 46, var(--border-opacity)) !important;
}

.hover\:tw-border-red-50:hover{
  --border-opacity: 1 !important;
  border-color: #fdf2f2 !important;
  border-color: rgba(253, 242, 242, var(--border-opacity)) !important;
}

.hover\:tw-border-red-100:hover{
  --border-opacity: 1 !important;
  border-color: #fde8e8 !important;
  border-color: rgba(253, 232, 232, var(--border-opacity)) !important;
}

.hover\:tw-border-red-200:hover{
  --border-opacity: 1 !important;
  border-color: #fbd5d5 !important;
  border-color: rgba(251, 213, 213, var(--border-opacity)) !important;
}

.hover\:tw-border-red-300:hover{
  --border-opacity: 1 !important;
  border-color: #f8b4b4 !important;
  border-color: rgba(248, 180, 180, var(--border-opacity)) !important;
}

.hover\:tw-border-red-400:hover{
  --border-opacity: 1 !important;
  border-color: #f98080 !important;
  border-color: rgba(249, 128, 128, var(--border-opacity)) !important;
}

.hover\:tw-border-red-500:hover{
  --border-opacity: 1 !important;
  border-color: #f05252 !important;
  border-color: rgba(240, 82, 82, var(--border-opacity)) !important;
}

.hover\:tw-border-red-600:hover{
  --border-opacity: 1 !important;
  border-color: #e02424 !important;
  border-color: rgba(224, 36, 36, var(--border-opacity)) !important;
}

.hover\:tw-border-red-700:hover{
  --border-opacity: 1 !important;
  border-color: #c81e1e !important;
  border-color: rgba(200, 30, 30, var(--border-opacity)) !important;
}

.hover\:tw-border-red-800:hover{
  --border-opacity: 1 !important;
  border-color: #9b1c1c !important;
  border-color: rgba(155, 28, 28, var(--border-opacity)) !important;
}

.hover\:tw-border-red-900:hover{
  --border-opacity: 1 !important;
  border-color: #771d1d !important;
  border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-50:hover{
  --border-opacity: 1 !important;
  border-color: #fff8f1 !important;
  border-color: rgba(255, 248, 241, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-100:hover{
  --border-opacity: 1 !important;
  border-color: #feecdc !important;
  border-color: rgba(254, 236, 220, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-200:hover{
  --border-opacity: 1 !important;
  border-color: #fcd9bd !important;
  border-color: rgba(252, 217, 189, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-300:hover{
  --border-opacity: 1 !important;
  border-color: #fdba8c !important;
  border-color: rgba(253, 186, 140, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-400:hover{
  --border-opacity: 1 !important;
  border-color: #ff8a4c !important;
  border-color: rgba(255, 138, 76, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-500:hover{
  --border-opacity: 1 !important;
  border-color: #ff5a1f !important;
  border-color: rgba(255, 90, 31, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-600:hover{
  --border-opacity: 1 !important;
  border-color: #d03801 !important;
  border-color: rgba(208, 56, 1, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-700:hover{
  --border-opacity: 1 !important;
  border-color: #b43403 !important;
  border-color: rgba(180, 52, 3, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-800:hover{
  --border-opacity: 1 !important;
  border-color: #8a2c0d !important;
  border-color: rgba(138, 44, 13, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-900:hover{
  --border-opacity: 1 !important;
  border-color: #771d1d !important;
  border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-50:hover{
  --border-opacity: 1 !important;
  border-color: #fdfdea !important;
  border-color: rgba(253, 253, 234, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-100:hover{
  --border-opacity: 1 !important;
  border-color: #fdf6b2 !important;
  border-color: rgba(253, 246, 178, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-200:hover{
  --border-opacity: 1 !important;
  border-color: #fce96a !important;
  border-color: rgba(252, 233, 106, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-300:hover{
  --border-opacity: 1 !important;
  border-color: #faca15 !important;
  border-color: rgba(250, 202, 21, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-400:hover{
  --border-opacity: 1 !important;
  border-color: #e3a008 !important;
  border-color: rgba(227, 160, 8, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-500:hover{
  --border-opacity: 1 !important;
  border-color: #c27803 !important;
  border-color: rgba(194, 120, 3, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-600:hover{
  --border-opacity: 1 !important;
  border-color: #9f580a !important;
  border-color: rgba(159, 88, 10, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-700:hover{
  --border-opacity: 1 !important;
  border-color: #8e4b10 !important;
  border-color: rgba(142, 75, 16, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-800:hover{
  --border-opacity: 1 !important;
  border-color: #723b13 !important;
  border-color: rgba(114, 59, 19, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-900:hover{
  --border-opacity: 1 !important;
  border-color: #633112 !important;
  border-color: rgba(99, 49, 18, var(--border-opacity)) !important;
}

.hover\:tw-border-green-50:hover{
  --border-opacity: 1 !important;
  border-color: #f3faf7 !important;
  border-color: rgba(243, 250, 247, var(--border-opacity)) !important;
}

.hover\:tw-border-green-100:hover{
  --border-opacity: 1 !important;
  border-color: #def7ec !important;
  border-color: rgba(222, 247, 236, var(--border-opacity)) !important;
}

.hover\:tw-border-green-200:hover{
  --border-opacity: 1 !important;
  border-color: #bcf0da !important;
  border-color: rgba(188, 240, 218, var(--border-opacity)) !important;
}

.hover\:tw-border-green-300:hover{
  --border-opacity: 1 !important;
  border-color: #84e1bc !important;
  border-color: rgba(132, 225, 188, var(--border-opacity)) !important;
}

.hover\:tw-border-green-400:hover{
  --border-opacity: 1 !important;
  border-color: #31c48d !important;
  border-color: rgba(49, 196, 141, var(--border-opacity)) !important;
}

.hover\:tw-border-green-500:hover{
  --border-opacity: 1 !important;
  border-color: #0e9f6e !important;
  border-color: rgba(14, 159, 110, var(--border-opacity)) !important;
}

.hover\:tw-border-green-600:hover{
  --border-opacity: 1 !important;
  border-color: #057a55 !important;
  border-color: rgba(5, 122, 85, var(--border-opacity)) !important;
}

.hover\:tw-border-green-700:hover{
  --border-opacity: 1 !important;
  border-color: #046c4e !important;
  border-color: rgba(4, 108, 78, var(--border-opacity)) !important;
}

.hover\:tw-border-green-800:hover{
  --border-opacity: 1 !important;
  border-color: #03543f !important;
  border-color: rgba(3, 84, 63, var(--border-opacity)) !important;
}

.hover\:tw-border-green-900:hover{
  --border-opacity: 1 !important;
  border-color: #014737 !important;
  border-color: rgba(1, 71, 55, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-50:hover{
  --border-opacity: 1 !important;
  border-color: #edfafa !important;
  border-color: rgba(237, 250, 250, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-100:hover{
  --border-opacity: 1 !important;
  border-color: #d5f5f6 !important;
  border-color: rgba(213, 245, 246, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-200:hover{
  --border-opacity: 1 !important;
  border-color: #afecef !important;
  border-color: rgba(175, 236, 239, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-300:hover{
  --border-opacity: 1 !important;
  border-color: #7edce2 !important;
  border-color: rgba(126, 220, 226, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-400:hover{
  --border-opacity: 1 !important;
  border-color: #16bdca !important;
  border-color: rgba(22, 189, 202, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-500:hover{
  --border-opacity: 1 !important;
  border-color: #0694a2 !important;
  border-color: rgba(6, 148, 162, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-600:hover{
  --border-opacity: 1 !important;
  border-color: #047481 !important;
  border-color: rgba(4, 116, 129, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-700:hover{
  --border-opacity: 1 !important;
  border-color: #036672 !important;
  border-color: rgba(3, 102, 114, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-800:hover{
  --border-opacity: 1 !important;
  border-color: #05505c !important;
  border-color: rgba(5, 80, 92, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-900:hover{
  --border-opacity: 1 !important;
  border-color: #014451 !important;
  border-color: rgba(1, 68, 81, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-50:hover{
  --border-opacity: 1 !important;
  border-color: #ebf5ff !important;
  border-color: rgba(235, 245, 255, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-100:hover{
  --border-opacity: 1 !important;
  border-color: #e1effe !important;
  border-color: rgba(225, 239, 254, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-200:hover{
  --border-opacity: 1 !important;
  border-color: #c3ddfd !important;
  border-color: rgba(195, 221, 253, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-300:hover{
  --border-opacity: 1 !important;
  border-color: #a4cafe !important;
  border-color: rgba(164, 202, 254, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-400:hover{
  --border-opacity: 1 !important;
  border-color: #76a9fa !important;
  border-color: rgba(118, 169, 250, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-500:hover{
  --border-opacity: 1 !important;
  border-color: #3f83f8 !important;
  border-color: rgba(63, 131, 248, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-600:hover{
  --border-opacity: 1 !important;
  border-color: #1c64f2 !important;
  border-color: rgba(28, 100, 242, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-700:hover{
  --border-opacity: 1 !important;
  border-color: #1a56db !important;
  border-color: rgba(26, 86, 219, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-800:hover{
  --border-opacity: 1 !important;
  border-color: #1e429f !important;
  border-color: rgba(30, 66, 159, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-900:hover{
  --border-opacity: 1 !important;
  border-color: #233876 !important;
  border-color: rgba(35, 56, 118, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-50:hover{
  --border-opacity: 1 !important;
  border-color: #f0f5ff !important;
  border-color: rgba(240, 245, 255, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-100:hover{
  --border-opacity: 1 !important;
  border-color: #e5edff !important;
  border-color: rgba(229, 237, 255, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-200:hover{
  --border-opacity: 1 !important;
  border-color: #cddbfe !important;
  border-color: rgba(205, 219, 254, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-300:hover{
  --border-opacity: 1 !important;
  border-color: #b4c6fc !important;
  border-color: rgba(180, 198, 252, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-400:hover{
  --border-opacity: 1 !important;
  border-color: #8da2fb !important;
  border-color: rgba(141, 162, 251, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-500:hover{
  --border-opacity: 1 !important;
  border-color: #6875f5 !important;
  border-color: rgba(104, 117, 245, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-600:hover{
  --border-opacity: 1 !important;
  border-color: #5850ec !important;
  border-color: rgba(88, 80, 236, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-700:hover{
  --border-opacity: 1 !important;
  border-color: #5145cd !important;
  border-color: rgba(81, 69, 205, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-800:hover{
  --border-opacity: 1 !important;
  border-color: #42389d !important;
  border-color: rgba(66, 56, 157, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-900:hover{
  --border-opacity: 1 !important;
  border-color: #362f78 !important;
  border-color: rgba(54, 47, 120, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-50:hover{
  --border-opacity: 1 !important;
  border-color: #f6f5ff !important;
  border-color: rgba(246, 245, 255, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-100:hover{
  --border-opacity: 1 !important;
  border-color: #edebfe !important;
  border-color: rgba(237, 235, 254, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-200:hover{
  --border-opacity: 1 !important;
  border-color: #dcd7fe !important;
  border-color: rgba(220, 215, 254, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-300:hover{
  --border-opacity: 1 !important;
  border-color: #cabffd !important;
  border-color: rgba(202, 191, 253, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-400:hover{
  --border-opacity: 1 !important;
  border-color: #ac94fa !important;
  border-color: rgba(172, 148, 250, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-500:hover{
  --border-opacity: 1 !important;
  border-color: #9061f9 !important;
  border-color: rgba(144, 97, 249, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-600:hover{
  --border-opacity: 1 !important;
  border-color: #7e3af2 !important;
  border-color: rgba(126, 58, 242, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-700:hover{
  --border-opacity: 1 !important;
  border-color: #6c2bd9 !important;
  border-color: rgba(108, 43, 217, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-800:hover{
  --border-opacity: 1 !important;
  border-color: #5521b5 !important;
  border-color: rgba(85, 33, 181, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-900:hover{
  --border-opacity: 1 !important;
  border-color: #4a1d96 !important;
  border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
  border-color: rgba(252, 232, 243, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-200:hover{
  --border-opacity: 1 !important;
  border-color: #fad1e8 !important;
  border-color: rgba(250, 209, 232, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-300:hover{
  --border-opacity: 1 !important;
  border-color: #f8b4d9 !important;
  border-color: rgba(248, 180, 217, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-400:hover{
  --border-opacity: 1 !important;
  border-color: #f17eb8 !important;
  border-color: rgba(241, 126, 184, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-500:hover{
  --border-opacity: 1 !important;
  border-color: #e74694 !important;
  border-color: rgba(231, 70, 148, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-600:hover{
  --border-opacity: 1 !important;
  border-color: #d61f69 !important;
  border-color: rgba(214, 31, 105, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-700:hover{
  --border-opacity: 1 !important;
  border-color: #bf125d !important;
  border-color: rgba(191, 18, 93, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-800:hover{
  --border-opacity: 1 !important;
  border-color: #99154b !important;
  border-color: rgba(153, 21, 75, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-900:hover{
  --border-opacity: 1 !important;
  border-color: #751a3d !important;
  border-color: rgba(117, 26, 61, var(--border-opacity)) !important;
}

.hover\:tw-border-modal-grey:hover{
  --border-opacity: 1 !important;
  border-color: #f7f7f7 !important;
  border-color: rgba(247, 247, 247, var(--border-opacity)) !important;
}

.hover\:tw-border-separator-grey:hover{
  border-color: hsla(210,7%,83%,1) !important;
}

.hover\:tw-border-label-grey:hover{
  --border-opacity: 1 !important;
  border-color: #738699 !important;
  border-color: rgba(115, 134, 153, var(--border-opacity)) !important;
}

.hover\:tw-border-anvesh-black:hover{
  --border-opacity: 1 !important;
  border-color: #1A2633 !important;
  border-color: rgba(26, 38, 51, var(--border-opacity)) !important;
}

.hover\:tw-border-anvesh-grey:hover{
  --border-opacity: 1 !important;
  border-color: #B6BBBF !important;
  border-color: rgba(182, 187, 191, var(--border-opacity)) !important;
}

.hover\:tw-border-anvesh-blue:hover{
  --border-opacity: 1 !important;
  border-color: #0099dd !important;
  border-color: rgba(0, 153, 221, var(--border-opacity)) !important;
}

.hover\:tw-border-jira-blue:hover{
  --border-opacity: 1 !important;
  border-color: #0b4571 !important;
  border-color: rgba(11, 69, 113, var(--border-opacity)) !important;
}

.hover\:tw-border-amber:hover{
  --border-opacity: 1 !important;
  border-color: #FFBF00 !important;
  border-color: rgba(255, 191, 0, var(--border-opacity)) !important;
}

.focus\:tw-border-transparent:focus{
  border-color: transparent !important;
}

.focus\:tw-border-white:focus{
  --border-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-black:focus{
  --border-opacity: 1 !important;
  border-color: #000000 !important;
  border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
  border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
  border-color: rgba(210, 214, 220, var(--border-opacity)) !important;
}

.focus\:tw-border-gray-400:focus{
  --border-opacity: 1 !important;
  border-color: #9fa6b2 !important;
  border-color: rgba(159, 166, 178, 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: #252f3f !important;
  border-color: rgba(37, 47, 63, var(--border-opacity)) !important;
}

.focus\:tw-border-gray-900:focus{
  --border-opacity: 1 !important;
  border-color: #161e2e !important;
  border-color: rgba(22, 30, 46, var(--border-opacity)) !important;
}

.focus\:tw-border-cool-gray-50:focus{
  --border-opacity: 1 !important;
  border-color: #fbfdfe !important;
  border-color: rgba(251, 253, 254, var(--border-opacity)) !important;
}

.focus\:tw-border-cool-gray-100:focus{
  --border-opacity: 1 !important;
  border-color: #f1f5f9 !important;
  border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
}

.focus\:tw-border-cool-gray-200:focus{
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.focus\:tw-border-cool-gray-300:focus{
  --border-opacity: 1 !important;
  border-color: #cfd8e3 !important;
  border-color: rgba(207, 216, 227, var(--border-opacity)) !important;
}

.focus\:tw-border-cool-gray-400:focus{
  --border-opacity: 1 !important;
  border-color: #97a6ba !important;
  border-color: rgba(151, 166, 186, var(--border-opacity)) !important;
}

.focus\:tw-border-cool-gray-500:focus{
  --border-opacity: 1 !important;
  border-color: #64748b !important;
  border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
}

.focus\:tw-border-cool-gray-600:focus{
  --border-opacity: 1 !important;
  border-color: #475569 !important;
  border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
}

.focus\:tw-border-cool-gray-700:focus{
  --border-opacity: 1 !important;
  border-color: #364152 !important;
  border-color: rgba(54, 65, 82, var(--border-opacity)) !important;
}

.focus\:tw-border-cool-gray-800:focus{
  --border-opacity: 1 !important;
  border-color: #27303f !important;
  border-color: rgba(39, 48, 63, var(--border-opacity)) !important;
}

.focus\:tw-border-cool-gray-900:focus{
  --border-opacity: 1 !important;
  border-color: #1a202e !important;
  border-color: rgba(26, 32, 46, var(--border-opacity)) !important;
}

.focus\:tw-border-red-50:focus{
  --border-opacity: 1 !important;
  border-color: #fdf2f2 !important;
  border-color: rgba(253, 242, 242, var(--border-opacity)) !important;
}

.focus\:tw-border-red-100:focus{
  --border-opacity: 1 !important;
  border-color: #fde8e8 !important;
  border-color: rgba(253, 232, 232, var(--border-opacity)) !important;
}

.focus\:tw-border-red-200:focus{
  --border-opacity: 1 !important;
  border-color: #fbd5d5 !important;
  border-color: rgba(251, 213, 213, var(--border-opacity)) !important;
}

.focus\:tw-border-red-300:focus{
  --border-opacity: 1 !important;
  border-color: #f8b4b4 !important;
  border-color: rgba(248, 180, 180, var(--border-opacity)) !important;
}

.focus\:tw-border-red-400:focus{
  --border-opacity: 1 !important;
  border-color: #f98080 !important;
  border-color: rgba(249, 128, 128, var(--border-opacity)) !important;
}

.focus\:tw-border-red-500:focus{
  --border-opacity: 1 !important;
  border-color: #f05252 !important;
  border-color: rgba(240, 82, 82, var(--border-opacity)) !important;
}

.focus\:tw-border-red-600:focus{
  --border-opacity: 1 !important;
  border-color: #e02424 !important;
  border-color: rgba(224, 36, 36, var(--border-opacity)) !important;
}

.focus\:tw-border-red-700:focus{
  --border-opacity: 1 !important;
  border-color: #c81e1e !important;
  border-color: rgba(200, 30, 30, var(--border-opacity)) !important;
}

.focus\:tw-border-red-800:focus{
  --border-opacity: 1 !important;
  border-color: #9b1c1c !important;
  border-color: rgba(155, 28, 28, var(--border-opacity)) !important;
}

.focus\:tw-border-red-900:focus{
  --border-opacity: 1 !important;
  border-color: #771d1d !important;
  border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-50:focus{
  --border-opacity: 1 !important;
  border-color: #fff8f1 !important;
  border-color: rgba(255, 248, 241, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-100:focus{
  --border-opacity: 1 !important;
  border-color: #feecdc !important;
  border-color: rgba(254, 236, 220, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-200:focus{
  --border-opacity: 1 !important;
  border-color: #fcd9bd !important;
  border-color: rgba(252, 217, 189, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-300:focus{
  --border-opacity: 1 !important;
  border-color: #fdba8c !important;
  border-color: rgba(253, 186, 140, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-400:focus{
  --border-opacity: 1 !important;
  border-color: #ff8a4c !important;
  border-color: rgba(255, 138, 76, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-500:focus{
  --border-opacity: 1 !important;
  border-color: #ff5a1f !important;
  border-color: rgba(255, 90, 31, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-600:focus{
  --border-opacity: 1 !important;
  border-color: #d03801 !important;
  border-color: rgba(208, 56, 1, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-700:focus{
  --border-opacity: 1 !important;
  border-color: #b43403 !important;
  border-color: rgba(180, 52, 3, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-800:focus{
  --border-opacity: 1 !important;
  border-color: #8a2c0d !important;
  border-color: rgba(138, 44, 13, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-900:focus{
  --border-opacity: 1 !important;
  border-color: #771d1d !important;
  border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-50:focus{
  --border-opacity: 1 !important;
  border-color: #fdfdea !important;
  border-color: rgba(253, 253, 234, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-100:focus{
  --border-opacity: 1 !important;
  border-color: #fdf6b2 !important;
  border-color: rgba(253, 246, 178, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-200:focus{
  --border-opacity: 1 !important;
  border-color: #fce96a !important;
  border-color: rgba(252, 233, 106, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-300:focus{
  --border-opacity: 1 !important;
  border-color: #faca15 !important;
  border-color: rgba(250, 202, 21, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-400:focus{
  --border-opacity: 1 !important;
  border-color: #e3a008 !important;
  border-color: rgba(227, 160, 8, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-500:focus{
  --border-opacity: 1 !important;
  border-color: #c27803 !important;
  border-color: rgba(194, 120, 3, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-600:focus{
  --border-opacity: 1 !important;
  border-color: #9f580a !important;
  border-color: rgba(159, 88, 10, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-700:focus{
  --border-opacity: 1 !important;
  border-color: #8e4b10 !important;
  border-color: rgba(142, 75, 16, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-800:focus{
  --border-opacity: 1 !important;
  border-color: #723b13 !important;
  border-color: rgba(114, 59, 19, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-900:focus{
  --border-opacity: 1 !important;
  border-color: #633112 !important;
  border-color: rgba(99, 49, 18, var(--border-opacity)) !important;
}

.focus\:tw-border-green-50:focus{
  --border-opacity: 1 !important;
  border-color: #f3faf7 !important;
  border-color: rgba(243, 250, 247, var(--border-opacity)) !important;
}

.focus\:tw-border-green-100:focus{
  --border-opacity: 1 !important;
  border-color: #def7ec !important;
  border-color: rgba(222, 247, 236, var(--border-opacity)) !important;
}

.focus\:tw-border-green-200:focus{
  --border-opacity: 1 !important;
  border-color: #bcf0da !important;
  border-color: rgba(188, 240, 218, var(--border-opacity)) !important;
}

.focus\:tw-border-green-300:focus{
  --border-opacity: 1 !important;
  border-color: #84e1bc !important;
  border-color: rgba(132, 225, 188, var(--border-opacity)) !important;
}

.focus\:tw-border-green-400:focus{
  --border-opacity: 1 !important;
  border-color: #31c48d !important;
  border-color: rgba(49, 196, 141, var(--border-opacity)) !important;
}

.focus\:tw-border-green-500:focus{
  --border-opacity: 1 !important;
  border-color: #0e9f6e !important;
  border-color: rgba(14, 159, 110, var(--border-opacity)) !important;
}

.focus\:tw-border-green-600:focus{
  --border-opacity: 1 !important;
  border-color: #057a55 !important;
  border-color: rgba(5, 122, 85, var(--border-opacity)) !important;
}

.focus\:tw-border-green-700:focus{
  --border-opacity: 1 !important;
  border-color: #046c4e !important;
  border-color: rgba(4, 108, 78, var(--border-opacity)) !important;
}

.focus\:tw-border-green-800:focus{
  --border-opacity: 1 !important;
  border-color: #03543f !important;
  border-color: rgba(3, 84, 63, var(--border-opacity)) !important;
}

.focus\:tw-border-green-900:focus{
  --border-opacity: 1 !important;
  border-color: #014737 !important;
  border-color: rgba(1, 71, 55, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-50:focus{
  --border-opacity: 1 !important;
  border-color: #edfafa !important;
  border-color: rgba(237, 250, 250, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-100:focus{
  --border-opacity: 1 !important;
  border-color: #d5f5f6 !important;
  border-color: rgba(213, 245, 246, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-200:focus{
  --border-opacity: 1 !important;
  border-color: #afecef !important;
  border-color: rgba(175, 236, 239, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-300:focus{
  --border-opacity: 1 !important;
  border-color: #7edce2 !important;
  border-color: rgba(126, 220, 226, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-400:focus{
  --border-opacity: 1 !important;
  border-color: #16bdca !important;
  border-color: rgba(22, 189, 202, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-500:focus{
  --border-opacity: 1 !important;
  border-color: #0694a2 !important;
  border-color: rgba(6, 148, 162, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-600:focus{
  --border-opacity: 1 !important;
  border-color: #047481 !important;
  border-color: rgba(4, 116, 129, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-700:focus{
  --border-opacity: 1 !important;
  border-color: #036672 !important;
  border-color: rgba(3, 102, 114, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-800:focus{
  --border-opacity: 1 !important;
  border-color: #05505c !important;
  border-color: rgba(5, 80, 92, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-900:focus{
  --border-opacity: 1 !important;
  border-color: #014451 !important;
  border-color: rgba(1, 68, 81, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-50:focus{
  --border-opacity: 1 !important;
  border-color: #ebf5ff !important;
  border-color: rgba(235, 245, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-100:focus{
  --border-opacity: 1 !important;
  border-color: #e1effe !important;
  border-color: rgba(225, 239, 254, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-200:focus{
  --border-opacity: 1 !important;
  border-color: #c3ddfd !important;
  border-color: rgba(195, 221, 253, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-300:focus{
  --border-opacity: 1 !important;
  border-color: #a4cafe !important;
  border-color: rgba(164, 202, 254, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-400:focus{
  --border-opacity: 1 !important;
  border-color: #76a9fa !important;
  border-color: rgba(118, 169, 250, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-500:focus{
  --border-opacity: 1 !important;
  border-color: #3f83f8 !important;
  border-color: rgba(63, 131, 248, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-600:focus{
  --border-opacity: 1 !important;
  border-color: #1c64f2 !important;
  border-color: rgba(28, 100, 242, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-700:focus{
  --border-opacity: 1 !important;
  border-color: #1a56db !important;
  border-color: rgba(26, 86, 219, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-800:focus{
  --border-opacity: 1 !important;
  border-color: #1e429f !important;
  border-color: rgba(30, 66, 159, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-900:focus{
  --border-opacity: 1 !important;
  border-color: #233876 !important;
  border-color: rgba(35, 56, 118, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-50:focus{
  --border-opacity: 1 !important;
  border-color: #f0f5ff !important;
  border-color: rgba(240, 245, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-100:focus{
  --border-opacity: 1 !important;
  border-color: #e5edff !important;
  border-color: rgba(229, 237, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-200:focus{
  --border-opacity: 1 !important;
  border-color: #cddbfe !important;
  border-color: rgba(205, 219, 254, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-300:focus{
  --border-opacity: 1 !important;
  border-color: #b4c6fc !important;
  border-color: rgba(180, 198, 252, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-400:focus{
  --border-opacity: 1 !important;
  border-color: #8da2fb !important;
  border-color: rgba(141, 162, 251, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-500:focus{
  --border-opacity: 1 !important;
  border-color: #6875f5 !important;
  border-color: rgba(104, 117, 245, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-600:focus{
  --border-opacity: 1 !important;
  border-color: #5850ec !important;
  border-color: rgba(88, 80, 236, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-700:focus{
  --border-opacity: 1 !important;
  border-color: #5145cd !important;
  border-color: rgba(81, 69, 205, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-800:focus{
  --border-opacity: 1 !important;
  border-color: #42389d !important;
  border-color: rgba(66, 56, 157, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-900:focus{
  --border-opacity: 1 !important;
  border-color: #362f78 !important;
  border-color: rgba(54, 47, 120, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-50:focus{
  --border-opacity: 1 !important;
  border-color: #f6f5ff !important;
  border-color: rgba(246, 245, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-100:focus{
  --border-opacity: 1 !important;
  border-color: #edebfe !important;
  border-color: rgba(237, 235, 254, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-200:focus{
  --border-opacity: 1 !important;
  border-color: #dcd7fe !important;
  border-color: rgba(220, 215, 254, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-300:focus{
  --border-opacity: 1 !important;
  border-color: #cabffd !important;
  border-color: rgba(202, 191, 253, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-400:focus{
  --border-opacity: 1 !important;
  border-color: #ac94fa !important;
  border-color: rgba(172, 148, 250, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-500:focus{
  --border-opacity: 1 !important;
  border-color: #9061f9 !important;
  border-color: rgba(144, 97, 249, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-600:focus{
  --border-opacity: 1 !important;
  border-color: #7e3af2 !important;
  border-color: rgba(126, 58, 242, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-700:focus{
  --border-opacity: 1 !important;
  border-color: #6c2bd9 !important;
  border-color: rgba(108, 43, 217, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-800:focus{
  --border-opacity: 1 !important;
  border-color: #5521b5 !important;
  border-color: rgba(85, 33, 181, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-900:focus{
  --border-opacity: 1 !important;
  border-color: #4a1d96 !important;
  border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
  border-color: rgba(252, 232, 243, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-200:focus{
  --border-opacity: 1 !important;
  border-color: #fad1e8 !important;
  border-color: rgba(250, 209, 232, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-300:focus{
  --border-opacity: 1 !important;
  border-color: #f8b4d9 !important;
  border-color: rgba(248, 180, 217, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-400:focus{
  --border-opacity: 1 !important;
  border-color: #f17eb8 !important;
  border-color: rgba(241, 126, 184, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-500:focus{
  --border-opacity: 1 !important;
  border-color: #e74694 !important;
  border-color: rgba(231, 70, 148, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-600:focus{
  --border-opacity: 1 !important;
  border-color: #d61f69 !important;
  border-color: rgba(214, 31, 105, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-700:focus{
  --border-opacity: 1 !important;
  border-color: #bf125d !important;
  border-color: rgba(191, 18, 93, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-800:focus{
  --border-opacity: 1 !important;
  border-color: #99154b !important;
  border-color: rgba(153, 21, 75, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-900:focus{
  --border-opacity: 1 !important;
  border-color: #751a3d !important;
  border-color: rgba(117, 26, 61, var(--border-opacity)) !important;
}

.focus\:tw-border-modal-grey:focus{
  --border-opacity: 1 !important;
  border-color: #f7f7f7 !important;
  border-color: rgba(247, 247, 247, var(--border-opacity)) !important;
}

.focus\:tw-border-separator-grey:focus{
  border-color: hsla(210,7%,83%,1) !important;
}

.focus\:tw-border-label-grey:focus{
  --border-opacity: 1 !important;
  border-color: #738699 !important;
  border-color: rgba(115, 134, 153, var(--border-opacity)) !important;
}

.focus\:tw-border-anvesh-black:focus{
  --border-opacity: 1 !important;
  border-color: #1A2633 !important;
  border-color: rgba(26, 38, 51, var(--border-opacity)) !important;
}

.focus\:tw-border-anvesh-grey:focus{
  --border-opacity: 1 !important;
  border-color: #B6BBBF !important;
  border-color: rgba(182, 187, 191, var(--border-opacity)) !important;
}

.focus\:tw-border-anvesh-blue:focus{
  --border-opacity: 1 !important;
  border-color: #0099dd !important;
  border-color: rgba(0, 153, 221, var(--border-opacity)) !important;
}

.focus\:tw-border-jira-blue:focus{
  --border-opacity: 1 !important;
  border-color: #0b4571 !important;
  border-color: rgba(11, 69, 113, var(--border-opacity)) !important;
}

.focus\:tw-border-amber:focus{
  --border-opacity: 1 !important;
  border-color: #FFBF00 !important;
  border-color: rgba(255, 191, 0, 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-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-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-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-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-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: -webkit-box !important;
  display: flex !important;
}

.tw-inline-flex{
  display: -webkit-inline-box !important;
  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-hidden{
  display: none !important;
}

.tw-flex-row{
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.tw-flex-row-reverse{
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.tw-flex-col{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.tw-flex-col-reverse{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          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-items-start{
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.tw-items-end{
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.tw-items-center{
  -webkit-box-align: center !important;
          align-items: center !important;
}

.tw-items-baseline{
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.tw-items-stretch{
  -webkit-box-align: stretch !important;
          align-items: stretch !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-start{
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.tw-justify-end{
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.tw-justify-center{
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.tw-justify-between{
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.tw-justify-around{
  justify-content: space-around !important;
}

.tw-justify-evenly{
  -webkit-box-pack: space-evenly !important;
          justify-content: space-evenly !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-flex-1{
  -webkit-box-flex: 1 !important;
          flex: 1 1 0% !important;
}

.tw-flex-auto{
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.tw-flex-initial{
  -webkit-box-flex: 0 !important;
          flex: 0 1 auto !important;
}

.tw-flex-none{
  -webkit-box-flex: 0 !important;
          flex: none !important;
}

.tw-flex-grow-0{
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.tw-flex-grow{
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.tw-flex-shrink-0{
  flex-shrink: 0 !important;
}

.tw-flex-shrink{
  flex-shrink: 1 !important;
}

.tw-order-1{
  -webkit-box-ordinal-group: 2 !important;
          order: 1 !important;
}

.tw-order-2{
  -webkit-box-ordinal-group: 3 !important;
          order: 2 !important;
}

.tw-order-3{
  -webkit-box-ordinal-group: 4 !important;
          order: 3 !important;
}

.tw-order-4{
  -webkit-box-ordinal-group: 5 !important;
          order: 4 !important;
}

.tw-order-5{
  -webkit-box-ordinal-group: 6 !important;
          order: 5 !important;
}

.tw-order-6{
  -webkit-box-ordinal-group: 7 !important;
          order: 6 !important;
}

.tw-order-7{
  -webkit-box-ordinal-group: 8 !important;
          order: 7 !important;
}

.tw-order-8{
  -webkit-box-ordinal-group: 9 !important;
          order: 8 !important;
}

.tw-order-9{
  -webkit-box-ordinal-group: 10 !important;
          order: 9 !important;
}

.tw-order-10{
  -webkit-box-ordinal-group: 11 !important;
          order: 10 !important;
}

.tw-order-11{
  -webkit-box-ordinal-group: 12 !important;
          order: 11 !important;
}

.tw-order-12{
  -webkit-box-ordinal-group: 13 !important;
          order: 12 !important;
}

.tw-order-first{
  -webkit-box-ordinal-group: -9998 !important;
          order: -9999 !important;
}

.tw-order-last{
  -webkit-box-ordinal-group: 10000 !important;
          order: 9999 !important;
}

.tw-order-none{
  -webkit-box-ordinal-group: 1 !important;
          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-ui{
  font-family: Calibri, IBM Plex Sans, Poppins, Inter UI, system-ui, BlinkMacSystemFont, -apple-system !important;
}

.tw-font-heading{
  font-family: Roboto, system-ui, BlinkMacSystemFont, -apple-system !important;
}

.tw-font-article{
  font-family: Open Sans, system-ui, BlinkMacSystemFont, -apple-system !important;
}

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

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

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

.tw-font-hairline{
  font-weight: 100 !important;
}

.tw-font-thin{
  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-hairline:hover{
  font-weight: 100 !important;
}

.hover\:tw-font-thin: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-hairline:focus{
  font-weight: 100 !important;
}

.focus\:tw-font-thin: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-7{
  height: 1.75rem !important;
}

.tw-h-8{
  height: 2rem !important;
}

.tw-h-9{
  height: 2.25rem !important;
}

.tw-h-10{
  height: 2.5rem !important;
}

.tw-h-11{
  height: 2.75rem !important;
}

.tw-h-12{
  height: 3rem !important;
}

.tw-h-13{
  height: 3.25rem !important;
}

.tw-h-14{
  height: 3.5rem !important;
}

.tw-h-15{
  height: 3.75rem !important;
}

.tw-h-16{
  height: 4rem !important;
}

.tw-h-20{
  height: 5rem !important;
}

.tw-h-24{
  height: 6rem !important;
}

.tw-h-28{
  height: 7rem !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-60{
  height: 15rem !important;
}

.tw-h-64{
  height: 16rem !important;
}

.tw-h-72{
  height: 18rem !important;
}

.tw-h-80{
  height: 20rem !important;
}

.tw-h-96{
  height: 24rem !important;
}

.tw-h-auto{
  height: auto !important;
}

.tw-h-px{
  height: 1px !important;
}

.tw-h-0\.5{
  height: 0.125rem !important;
}

.tw-h-1\.5{
  height: 0.375rem !important;
}

.tw-h-2\.5{
  height: 0.625rem !important;
}

.tw-h-3\.5{
  height: 0.875rem !important;
}

.tw-h-1\/2{
  height: 50% !important;
}

.tw-h-1\/3{
  height: 33.333333% !important;
}

.tw-h-2\/3{
  height: 66.666667% !important;
}

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

.tw-h-2\/4{
  height: 50% !important;
}

.tw-h-3\/4{
  height: 75% !important;
}

.tw-h-1\/5{
  height: 20% !important;
}

.tw-h-2\/5{
  height: 40% !important;
}

.tw-h-3\/5{
  height: 60% !important;
}

.tw-h-4\/5{
  height: 80% !important;
}

.tw-h-1\/6{
  height: 16.666667% !important;
}

.tw-h-2\/6{
  height: 33.333333% !important;
}

.tw-h-3\/6{
  height: 50% !important;
}

.tw-h-4\/6{
  height: 66.666667% !important;
}

.tw-h-5\/6{
  height: 83.333333% !important;
}

.tw-h-1\/12{
  height: 8.333333% !important;
}

.tw-h-2\/12{
  height: 16.666667% !important;
}

.tw-h-3\/12{
  height: 25% !important;
}

.tw-h-4\/12{
  height: 33.333333% !important;
}

.tw-h-5\/12{
  height: 41.666667% !important;
}

.tw-h-6\/12{
  height: 50% !important;
}

.tw-h-7\/12{
  height: 58.333333% !important;
}

.tw-h-8\/12{
  height: 66.666667% !important;
}

.tw-h-9\/12{
  height: 75% !important;
}

.tw-h-10\/12{
  height: 83.333333% !important;
}

.tw-h-11\/12{
  height: 91.666667% !important;
}

.tw-h-full{
  height: 100% !important;
}

.tw-h-screen{
  height: 100vh !important;
}

.tw-text-xs{
  font-size: 0.75rem !important;
}

.tw-text-sm{
  font-size: 0.875rem !important;
}

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

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

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

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

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

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

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

.tw-text-6xl{
  font-size: 4rem !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-7{
  margin: 1.75rem !important;
}

.tw-m-8{
  margin: 2rem !important;
}

.tw-m-9{
  margin: 2.25rem !important;
}

.tw-m-10{
  margin: 2.5rem !important;
}

.tw-m-11{
  margin: 2.75rem !important;
}

.tw-m-12{
  margin: 3rem !important;
}

.tw-m-13{
  margin: 3.25rem !important;
}

.tw-m-14{
  margin: 3.5rem !important;
}

.tw-m-15{
  margin: 3.75rem !important;
}

.tw-m-16{
  margin: 4rem !important;
}

.tw-m-20{
  margin: 5rem !important;
}

.tw-m-24{
  margin: 6rem !important;
}

.tw-m-28{
  margin: 7rem !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-60{
  margin: 15rem !important;
}

.tw-m-64{
  margin: 16rem !important;
}

.tw-m-72{
  margin: 18rem !important;
}

.tw-m-80{
  margin: 20rem !important;
}

.tw-m-96{
  margin: 24rem !important;
}

.tw-m-auto{
  margin: auto !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\/2{
  margin: 50% !important;
}

.tw-m-1\/3{
  margin: 33.333333% !important;
}

.tw-m-2\/3{
  margin: 66.666667% !important;
}

.tw-m-1\/4{
  margin: 25% !important;
}

.tw-m-2\/4{
  margin: 50% !important;
}

.tw-m-3\/4{
  margin: 75% !important;
}

.tw-m-1\/5{
  margin: 20% !important;
}

.tw-m-2\/5{
  margin: 40% !important;
}

.tw-m-3\/5{
  margin: 60% !important;
}

.tw-m-4\/5{
  margin: 80% !important;
}

.tw-m-1\/6{
  margin: 16.666667% !important;
}

.tw-m-2\/6{
  margin: 33.333333% !important;
}

.tw-m-3\/6{
  margin: 50% !important;
}

.tw-m-4\/6{
  margin: 66.666667% !important;
}

.tw-m-5\/6{
  margin: 83.333333% !important;
}

.tw-m-1\/12{
  margin: 8.333333% !important;
}

.tw-m-2\/12{
  margin: 16.666667% !important;
}

.tw-m-3\/12{
  margin: 25% !important;
}

.tw-m-4\/12{
  margin: 33.333333% !important;
}

.tw-m-5\/12{
  margin: 41.666667% !important;
}

.tw-m-6\/12{
  margin: 50% !important;
}

.tw-m-7\/12{
  margin: 58.333333% !important;
}

.tw-m-8\/12{
  margin: 66.666667% !important;
}

.tw-m-9\/12{
  margin: 75% !important;
}

.tw-m-10\/12{
  margin: 83.333333% !important;
}

.tw-m-11\/12{
  margin: 91.666667% !important;
}

.tw-m-full{
  margin: 100% !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-7{
  margin: -1.75rem !important;
}

.tw--m-8{
  margin: -2rem !important;
}

.tw--m-9{
  margin: -2.25rem !important;
}

.tw--m-10{
  margin: -2.5rem !important;
}

.tw--m-11{
  margin: -2.75rem !important;
}

.tw--m-12{
  margin: -3rem !important;
}

.tw--m-13{
  margin: -3.25rem !important;
}

.tw--m-14{
  margin: -3.5rem !important;
}

.tw--m-15{
  margin: -3.75rem !important;
}

.tw--m-16{
  margin: -4rem !important;
}

.tw--m-20{
  margin: -5rem !important;
}

.tw--m-24{
  margin: -6rem !important;
}

.tw--m-28{
  margin: -7rem !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-60{
  margin: -15rem !important;
}

.tw--m-64{
  margin: -16rem !important;
}

.tw--m-72{
  margin: -18rem !important;
}

.tw--m-80{
  margin: -20rem !important;
}

.tw--m-96{
  margin: -24rem !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\/2{
  margin: -50% !important;
}

.tw--m-1\/3{
  margin: -33.33333% !important;
}

.tw--m-2\/3{
  margin: -66.66667% !important;
}

.tw--m-1\/4{
  margin: -25% !important;
}

.tw--m-2\/4{
  margin: -50% !important;
}

.tw--m-3\/4{
  margin: -75% !important;
}

.tw--m-1\/5{
  margin: -20% !important;
}

.tw--m-2\/5{
  margin: -40% !important;
}

.tw--m-3\/5{
  margin: -60% !important;
}

.tw--m-4\/5{
  margin: -80% !important;
}

.tw--m-1\/6{
  margin: -16.66667% !important;
}

.tw--m-2\/6{
  margin: -33.33333% !important;
}

.tw--m-3\/6{
  margin: -50% !important;
}

.tw--m-4\/6{
  margin: -66.66667% !important;
}

.tw--m-5\/6{
  margin: -83.33333% !important;
}

.tw--m-1\/12{
  margin: -8.33333% !important;
}

.tw--m-2\/12{
  margin: -16.66667% !important;
}

.tw--m-3\/12{
  margin: -25% !important;
}

.tw--m-4\/12{
  margin: -33.33333% !important;
}

.tw--m-5\/12{
  margin: -41.66667% !important;
}

.tw--m-6\/12{
  margin: -50% !important;
}

.tw--m-7\/12{
  margin: -58.33333% !important;
}

.tw--m-8\/12{
  margin: -66.66667% !important;
}

.tw--m-9\/12{
  margin: -75% !important;
}

.tw--m-10\/12{
  margin: -83.33333% !important;
}

.tw--m-11\/12{
  margin: -91.66667% !important;
}

.tw--m-full{
  margin: -100% !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-7{
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.tw-mx-7{
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !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-9{
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.tw-mx-9{
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !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-11{
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.tw-mx-11{
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !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-13{
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.tw-mx-13{
  margin-left: 3.25rem !important;
  margin-right: 3.25rem !important;
}

.tw-my-14{
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.tw-mx-14{
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.tw-my-15{
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.tw-mx-15{
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !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-28{
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.tw-mx-28{
  margin-left: 7rem !important;
  margin-right: 7rem !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-60{
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.tw-mx-60{
  margin-left: 15rem !important;
  margin-right: 15rem !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-72{
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.tw-mx-72{
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}

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

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

.tw-my-96{
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}

.tw-mx-96{
  margin-left: 24rem !important;
  margin-right: 24rem !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: 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\/2{
  margin-top: 50% !important;
  margin-bottom: 50% !important;
}

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

.tw-my-1\/3{
  margin-top: 33.333333% !important;
  margin-bottom: 33.333333% !important;
}

.tw-mx-1\/3{
  margin-left: 33.333333% !important;
  margin-right: 33.333333% !important;
}

.tw-my-2\/3{
  margin-top: 66.666667% !important;
  margin-bottom: 66.666667% !important;
}

.tw-mx-2\/3{
  margin-left: 66.666667% !important;
  margin-right: 66.666667% !important;
}

.tw-my-1\/4{
  margin-top: 25% !important;
  margin-bottom: 25% !important;
}

.tw-mx-1\/4{
  margin-left: 25% !important;
  margin-right: 25% !important;
}

.tw-my-2\/4{
  margin-top: 50% !important;
  margin-bottom: 50% !important;
}

.tw-mx-2\/4{
  margin-left: 50% !important;
  margin-right: 50% !important;
}

.tw-my-3\/4{
  margin-top: 75% !important;
  margin-bottom: 75% !important;
}

.tw-mx-3\/4{
  margin-left: 75% !important;
  margin-right: 75% !important;
}

.tw-my-1\/5{
  margin-top: 20% !important;
  margin-bottom: 20% !important;
}

.tw-mx-1\/5{
  margin-left: 20% !important;
  margin-right: 20% !important;
}

.tw-my-2\/5{
  margin-top: 40% !important;
  margin-bottom: 40% !important;
}

.tw-mx-2\/5{
  margin-left: 40% !important;
  margin-right: 40% !important;
}

.tw-my-3\/5{
  margin-top: 60% !important;
  margin-bottom: 60% !important;
}

.tw-mx-3\/5{
  margin-left: 60% !important;
  margin-right: 60% !important;
}

.tw-my-4\/5{
  margin-top: 80% !important;
  margin-bottom: 80% !important;
}

.tw-mx-4\/5{
  margin-left: 80% !important;
  margin-right: 80% !important;
}

.tw-my-1\/6{
  margin-top: 16.666667% !important;
  margin-bottom: 16.666667% !important;
}

.tw-mx-1\/6{
  margin-left: 16.666667% !important;
  margin-right: 16.666667% !important;
}

.tw-my-2\/6{
  margin-top: 33.333333% !important;
  margin-bottom: 33.333333% !important;
}

.tw-mx-2\/6{
  margin-left: 33.333333% !important;
  margin-right: 33.333333% !important;
}

.tw-my-3\/6{
  margin-top: 50% !important;
  margin-bottom: 50% !important;
}

.tw-mx-3\/6{
  margin-left: 50% !important;
  margin-right: 50% !important;
}

.tw-my-4\/6{
  margin-top: 66.666667% !important;
  margin-bottom: 66.666667% !important;
}

.tw-mx-4\/6{
  margin-left: 66.666667% !important;
  margin-right: 66.666667% !important;
}

.tw-my-5\/6{
  margin-top: 83.333333% !important;
  margin-bottom: 83.333333% !important;
}

.tw-mx-5\/6{
  margin-left: 83.333333% !important;
  margin-right: 83.333333% !important;
}

.tw-my-1\/12{
  margin-top: 8.333333% !important;
  margin-bottom: 8.333333% !important;
}

.tw-mx-1\/12{
  margin-left: 8.333333% !important;
  margin-right: 8.333333% !important;
}

.tw-my-2\/12{
  margin-top: 16.666667% !important;
  margin-bottom: 16.666667% !important;
}

.tw-mx-2\/12{
  margin-left: 16.666667% !important;
  margin-right: 16.666667% !important;
}

.tw-my-3\/12{
  margin-top: 25% !important;
  margin-bottom: 25% !important;
}

.tw-mx-3\/12{
  margin-left: 25% !important;
  margin-right: 25% !important;
}

.tw-my-4\/12{
  margin-top: 33.333333% !important;
  margin-bottom: 33.333333% !important;
}

.tw-mx-4\/12{
  margin-left: 33.333333% !important;
  margin-right: 33.333333% !important;
}

.tw-my-5\/12{
  margin-top: 41.666667% !important;
  margin-bottom: 41.666667% !important;
}

.tw-mx-5\/12{
  margin-left: 41.666667% !important;
  margin-right: 41.666667% !important;
}

.tw-my-6\/12{
  margin-top: 50% !important;
  margin-bottom: 50% !important;
}

.tw-mx-6\/12{
  margin-left: 50% !important;
  margin-right: 50% !important;
}

.tw-my-7\/12{
  margin-top: 58.333333% !important;
  margin-bottom: 58.333333% !important;
}

.tw-mx-7\/12{
  margin-left: 58.333333% !important;
  margin-right: 58.333333% !important;
}

.tw-my-8\/12{
  margin-top: 66.666667% !important;
  margin-bottom: 66.666667% !important;
}

.tw-mx-8\/12{
  margin-left: 66.666667% !important;
  margin-right: 66.666667% !important;
}

.tw-my-9\/12{
  margin-top: 75% !important;
  margin-bottom: 75% !important;
}

.tw-mx-9\/12{
  margin-left: 75% !important;
  margin-right: 75% !important;
}

.tw-my-10\/12{
  margin-top: 83.333333% !important;
  margin-bottom: 83.333333% !important;
}

.tw-mx-10\/12{
  margin-left: 83.333333% !important;
  margin-right: 83.333333% !important;
}

.tw-my-11\/12{
  margin-top: 91.666667% !important;
  margin-bottom: 91.666667% !important;
}

.tw-mx-11\/12{
  margin-left: 91.666667% !important;
  margin-right: 91.666667% !important;
}

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

.tw-mx-full{
  margin-left: 100% !important;
  margin-right: 100% !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-7{
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

.tw--mx-7{
  margin-left: -1.75rem !important;
  margin-right: -1.75rem !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-9{
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.tw--mx-9{
  margin-left: -2.25rem !important;
  margin-right: -2.25rem !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-11{
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

.tw--mx-11{
  margin-left: -2.75rem !important;
  margin-right: -2.75rem !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-13{
  margin-top: -3.25rem !important;
  margin-bottom: -3.25rem !important;
}

.tw--mx-13{
  margin-left: -3.25rem !important;
  margin-right: -3.25rem !important;
}

.tw--my-14{
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.tw--mx-14{
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

.tw--my-15{
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

.tw--mx-15{
  margin-left: -3.75rem !important;
  margin-right: -3.75rem !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-28{
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.tw--mx-28{
  margin-left: -7rem !important;
  margin-right: -7rem !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-60{
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

.tw--mx-60{
  margin-left: -15rem !important;
  margin-right: -15rem !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-72{
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}

.tw--mx-72{
  margin-left: -18rem !important;
  margin-right: -18rem !important;
}

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

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

.tw--my-96{
  margin-top: -24rem !important;
  margin-bottom: -24rem !important;
}

.tw--mx-96{
  margin-left: -24rem !important;
  margin-right: -24rem !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\/2{
  margin-top: -50% !important;
  margin-bottom: -50% !important;
}

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

.tw--my-1\/3{
  margin-top: -33.33333% !important;
  margin-bottom: -33.33333% !important;
}

.tw--mx-1\/3{
  margin-left: -33.33333% !important;
  margin-right: -33.33333% !important;
}

.tw--my-2\/3{
  margin-top: -66.66667% !important;
  margin-bottom: -66.66667% !important;
}

.tw--mx-2\/3{
  margin-left: -66.66667% !important;
  margin-right: -66.66667% !important;
}

.tw--my-1\/4{
  margin-top: -25% !important;
  margin-bottom: -25% !important;
}

.tw--mx-1\/4{
  margin-left: -25% !important;
  margin-right: -25% !important;
}

.tw--my-2\/4{
  margin-top: -50% !important;
  margin-bottom: -50% !important;
}

.tw--mx-2\/4{
  margin-left: -50% !important;
  margin-right: -50% !important;
}

.tw--my-3\/4{
  margin-top: -75% !important;
  margin-bottom: -75% !important;
}

.tw--mx-3\/4{
  margin-left: -75% !important;
  margin-right: -75% !important;
}

.tw--my-1\/5{
  margin-top: -20% !important;
  margin-bottom: -20% !important;
}

.tw--mx-1\/5{
  margin-left: -20% !important;
  margin-right: -20% !important;
}

.tw--my-2\/5{
  margin-top: -40% !important;
  margin-bottom: -40% !important;
}

.tw--mx-2\/5{
  margin-left: -40% !important;
  margin-right: -40% !important;
}

.tw--my-3\/5{
  margin-top: -60% !important;
  margin-bottom: -60% !important;
}

.tw--mx-3\/5{
  margin-left: -60% !important;
  margin-right: -60% !important;
}

.tw--my-4\/5{
  margin-top: -80% !important;
  margin-bottom: -80% !important;
}

.tw--mx-4\/5{
  margin-left: -80% !important;
  margin-right: -80% !important;
}

.tw--my-1\/6{
  margin-top: -16.66667% !important;
  margin-bottom: -16.66667% !important;
}

.tw--mx-1\/6{
  margin-left: -16.66667% !important;
  margin-right: -16.66667% !important;
}

.tw--my-2\/6{
  margin-top: -33.33333% !important;
  margin-bottom: -33.33333% !important;
}

.tw--mx-2\/6{
  margin-left: -33.33333% !important;
  margin-right: -33.33333% !important;
}

.tw--my-3\/6{
  margin-top: -50% !important;
  margin-bottom: -50% !important;
}

.tw--mx-3\/6{
  margin-left: -50% !important;
  margin-right: -50% !important;
}

.tw--my-4\/6{
  margin-top: -66.66667% !important;
  margin-bottom: -66.66667% !important;
}

.tw--mx-4\/6{
  margin-left: -66.66667% !important;
  margin-right: -66.66667% !important;
}

.tw--my-5\/6{
  margin-top: -83.33333% !important;
  margin-bottom: -83.33333% !important;
}

.tw--mx-5\/6{
  margin-left: -83.33333% !important;
  margin-right: -83.33333% !important;
}

.tw--my-1\/12{
  margin-top: -8.33333% !important;
  margin-bottom: -8.33333% !important;
}

.tw--mx-1\/12{
  margin-left: -8.33333% !important;
  margin-right: -8.33333% !important;
}

.tw--my-2\/12{
  margin-top: -16.66667% !important;
  margin-bottom: -16.66667% !important;
}

.tw--mx-2\/12{
  margin-left: -16.66667% !important;
  margin-right: -16.66667% !important;
}

.tw--my-3\/12{
  margin-top: -25% !important;
  margin-bottom: -25% !important;
}

.tw--mx-3\/12{
  margin-left: -25% !important;
  margin-right: -25% !important;
}

.tw--my-4\/12{
  margin-top: -33.33333% !important;
  margin-bottom: -33.33333% !important;
}

.tw--mx-4\/12{
  margin-left: -33.33333% !important;
  margin-right: -33.33333% !important;
}

.tw--my-5\/12{
  margin-top: -41.66667% !important;
  margin-bottom: -41.66667% !important;
}

.tw--mx-5\/12{
  margin-left: -41.66667% !important;
  margin-right: -41.66667% !important;
}

.tw--my-6\/12{
  margin-top: -50% !important;
  margin-bottom: -50% !important;
}

.tw--mx-6\/12{
  margin-left: -50% !important;
  margin-right: -50% !important;
}

.tw--my-7\/12{
  margin-top: -58.33333% !important;
  margin-bottom: -58.33333% !important;
}

.tw--mx-7\/12{
  margin-left: -58.33333% !important;
  margin-right: -58.33333% !important;
}

.tw--my-8\/12{
  margin-top: -66.66667% !important;
  margin-bottom: -66.66667% !important;
}

.tw--mx-8\/12{
  margin-left: -66.66667% !important;
  margin-right: -66.66667% !important;
}

.tw--my-9\/12{
  margin-top: -75% !important;
  margin-bottom: -75% !important;
}

.tw--mx-9\/12{
  margin-left: -75% !important;
  margin-right: -75% !important;
}

.tw--my-10\/12{
  margin-top: -83.33333% !important;
  margin-bottom: -83.33333% !important;
}

.tw--mx-10\/12{
  margin-left: -83.33333% !important;
  margin-right: -83.33333% !important;
}

.tw--my-11\/12{
  margin-top: -91.66667% !important;
  margin-bottom: -91.66667% !important;
}

.tw--mx-11\/12{
  margin-left: -91.66667% !important;
  margin-right: -91.66667% !important;
}

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

.tw--mx-full{
  margin-left: -100% !important;
  margin-right: -100% !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-7{
  margin-top: 1.75rem !important;
}

.tw-mr-7{
  margin-right: 1.75rem !important;
}

.tw-mb-7{
  margin-bottom: 1.75rem !important;
}

.tw-ml-7{
  margin-left: 1.75rem !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-9{
  margin-top: 2.25rem !important;
}

.tw-mr-9{
  margin-right: 2.25rem !important;
}

.tw-mb-9{
  margin-bottom: 2.25rem !important;
}

.tw-ml-9{
  margin-left: 2.25rem !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-11{
  margin-top: 2.75rem !important;
}

.tw-mr-11{
  margin-right: 2.75rem !important;
}

.tw-mb-11{
  margin-bottom: 2.75rem !important;
}

.tw-ml-11{
  margin-left: 2.75rem !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-13{
  margin-top: 3.25rem !important;
}

.tw-mr-13{
  margin-right: 3.25rem !important;
}

.tw-mb-13{
  margin-bottom: 3.25rem !important;
}

.tw-ml-13{
  margin-left: 3.25rem !important;
}

.tw-mt-14{
  margin-top: 3.5rem !important;
}

.tw-mr-14{
  margin-right: 3.5rem !important;
}

.tw-mb-14{
  margin-bottom: 3.5rem !important;
}

.tw-ml-14{
  margin-left: 3.5rem !important;
}

.tw-mt-15{
  margin-top: 3.75rem !important;
}

.tw-mr-15{
  margin-right: 3.75rem !important;
}

.tw-mb-15{
  margin-bottom: 3.75rem !important;
}

.tw-ml-15{
  margin-left: 3.75rem !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-28{
  margin-top: 7rem !important;
}

.tw-mr-28{
  margin-right: 7rem !important;
}

.tw-mb-28{
  margin-bottom: 7rem !important;
}

.tw-ml-28{
  margin-left: 7rem !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-60{
  margin-top: 15rem !important;
}

.tw-mr-60{
  margin-right: 15rem !important;
}

.tw-mb-60{
  margin-bottom: 15rem !important;
}

.tw-ml-60{
  margin-left: 15rem !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-72{
  margin-top: 18rem !important;
}

.tw-mr-72{
  margin-right: 18rem !important;
}

.tw-mb-72{
  margin-bottom: 18rem !important;
}

.tw-ml-72{
  margin-left: 18rem !important;
}

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

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

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

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

.tw-mt-96{
  margin-top: 24rem !important;
}

.tw-mr-96{
  margin-right: 24rem !important;
}

.tw-mb-96{
  margin-bottom: 24rem !important;
}

.tw-ml-96{
  margin-left: 24rem !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: 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\/2{
  margin-top: 50% !important;
}

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

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

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

.tw-mt-1\/3{
  margin-top: 33.333333% !important;
}

.tw-mr-1\/3{
  margin-right: 33.333333% !important;
}

.tw-mb-1\/3{
  margin-bottom: 33.333333% !important;
}

.tw-ml-1\/3{
  margin-left: 33.333333% !important;
}

.tw-mt-2\/3{
  margin-top: 66.666667% !important;
}

.tw-mr-2\/3{
  margin-right: 66.666667% !important;
}

.tw-mb-2\/3{
  margin-bottom: 66.666667% !important;
}

.tw-ml-2\/3{
  margin-left: 66.666667% !important;
}

.tw-mt-1\/4{
  margin-top: 25% !important;
}

.tw-mr-1\/4{
  margin-right: 25% !important;
}

.tw-mb-1\/4{
  margin-bottom: 25% !important;
}

.tw-ml-1\/4{
  margin-left: 25% !important;
}

.tw-mt-2\/4{
  margin-top: 50% !important;
}

.tw-mr-2\/4{
  margin-right: 50% !important;
}

.tw-mb-2\/4{
  margin-bottom: 50% !important;
}

.tw-ml-2\/4{
  margin-left: 50% !important;
}

.tw-mt-3\/4{
  margin-top: 75% !important;
}

.tw-mr-3\/4{
  margin-right: 75% !important;
}

.tw-mb-3\/4{
  margin-bottom: 75% !important;
}

.tw-ml-3\/4{
  margin-left: 75% !important;
}

.tw-mt-1\/5{
  margin-top: 20% !important;
}

.tw-mr-1\/5{
  margin-right: 20% !important;
}

.tw-mb-1\/5{
  margin-bottom: 20% !important;
}

.tw-ml-1\/5{
  margin-left: 20% !important;
}

.tw-mt-2\/5{
  margin-top: 40% !important;
}

.tw-mr-2\/5{
  margin-right: 40% !important;
}

.tw-mb-2\/5{
  margin-bottom: 40% !important;
}

.tw-ml-2\/5{
  margin-left: 40% !important;
}

.tw-mt-3\/5{
  margin-top: 60% !important;
}

.tw-mr-3\/5{
  margin-right: 60% !important;
}

.tw-mb-3\/5{
  margin-bottom: 60% !important;
}

.tw-ml-3\/5{
  margin-left: 60% !important;
}

.tw-mt-4\/5{
  margin-top: 80% !important;
}

.tw-mr-4\/5{
  margin-right: 80% !important;
}

.tw-mb-4\/5{
  margin-bottom: 80% !important;
}

.tw-ml-4\/5{
  margin-left: 80% !important;
}

.tw-mt-1\/6{
  margin-top: 16.666667% !important;
}

.tw-mr-1\/6{
  margin-right: 16.666667% !important;
}

.tw-mb-1\/6{
  margin-bottom: 16.666667% !important;
}

.tw-ml-1\/6{
  margin-left: 16.666667% !important;
}

.tw-mt-2\/6{
  margin-top: 33.333333% !important;
}

.tw-mr-2\/6{
  margin-right: 33.333333% !important;
}

.tw-mb-2\/6{
  margin-bottom: 33.333333% !important;
}

.tw-ml-2\/6{
  margin-left: 33.333333% !important;
}

.tw-mt-3\/6{
  margin-top: 50% !important;
}

.tw-mr-3\/6{
  margin-right: 50% !important;
}

.tw-mb-3\/6{
  margin-bottom: 50% !important;
}

.tw-ml-3\/6{
  margin-left: 50% !important;
}

.tw-mt-4\/6{
  margin-top: 66.666667% !important;
}

.tw-mr-4\/6{
  margin-right: 66.666667% !important;
}

.tw-mb-4\/6{
  margin-bottom: 66.666667% !important;
}

.tw-ml-4\/6{
  margin-left: 66.666667% !important;
}

.tw-mt-5\/6{
  margin-top: 83.333333% !important;
}

.tw-mr-5\/6{
  margin-right: 83.333333% !important;
}

.tw-mb-5\/6{
  margin-bottom: 83.333333% !important;
}

.tw-ml-5\/6{
  margin-left: 83.333333% !important;
}

.tw-mt-1\/12{
  margin-top: 8.333333% !important;
}

.tw-mr-1\/12{
  margin-right: 8.333333% !important;
}

.tw-mb-1\/12{
  margin-bottom: 8.333333% !important;
}

.tw-ml-1\/12{
  margin-left: 8.333333% !important;
}

.tw-mt-2\/12{
  margin-top: 16.666667% !important;
}

.tw-mr-2\/12{
  margin-right: 16.666667% !important;
}

.tw-mb-2\/12{
  margin-bottom: 16.666667% !important;
}

.tw-ml-2\/12{
  margin-left: 16.666667% !important;
}

.tw-mt-3\/12{
  margin-top: 25% !important;
}

.tw-mr-3\/12{
  margin-right: 25% !important;
}

.tw-mb-3\/12{
  margin-bottom: 25% !important;
}

.tw-ml-3\/12{
  margin-left: 25% !important;
}

.tw-mt-4\/12{
  margin-top: 33.333333% !important;
}

.tw-mr-4\/12{
  margin-right: 33.333333% !important;
}

.tw-mb-4\/12{
  margin-bottom: 33.333333% !important;
}

.tw-ml-4\/12{
  margin-left: 33.333333% !important;
}

.tw-mt-5\/12{
  margin-top: 41.666667% !important;
}

.tw-mr-5\/12{
  margin-right: 41.666667% !important;
}

.tw-mb-5\/12{
  margin-bottom: 41.666667% !important;
}

.tw-ml-5\/12{
  margin-left: 41.666667% !important;
}

.tw-mt-6\/12{
  margin-top: 50% !important;
}

.tw-mr-6\/12{
  margin-right: 50% !important;
}

.tw-mb-6\/12{
  margin-bottom: 50% !important;
}

.tw-ml-6\/12{
  margin-left: 50% !important;
}

.tw-mt-7\/12{
  margin-top: 58.333333% !important;
}

.tw-mr-7\/12{
  margin-right: 58.333333% !important;
}

.tw-mb-7\/12{
  margin-bottom: 58.333333% !important;
}

.tw-ml-7\/12{
  margin-left: 58.333333% !important;
}

.tw-mt-8\/12{
  margin-top: 66.666667% !important;
}

.tw-mr-8\/12{
  margin-right: 66.666667% !important;
}

.tw-mb-8\/12{
  margin-bottom: 66.666667% !important;
}

.tw-ml-8\/12{
  margin-left: 66.666667% !important;
}

.tw-mt-9\/12{
  margin-top: 75% !important;
}

.tw-mr-9\/12{
  margin-right: 75% !important;
}

.tw-mb-9\/12{
  margin-bottom: 75% !important;
}

.tw-ml-9\/12{
  margin-left: 75% !important;
}

.tw-mt-10\/12{
  margin-top: 83.333333% !important;
}

.tw-mr-10\/12{
  margin-right: 83.333333% !important;
}

.tw-mb-10\/12{
  margin-bottom: 83.333333% !important;
}

.tw-ml-10\/12{
  margin-left: 83.333333% !important;
}

.tw-mt-11\/12{
  margin-top: 91.666667% !important;
}

.tw-mr-11\/12{
  margin-right: 91.666667% !important;
}

.tw-mb-11\/12{
  margin-bottom: 91.666667% !important;
}

.tw-ml-11\/12{
  margin-left: 91.666667% !important;
}

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

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

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

.tw-ml-full{
  margin-left: 100% !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-7{
  margin-top: -1.75rem !important;
}

.tw--mr-7{
  margin-right: -1.75rem !important;
}

.tw--mb-7{
  margin-bottom: -1.75rem !important;
}

.tw--ml-7{
  margin-left: -1.75rem !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-9{
  margin-top: -2.25rem !important;
}

.tw--mr-9{
  margin-right: -2.25rem !important;
}

.tw--mb-9{
  margin-bottom: -2.25rem !important;
}

.tw--ml-9{
  margin-left: -2.25rem !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-11{
  margin-top: -2.75rem !important;
}

.tw--mr-11{
  margin-right: -2.75rem !important;
}

.tw--mb-11{
  margin-bottom: -2.75rem !important;
}

.tw--ml-11{
  margin-left: -2.75rem !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-13{
  margin-top: -3.25rem !important;
}

.tw--mr-13{
  margin-right: -3.25rem !important;
}

.tw--mb-13{
  margin-bottom: -3.25rem !important;
}

.tw--ml-13{
  margin-left: -3.25rem !important;
}

.tw--mt-14{
  margin-top: -3.5rem !important;
}

.tw--mr-14{
  margin-right: -3.5rem !important;
}

.tw--mb-14{
  margin-bottom: -3.5rem !important;
}

.tw--ml-14{
  margin-left: -3.5rem !important;
}

.tw--mt-15{
  margin-top: -3.75rem !important;
}

.tw--mr-15{
  margin-right: -3.75rem !important;
}

.tw--mb-15{
  margin-bottom: -3.75rem !important;
}

.tw--ml-15{
  margin-left: -3.75rem !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-28{
  margin-top: -7rem !important;
}

.tw--mr-28{
  margin-right: -7rem !important;
}

.tw--mb-28{
  margin-bottom: -7rem !important;
}

.tw--ml-28{
  margin-left: -7rem !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-60{
  margin-top: -15rem !important;
}

.tw--mr-60{
  margin-right: -15rem !important;
}

.tw--mb-60{
  margin-bottom: -15rem !important;
}

.tw--ml-60{
  margin-left: -15rem !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-72{
  margin-top: -18rem !important;
}

.tw--mr-72{
  margin-right: -18rem !important;
}

.tw--mb-72{
  margin-bottom: -18rem !important;
}

.tw--ml-72{
  margin-left: -18rem !important;
}

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

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

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

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

.tw--mt-96{
  margin-top: -24rem !important;
}

.tw--mr-96{
  margin-right: -24rem !important;
}

.tw--mb-96{
  margin-bottom: -24rem !important;
}

.tw--ml-96{
  margin-left: -24rem !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\/2{
  margin-top: -50% !important;
}

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

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

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

.tw--mt-1\/3{
  margin-top: -33.33333% !important;
}

.tw--mr-1\/3{
  margin-right: -33.33333% !important;
}

.tw--mb-1\/3{
  margin-bottom: -33.33333% !important;
}

.tw--ml-1\/3{
  margin-left: -33.33333% !important;
}

.tw--mt-2\/3{
  margin-top: -66.66667% !important;
}

.tw--mr-2\/3{
  margin-right: -66.66667% !important;
}

.tw--mb-2\/3{
  margin-bottom: -66.66667% !important;
}

.tw--ml-2\/3{
  margin-left: -66.66667% !important;
}

.tw--mt-1\/4{
  margin-top: -25% !important;
}

.tw--mr-1\/4{
  margin-right: -25% !important;
}

.tw--mb-1\/4{
  margin-bottom: -25% !important;
}

.tw--ml-1\/4{
  margin-left: -25% !important;
}

.tw--mt-2\/4{
  margin-top: -50% !important;
}

.tw--mr-2\/4{
  margin-right: -50% !important;
}

.tw--mb-2\/4{
  margin-bottom: -50% !important;
}

.tw--ml-2\/4{
  margin-left: -50% !important;
}

.tw--mt-3\/4{
  margin-top: -75% !important;
}

.tw--mr-3\/4{
  margin-right: -75% !important;
}

.tw--mb-3\/4{
  margin-bottom: -75% !important;
}

.tw--ml-3\/4{
  margin-left: -75% !important;
}

.tw--mt-1\/5{
  margin-top: -20% !important;
}

.tw--mr-1\/5{
  margin-right: -20% !important;
}

.tw--mb-1\/5{
  margin-bottom: -20% !important;
}

.tw--ml-1\/5{
  margin-left: -20% !important;
}

.tw--mt-2\/5{
  margin-top: -40% !important;
}

.tw--mr-2\/5{
  margin-right: -40% !important;
}

.tw--mb-2\/5{
  margin-bottom: -40% !important;
}

.tw--ml-2\/5{
  margin-left: -40% !important;
}

.tw--mt-3\/5{
  margin-top: -60% !important;
}

.tw--mr-3\/5{
  margin-right: -60% !important;
}

.tw--mb-3\/5{
  margin-bottom: -60% !important;
}

.tw--ml-3\/5{
  margin-left: -60% !important;
}

.tw--mt-4\/5{
  margin-top: -80% !important;
}

.tw--mr-4\/5{
  margin-right: -80% !important;
}

.tw--mb-4\/5{
  margin-bottom: -80% !important;
}

.tw--ml-4\/5{
  margin-left: -80% !important;
}

.tw--mt-1\/6{
  margin-top: -16.66667% !important;
}

.tw--mr-1\/6{
  margin-right: -16.66667% !important;
}

.tw--mb-1\/6{
  margin-bottom: -16.66667% !important;
}

.tw--ml-1\/6{
  margin-left: -16.66667% !important;
}

.tw--mt-2\/6{
  margin-top: -33.33333% !important;
}

.tw--mr-2\/6{
  margin-right: -33.33333% !important;
}

.tw--mb-2\/6{
  margin-bottom: -33.33333% !important;
}

.tw--ml-2\/6{
  margin-left: -33.33333% !important;
}

.tw--mt-3\/6{
  margin-top: -50% !important;
}

.tw--mr-3\/6{
  margin-right: -50% !important;
}

.tw--mb-3\/6{
  margin-bottom: -50% !important;
}

.tw--ml-3\/6{
  margin-left: -50% !important;
}

.tw--mt-4\/6{
  margin-top: -66.66667% !important;
}

.tw--mr-4\/6{
  margin-right: -66.66667% !important;
}

.tw--mb-4\/6{
  margin-bottom: -66.66667% !important;
}

.tw--ml-4\/6{
  margin-left: -66.66667% !important;
}

.tw--mt-5\/6{
  margin-top: -83.33333% !important;
}

.tw--mr-5\/6{
  margin-right: -83.33333% !important;
}

.tw--mb-5\/6{
  margin-bottom: -83.33333% !important;
}

.tw--ml-5\/6{
  margin-left: -83.33333% !important;
}

.tw--mt-1\/12{
  margin-top: -8.33333% !important;
}

.tw--mr-1\/12{
  margin-right: -8.33333% !important;
}

.tw--mb-1\/12{
  margin-bottom: -8.33333% !important;
}

.tw--ml-1\/12{
  margin-left: -8.33333% !important;
}

.tw--mt-2\/12{
  margin-top: -16.66667% !important;
}

.tw--mr-2\/12{
  margin-right: -16.66667% !important;
}

.tw--mb-2\/12{
  margin-bottom: -16.66667% !important;
}

.tw--ml-2\/12{
  margin-left: -16.66667% !important;
}

.tw--mt-3\/12{
  margin-top: -25% !important;
}

.tw--mr-3\/12{
  margin-right: -25% !important;
}

.tw--mb-3\/12{
  margin-bottom: -25% !important;
}

.tw--ml-3\/12{
  margin-left: -25% !important;
}

.tw--mt-4\/12{
  margin-top: -33.33333% !important;
}

.tw--mr-4\/12{
  margin-right: -33.33333% !important;
}

.tw--mb-4\/12{
  margin-bottom: -33.33333% !important;
}

.tw--ml-4\/12{
  margin-left: -33.33333% !important;
}

.tw--mt-5\/12{
  margin-top: -41.66667% !important;
}

.tw--mr-5\/12{
  margin-right: -41.66667% !important;
}

.tw--mb-5\/12{
  margin-bottom: -41.66667% !important;
}

.tw--ml-5\/12{
  margin-left: -41.66667% !important;
}

.tw--mt-6\/12{
  margin-top: -50% !important;
}

.tw--mr-6\/12{
  margin-right: -50% !important;
}

.tw--mb-6\/12{
  margin-bottom: -50% !important;
}

.tw--ml-6\/12{
  margin-left: -50% !important;
}

.tw--mt-7\/12{
  margin-top: -58.33333% !important;
}

.tw--mr-7\/12{
  margin-right: -58.33333% !important;
}

.tw--mb-7\/12{
  margin-bottom: -58.33333% !important;
}

.tw--ml-7\/12{
  margin-left: -58.33333% !important;
}

.tw--mt-8\/12{
  margin-top: -66.66667% !important;
}

.tw--mr-8\/12{
  margin-right: -66.66667% !important;
}

.tw--mb-8\/12{
  margin-bottom: -66.66667% !important;
}

.tw--ml-8\/12{
  margin-left: -66.66667% !important;
}

.tw--mt-9\/12{
  margin-top: -75% !important;
}

.tw--mr-9\/12{
  margin-right: -75% !important;
}

.tw--mb-9\/12{
  margin-bottom: -75% !important;
}

.tw--ml-9\/12{
  margin-left: -75% !important;
}

.tw--mt-10\/12{
  margin-top: -83.33333% !important;
}

.tw--mr-10\/12{
  margin-right: -83.33333% !important;
}

.tw--mb-10\/12{
  margin-bottom: -83.33333% !important;
}

.tw--ml-10\/12{
  margin-left: -83.33333% !important;
}

.tw--mt-11\/12{
  margin-top: -91.66667% !important;
}

.tw--mr-11\/12{
  margin-right: -91.66667% !important;
}

.tw--mb-11\/12{
  margin-bottom: -91.66667% !important;
}

.tw--ml-11\/12{
  margin-left: -91.66667% !important;
}

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

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

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

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

.tw-max-h-0{
  max-height: 0 !important;
}

.tw-max-h-1{
  max-height: 0.25rem !important;
}

.tw-max-h-2{
  max-height: 0.5rem !important;
}

.tw-max-h-3{
  max-height: 0.75rem !important;
}

.tw-max-h-4{
  max-height: 1rem !important;
}

.tw-max-h-5{
  max-height: 1.25rem !important;
}

.tw-max-h-6{
  max-height: 1.5rem !important;
}

.tw-max-h-7{
  max-height: 1.75rem !important;
}

.tw-max-h-8{
  max-height: 2rem !important;
}

.tw-max-h-9{
  max-height: 2.25rem !important;
}

.tw-max-h-10{
  max-height: 2.5rem !important;
}

.tw-max-h-11{
  max-height: 2.75rem !important;
}

.tw-max-h-12{
  max-height: 3rem !important;
}

.tw-max-h-13{
  max-height: 3.25rem !important;
}

.tw-max-h-14{
  max-height: 3.5rem !important;
}

.tw-max-h-15{
  max-height: 3.75rem !important;
}

.tw-max-h-16{
  max-height: 4rem !important;
}

.tw-max-h-20{
  max-height: 5rem !important;
}

.tw-max-h-24{
  max-height: 6rem !important;
}

.tw-max-h-28{
  max-height: 7rem !important;
}

.tw-max-h-32{
  max-height: 8rem !important;
}

.tw-max-h-36{
  max-height: 9rem !important;
}

.tw-max-h-40{
  max-height: 10rem !important;
}

.tw-max-h-48{
  max-height: 12rem !important;
}

.tw-max-h-56{
  max-height: 14rem !important;
}

.tw-max-h-60{
  max-height: 15rem !important;
}

.tw-max-h-64{
  max-height: 16rem !important;
}

.tw-max-h-72{
  max-height: 18rem !important;
}

.tw-max-h-80{
  max-height: 20rem !important;
}

.tw-max-h-96{
  max-height: 24rem !important;
}

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

.tw-max-h-px{
  max-height: 1px !important;
}

.tw-max-h-0\.5{
  max-height: 0.125rem !important;
}

.tw-max-h-1\.5{
  max-height: 0.375rem !important;
}

.tw-max-h-2\.5{
  max-height: 0.625rem !important;
}

.tw-max-h-3\.5{
  max-height: 0.875rem !important;
}

.tw-max-h-1\/2{
  max-height: 50% !important;
}

.tw-max-h-1\/3{
  max-height: 33.333333% !important;
}

.tw-max-h-2\/3{
  max-height: 66.666667% !important;
}

.tw-max-h-1\/4{
  max-height: 25% !important;
}

.tw-max-h-2\/4{
  max-height: 50% !important;
}

.tw-max-h-3\/4{
  max-height: 75% !important;
}

.tw-max-h-1\/5{
  max-height: 20% !important;
}

.tw-max-h-2\/5{
  max-height: 40% !important;
}

.tw-max-h-3\/5{
  max-height: 60% !important;
}

.tw-max-h-4\/5{
  max-height: 80% !important;
}

.tw-max-h-1\/6{
  max-height: 16.666667% !important;
}

.tw-max-h-2\/6{
  max-height: 33.333333% !important;
}

.tw-max-h-3\/6{
  max-height: 50% !important;
}

.tw-max-h-4\/6{
  max-height: 66.666667% !important;
}

.tw-max-h-5\/6{
  max-height: 83.333333% !important;
}

.tw-max-h-1\/12{
  max-height: 8.333333% !important;
}

.tw-max-h-2\/12{
  max-height: 16.666667% !important;
}

.tw-max-h-3\/12{
  max-height: 25% !important;
}

.tw-max-h-4\/12{
  max-height: 33.333333% !important;
}

.tw-max-h-5\/12{
  max-height: 41.666667% !important;
}

.tw-max-h-6\/12{
  max-height: 50% !important;
}

.tw-max-h-7\/12{
  max-height: 58.333333% !important;
}

.tw-max-h-8\/12{
  max-height: 66.666667% !important;
}

.tw-max-h-9\/12{
  max-height: 75% !important;
}

.tw-max-h-10\/12{
  max-height: 83.333333% !important;
}

.tw-max-h-11\/12{
  max-height: 91.666667% !important;
}

.tw-max-h-full{
  max-height: 100% !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-7xl{
  max-width: 80rem !important;
}

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

.tw-max-w-min-content{
  max-width: -webkit-min-content !important;
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.tw-max-w-max-content{
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.tw-max-w-screen-sm{
  max-width: 576px !important;
}

.tw-max-w-screen-md{
  max-width: 768px !important;
}

.tw-max-w-screen-lg{
  max-width: 992px !important;
}

.tw-max-w-screen-xl{
  max-width: 1200px !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-full{
  min-width: 100% !important;
}

.tw-min-w-min-content{
  min-width: -webkit-min-content !important;
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.tw-min-w-max-content{
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !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;
}

.tw-outline-none{
  outline: 0 !important;
}

.focus\:tw-outline-none:focus{
  outline: 0 !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-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-7{
  padding: 1.75rem !important;
}

.tw-p-8{
  padding: 2rem !important;
}

.tw-p-9{
  padding: 2.25rem !important;
}

.tw-p-10{
  padding: 2.5rem !important;
}

.tw-p-11{
  padding: 2.75rem !important;
}

.tw-p-12{
  padding: 3rem !important;
}

.tw-p-13{
  padding: 3.25rem !important;
}

.tw-p-14{
  padding: 3.5rem !important;
}

.tw-p-15{
  padding: 3.75rem !important;
}

.tw-p-16{
  padding: 4rem !important;
}

.tw-p-20{
  padding: 5rem !important;
}

.tw-p-24{
  padding: 6rem !important;
}

.tw-p-28{
  padding: 7rem !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-60{
  padding: 15rem !important;
}

.tw-p-64{
  padding: 16rem !important;
}

.tw-p-72{
  padding: 18rem !important;
}

.tw-p-80{
  padding: 20rem !important;
}

.tw-p-96{
  padding: 24rem !important;
}

.tw-p-px{
  padding: 1px !important;
}

.tw-p-0\.5{
  padding: 0.125rem !important;
}

.tw-p-1\.5{
  padding: 0.375rem !important;
}

.tw-p-2\.5{
  padding: 0.625rem !important;
}

.tw-p-3\.5{
  padding: 0.875rem !important;
}

.tw-p-1\/2{
  padding: 50% !important;
}

.tw-p-1\/3{
  padding: 33.333333% !important;
}

.tw-p-2\/3{
  padding: 66.666667% !important;
}

.tw-p-1\/4{
  padding: 25% !important;
}

.tw-p-2\/4{
  padding: 50% !important;
}

.tw-p-3\/4{
  padding: 75% !important;
}

.tw-p-1\/5{
  padding: 20% !important;
}

.tw-p-2\/5{
  padding: 40% !important;
}

.tw-p-3\/5{
  padding: 60% !important;
}

.tw-p-4\/5{
  padding: 80% !important;
}

.tw-p-1\/6{
  padding: 16.666667% !important;
}

.tw-p-2\/6{
  padding: 33.333333% !important;
}

.tw-p-3\/6{
  padding: 50% !important;
}

.tw-p-4\/6{
  padding: 66.666667% !important;
}

.tw-p-5\/6{
  padding: 83.333333% !important;
}

.tw-p-1\/12{
  padding: 8.333333% !important;
}

.tw-p-2\/12{
  padding: 16.666667% !important;
}

.tw-p-3\/12{
  padding: 25% !important;
}

.tw-p-4\/12{
  padding: 33.333333% !important;
}

.tw-p-5\/12{
  padding: 41.666667% !important;
}

.tw-p-6\/12{
  padding: 50% !important;
}

.tw-p-7\/12{
  padding: 58.333333% !important;
}

.tw-p-8\/12{
  padding: 66.666667% !important;
}

.tw-p-9\/12{
  padding: 75% !important;
}

.tw-p-10\/12{
  padding: 83.333333% !important;
}

.tw-p-11\/12{
  padding: 91.666667% !important;
}

.tw-p-full{
  padding: 100% !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-7{
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.tw-px-7{
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !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-9{
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.tw-px-9{
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !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-11{
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.tw-px-11{
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !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-13{
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.tw-px-13{
  padding-left: 3.25rem !important;
  padding-right: 3.25rem !important;
}

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

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

.tw-py-15{
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.tw-px-15{
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !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-28{
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.tw-px-28{
  padding-left: 7rem !important;
  padding-right: 7rem !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-60{
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.tw-px-60{
  padding-left: 15rem !important;
  padding-right: 15rem !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-72{
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.tw-px-72{
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

.tw-py-80{
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.tw-px-80{
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.tw-py-96{
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

.tw-px-96{
  padding-left: 24rem !important;
  padding-right: 24rem !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: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.tw-px-0\.5{
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.tw-py-1\.5{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.tw-px-1\.5{
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.tw-py-2\.5{
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.tw-px-2\.5{
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.tw-py-3\.5{
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.tw-px-3\.5{
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

.tw-py-1\/2{
  padding-top: 50% !important;
  padding-bottom: 50% !important;
}

.tw-px-1\/2{
  padding-left: 50% !important;
  padding-right: 50% !important;
}

.tw-py-1\/3{
  padding-top: 33.333333% !important;
  padding-bottom: 33.333333% !important;
}

.tw-px-1\/3{
  padding-left: 33.333333% !important;
  padding-right: 33.333333% !important;
}

.tw-py-2\/3{
  padding-top: 66.666667% !important;
  padding-bottom: 66.666667% !important;
}

.tw-px-2\/3{
  padding-left: 66.666667% !important;
  padding-right: 66.666667% !important;
}

.tw-py-1\/4{
  padding-top: 25% !important;
  padding-bottom: 25% !important;
}

.tw-px-1\/4{
  padding-left: 25% !important;
  padding-right: 25% !important;
}

.tw-py-2\/4{
  padding-top: 50% !important;
  padding-bottom: 50% !important;
}

.tw-px-2\/4{
  padding-left: 50% !important;
  padding-right: 50% !important;
}

.tw-py-3\/4{
  padding-top: 75% !important;
  padding-bottom: 75% !important;
}

.tw-px-3\/4{
  padding-left: 75% !important;
  padding-right: 75% !important;
}

.tw-py-1\/5{
  padding-top: 20% !important;
  padding-bottom: 20% !important;
}

.tw-px-1\/5{
  padding-left: 20% !important;
  padding-right: 20% !important;
}

.tw-py-2\/5{
  padding-top: 40% !important;
  padding-bottom: 40% !important;
}

.tw-px-2\/5{
  padding-left: 40% !important;
  padding-right: 40% !important;
}

.tw-py-3\/5{
  padding-top: 60% !important;
  padding-bottom: 60% !important;
}

.tw-px-3\/5{
  padding-left: 60% !important;
  padding-right: 60% !important;
}

.tw-py-4\/5{
  padding-top: 80% !important;
  padding-bottom: 80% !important;
}

.tw-px-4\/5{
  padding-left: 80% !important;
  padding-right: 80% !important;
}

.tw-py-1\/6{
  padding-top: 16.666667% !important;
  padding-bottom: 16.666667% !important;
}

.tw-px-1\/6{
  padding-left: 16.666667% !important;
  padding-right: 16.666667% !important;
}

.tw-py-2\/6{
  padding-top: 33.333333% !important;
  padding-bottom: 33.333333% !important;
}

.tw-px-2\/6{
  padding-left: 33.333333% !important;
  padding-right: 33.333333% !important;
}

.tw-py-3\/6{
  padding-top: 50% !important;
  padding-bottom: 50% !important;
}

.tw-px-3\/6{
  padding-left: 50% !important;
  padding-right: 50% !important;
}

.tw-py-4\/6{
  padding-top: 66.666667% !important;
  padding-bottom: 66.666667% !important;
}

.tw-px-4\/6{
  padding-left: 66.666667% !important;
  padding-right: 66.666667% !important;
}

.tw-py-5\/6{
  padding-top: 83.333333% !important;
  padding-bottom: 83.333333% !important;
}

.tw-px-5\/6{
  padding-left: 83.333333% !important;
  padding-right: 83.333333% !important;
}

.tw-py-1\/12{
  padding-top: 8.333333% !important;
  padding-bottom: 8.333333% !important;
}

.tw-px-1\/12{
  padding-left: 8.333333% !important;
  padding-right: 8.333333% !important;
}

.tw-py-2\/12{
  padding-top: 16.666667% !important;
  padding-bottom: 16.666667% !important;
}

.tw-px-2\/12{
  padding-left: 16.666667% !important;
  padding-right: 16.666667% !important;
}

.tw-py-3\/12{
  padding-top: 25% !important;
  padding-bottom: 25% !important;
}

.tw-px-3\/12{
  padding-left: 25% !important;
  padding-right: 25% !important;
}

.tw-py-4\/12{
  padding-top: 33.333333% !important;
  padding-bottom: 33.333333% !important;
}

.tw-px-4\/12{
  padding-left: 33.333333% !important;
  padding-right: 33.333333% !important;
}

.tw-py-5\/12{
  padding-top: 41.666667% !important;
  padding-bottom: 41.666667% !important;
}

.tw-px-5\/12{
  padding-left: 41.666667% !important;
  padding-right: 41.666667% !important;
}

.tw-py-6\/12{
  padding-top: 50% !important;
  padding-bottom: 50% !important;
}

.tw-px-6\/12{
  padding-left: 50% !important;
  padding-right: 50% !important;
}

.tw-py-7\/12{
  padding-top: 58.333333% !important;
  padding-bottom: 58.333333% !important;
}

.tw-px-7\/12{
  padding-left: 58.333333% !important;
  padding-right: 58.333333% !important;
}

.tw-py-8\/12{
  padding-top: 66.666667% !important;
  padding-bottom: 66.666667% !important;
}

.tw-px-8\/12{
  padding-left: 66.666667% !important;
  padding-right: 66.666667% !important;
}

.tw-py-9\/12{
  padding-top: 75% !important;
  padding-bottom: 75% !important;
}

.tw-px-9\/12{
  padding-left: 75% !important;
  padding-right: 75% !important;
}

.tw-py-10\/12{
  padding-top: 83.333333% !important;
  padding-bottom: 83.333333% !important;
}

.tw-px-10\/12{
  padding-left: 83.333333% !important;
  padding-right: 83.333333% !important;
}

.tw-py-11\/12{
  padding-top: 91.666667% !important;
  padding-bottom: 91.666667% !important;
}

.tw-px-11\/12{
  padding-left: 91.666667% !important;
  padding-right: 91.666667% !important;
}

.tw-py-full{
  padding-top: 100% !important;
  padding-bottom: 100% !important;
}

.tw-px-full{
  padding-left: 100% !important;
  padding-right: 100% !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-7{
  padding-top: 1.75rem !important;
}

.tw-pr-7{
  padding-right: 1.75rem !important;
}

.tw-pb-7{
  padding-bottom: 1.75rem !important;
}

.tw-pl-7{
  padding-left: 1.75rem !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-9{
  padding-top: 2.25rem !important;
}

.tw-pr-9{
  padding-right: 2.25rem !important;
}

.tw-pb-9{
  padding-bottom: 2.25rem !important;
}

.tw-pl-9{
  padding-left: 2.25rem !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-11{
  padding-top: 2.75rem !important;
}

.tw-pr-11{
  padding-right: 2.75rem !important;
}

.tw-pb-11{
  padding-bottom: 2.75rem !important;
}

.tw-pl-11{
  padding-left: 2.75rem !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-13{
  padding-top: 3.25rem !important;
}

.tw-pr-13{
  padding-right: 3.25rem !important;
}

.tw-pb-13{
  padding-bottom: 3.25rem !important;
}

.tw-pl-13{
  padding-left: 3.25rem !important;
}

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

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

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

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

.tw-pt-15{
  padding-top: 3.75rem !important;
}

.tw-pr-15{
  padding-right: 3.75rem !important;
}

.tw-pb-15{
  padding-bottom: 3.75rem !important;
}

.tw-pl-15{
  padding-left: 3.75rem !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-28{
  padding-top: 7rem !important;
}

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

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

.tw-pl-28{
  padding-left: 7rem !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-60{
  padding-top: 15rem !important;
}

.tw-pr-60{
  padding-right: 15rem !important;
}

.tw-pb-60{
  padding-bottom: 15rem !important;
}

.tw-pl-60{
  padding-left: 15rem !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-72{
  padding-top: 18rem !important;
}

.tw-pr-72{
  padding-right: 18rem !important;
}

.tw-pb-72{
  padding-bottom: 18rem !important;
}

.tw-pl-72{
  padding-left: 18rem !important;
}

.tw-pt-80{
  padding-top: 20rem !important;
}

.tw-pr-80{
  padding-right: 20rem !important;
}

.tw-pb-80{
  padding-bottom: 20rem !important;
}

.tw-pl-80{
  padding-left: 20rem !important;
}

.tw-pt-96{
  padding-top: 24rem !important;
}

.tw-pr-96{
  padding-right: 24rem !important;
}

.tw-pb-96{
  padding-bottom: 24rem !important;
}

.tw-pl-96{
  padding-left: 24rem !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: 0.125rem !important;
}

.tw-pr-0\.5{
  padding-right: 0.125rem !important;
}

.tw-pb-0\.5{
  padding-bottom: 0.125rem !important;
}

.tw-pl-0\.5{
  padding-left: 0.125rem !important;
}

.tw-pt-1\.5{
  padding-top: 0.375rem !important;
}

.tw-pr-1\.5{
  padding-right: 0.375rem !important;
}

.tw-pb-1\.5{
  padding-bottom: 0.375rem !important;
}

.tw-pl-1\.5{
  padding-left: 0.375rem !important;
}

.tw-pt-2\.5{
  padding-top: 0.625rem !important;
}

.tw-pr-2\.5{
  padding-right: 0.625rem !important;
}

.tw-pb-2\.5{
  padding-bottom: 0.625rem !important;
}

.tw-pl-2\.5{
  padding-left: 0.625rem !important;
}

.tw-pt-3\.5{
  padding-top: 0.875rem !important;
}

.tw-pr-3\.5{
  padding-right: 0.875rem !important;
}

.tw-pb-3\.5{
  padding-bottom: 0.875rem !important;
}

.tw-pl-3\.5{
  padding-left: 0.875rem !important;
}

.tw-pt-1\/2{
  padding-top: 50% !important;
}

.tw-pr-1\/2{
  padding-right: 50% !important;
}

.tw-pb-1\/2{
  padding-bottom: 50% !important;
}

.tw-pl-1\/2{
  padding-left: 50% !important;
}

.tw-pt-1\/3{
  padding-top: 33.333333% !important;
}

.tw-pr-1\/3{
  padding-right: 33.333333% !important;
}

.tw-pb-1\/3{
  padding-bottom: 33.333333% !important;
}

.tw-pl-1\/3{
  padding-left: 33.333333% !important;
}

.tw-pt-2\/3{
  padding-top: 66.666667% !important;
}

.tw-pr-2\/3{
  padding-right: 66.666667% !important;
}

.tw-pb-2\/3{
  padding-bottom: 66.666667% !important;
}

.tw-pl-2\/3{
  padding-left: 66.666667% !important;
}

.tw-pt-1\/4{
  padding-top: 25% !important;
}

.tw-pr-1\/4{
  padding-right: 25% !important;
}

.tw-pb-1\/4{
  padding-bottom: 25% !important;
}

.tw-pl-1\/4{
  padding-left: 25% !important;
}

.tw-pt-2\/4{
  padding-top: 50% !important;
}

.tw-pr-2\/4{
  padding-right: 50% !important;
}

.tw-pb-2\/4{
  padding-bottom: 50% !important;
}

.tw-pl-2\/4{
  padding-left: 50% !important;
}

.tw-pt-3\/4{
  padding-top: 75% !important;
}

.tw-pr-3\/4{
  padding-right: 75% !important;
}

.tw-pb-3\/4{
  padding-bottom: 75% !important;
}

.tw-pl-3\/4{
  padding-left: 75% !important;
}

.tw-pt-1\/5{
  padding-top: 20% !important;
}

.tw-pr-1\/5{
  padding-right: 20% !important;
}

.tw-pb-1\/5{
  padding-bottom: 20% !important;
}

.tw-pl-1\/5{
  padding-left: 20% !important;
}

.tw-pt-2\/5{
  padding-top: 40% !important;
}

.tw-pr-2\/5{
  padding-right: 40% !important;
}

.tw-pb-2\/5{
  padding-bottom: 40% !important;
}

.tw-pl-2\/5{
  padding-left: 40% !important;
}

.tw-pt-3\/5{
  padding-top: 60% !important;
}

.tw-pr-3\/5{
  padding-right: 60% !important;
}

.tw-pb-3\/5{
  padding-bottom: 60% !important;
}

.tw-pl-3\/5{
  padding-left: 60% !important;
}

.tw-pt-4\/5{
  padding-top: 80% !important;
}

.tw-pr-4\/5{
  padding-right: 80% !important;
}

.tw-pb-4\/5{
  padding-bottom: 80% !important;
}

.tw-pl-4\/5{
  padding-left: 80% !important;
}

.tw-pt-1\/6{
  padding-top: 16.666667% !important;
}

.tw-pr-1\/6{
  padding-right: 16.666667% !important;
}

.tw-pb-1\/6{
  padding-bottom: 16.666667% !important;
}

.tw-pl-1\/6{
  padding-left: 16.666667% !important;
}

.tw-pt-2\/6{
  padding-top: 33.333333% !important;
}

.tw-pr-2\/6{
  padding-right: 33.333333% !important;
}

.tw-pb-2\/6{
  padding-bottom: 33.333333% !important;
}

.tw-pl-2\/6{
  padding-left: 33.333333% !important;
}

.tw-pt-3\/6{
  padding-top: 50% !important;
}

.tw-pr-3\/6{
  padding-right: 50% !important;
}

.tw-pb-3\/6{
  padding-bottom: 50% !important;
}

.tw-pl-3\/6{
  padding-left: 50% !important;
}

.tw-pt-4\/6{
  padding-top: 66.666667% !important;
}

.tw-pr-4\/6{
  padding-right: 66.666667% !important;
}

.tw-pb-4\/6{
  padding-bottom: 66.666667% !important;
}

.tw-pl-4\/6{
  padding-left: 66.666667% !important;
}

.tw-pt-5\/6{
  padding-top: 83.333333% !important;
}

.tw-pr-5\/6{
  padding-right: 83.333333% !important;
}

.tw-pb-5\/6{
  padding-bottom: 83.333333% !important;
}

.tw-pl-5\/6{
  padding-left: 83.333333% !important;
}

.tw-pt-1\/12{
  padding-top: 8.333333% !important;
}

.tw-pr-1\/12{
  padding-right: 8.333333% !important;
}

.tw-pb-1\/12{
  padding-bottom: 8.333333% !important;
}

.tw-pl-1\/12{
  padding-left: 8.333333% !important;
}

.tw-pt-2\/12{
  padding-top: 16.666667% !important;
}

.tw-pr-2\/12{
  padding-right: 16.666667% !important;
}

.tw-pb-2\/12{
  padding-bottom: 16.666667% !important;
}

.tw-pl-2\/12{
  padding-left: 16.666667% !important;
}

.tw-pt-3\/12{
  padding-top: 25% !important;
}

.tw-pr-3\/12{
  padding-right: 25% !important;
}

.tw-pb-3\/12{
  padding-bottom: 25% !important;
}

.tw-pl-3\/12{
  padding-left: 25% !important;
}

.tw-pt-4\/12{
  padding-top: 33.333333% !important;
}

.tw-pr-4\/12{
  padding-right: 33.333333% !important;
}

.tw-pb-4\/12{
  padding-bottom: 33.333333% !important;
}

.tw-pl-4\/12{
  padding-left: 33.333333% !important;
}

.tw-pt-5\/12{
  padding-top: 41.666667% !important;
}

.tw-pr-5\/12{
  padding-right: 41.666667% !important;
}

.tw-pb-5\/12{
  padding-bottom: 41.666667% !important;
}

.tw-pl-5\/12{
  padding-left: 41.666667% !important;
}

.tw-pt-6\/12{
  padding-top: 50% !important;
}

.tw-pr-6\/12{
  padding-right: 50% !important;
}

.tw-pb-6\/12{
  padding-bottom: 50% !important;
}

.tw-pl-6\/12{
  padding-left: 50% !important;
}

.tw-pt-7\/12{
  padding-top: 58.333333% !important;
}

.tw-pr-7\/12{
  padding-right: 58.333333% !important;
}

.tw-pb-7\/12{
  padding-bottom: 58.333333% !important;
}

.tw-pl-7\/12{
  padding-left: 58.333333% !important;
}

.tw-pt-8\/12{
  padding-top: 66.666667% !important;
}

.tw-pr-8\/12{
  padding-right: 66.666667% !important;
}

.tw-pb-8\/12{
  padding-bottom: 66.666667% !important;
}

.tw-pl-8\/12{
  padding-left: 66.666667% !important;
}

.tw-pt-9\/12{
  padding-top: 75% !important;
}

.tw-pr-9\/12{
  padding-right: 75% !important;
}

.tw-pb-9\/12{
  padding-bottom: 75% !important;
}

.tw-pl-9\/12{
  padding-left: 75% !important;
}

.tw-pt-10\/12{
  padding-top: 83.333333% !important;
}

.tw-pr-10\/12{
  padding-right: 83.333333% !important;
}

.tw-pb-10\/12{
  padding-bottom: 83.333333% !important;
}

.tw-pl-10\/12{
  padding-left: 83.333333% !important;
}

.tw-pt-11\/12{
  padding-top: 91.666667% !important;
}

.tw-pr-11\/12{
  padding-right: 91.666667% !important;
}

.tw-pb-11\/12{
  padding-bottom: 91.666667% !important;
}

.tw-pl-11\/12{
  padding-left: 91.666667% !important;
}

.tw-pt-full{
  padding-top: 100% !important;
}

.tw-pr-full{
  padding-right: 100% !important;
}

.tw-pb-full{
  padding-bottom: 100% !important;
}

.tw-pl-full{
  padding-left: 100% !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-white::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-white::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-white:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-white::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

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

.tw-placeholder-black::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-black::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-black:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-black::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-black::placeholder{
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, 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: #f4f5f7 !important;
  color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f4f5f7 !important;
  color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f4f5f7 !important;
  color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f4f5f7 !important;
  color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f4f5f7 !important;
  color: rgba(244, 245, 247, 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: #d2d6dc !important;
  color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d2d6dc !important;
  color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d2d6dc !important;
  color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d2d6dc !important;
  color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d2d6dc !important;
  color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9fa6b2 !important;
  color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9fa6b2 !important;
  color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9fa6b2 !important;
  color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9fa6b2 !important;
  color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9fa6b2 !important;
  color: rgba(159, 166, 178, 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: #252f3f !important;
  color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #252f3f !important;
  color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #252f3f !important;
  color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #252f3f !important;
  color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #252f3f !important;
  color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #161e2e !important;
  color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #161e2e !important;
  color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #161e2e !important;
  color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #161e2e !important;
  color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #161e2e !important;
  color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-50::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbfdfe !important;
  color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-50::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbfdfe !important;
  color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-50:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbfdfe !important;
  color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-50::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbfdfe !important;
  color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-50::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbfdfe !important;
  color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cfd8e3 !important;
  color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cfd8e3 !important;
  color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cfd8e3 !important;
  color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cfd8e3 !important;
  color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #cfd8e3 !important;
  color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97a6ba !important;
  color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97a6ba !important;
  color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97a6ba !important;
  color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97a6ba !important;
  color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #97a6ba !important;
  color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

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

.tw-placeholder-cool-gray-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #364152 !important;
  color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #364152 !important;
  color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #364152 !important;
  color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #364152 !important;
  color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #364152 !important;
  color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #27303f !important;
  color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #27303f !important;
  color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #27303f !important;
  color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #27303f !important;
  color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #27303f !important;
  color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202e !important;
  color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202e !important;
  color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202e !important;
  color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202e !important;
  color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cool-gray-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202e !important;
  color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-50::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf2f2 !important;
  color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-50::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf2f2 !important;
  color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-50:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf2f2 !important;
  color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-50::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf2f2 !important;
  color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-50::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf2f2 !important;
  color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fde8e8 !important;
  color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fde8e8 !important;
  color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fde8e8 !important;
  color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fde8e8 !important;
  color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fde8e8 !important;
  color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd5d5 !important;
  color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd5d5 !important;
  color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd5d5 !important;
  color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd5d5 !important;
  color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd5d5 !important;
  color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4b4 !important;
  color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4b4 !important;
  color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4b4 !important;
  color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4b4 !important;
  color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4b4 !important;
  color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f98080 !important;
  color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f98080 !important;
  color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f98080 !important;
  color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f98080 !important;
  color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f98080 !important;
  color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f05252 !important;
  color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f05252 !important;
  color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f05252 !important;
  color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f05252 !important;
  color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f05252 !important;
  color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e02424 !important;
  color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e02424 !important;
  color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e02424 !important;
  color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e02424 !important;
  color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e02424 !important;
  color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c81e1e !important;
  color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c81e1e !important;
  color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c81e1e !important;
  color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c81e1e !important;
  color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c81e1e !important;
  color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b1c1c !important;
  color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b1c1c !important;
  color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b1c1c !important;
  color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b1c1c !important;
  color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b1c1c !important;
  color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-50::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff8f1 !important;
  color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-50::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff8f1 !important;
  color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-50:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff8f1 !important;
  color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-50::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff8f1 !important;
  color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-50::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff8f1 !important;
  color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feecdc !important;
  color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feecdc !important;
  color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feecdc !important;
  color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feecdc !important;
  color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #feecdc !important;
  color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcd9bd !important;
  color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcd9bd !important;
  color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcd9bd !important;
  color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcd9bd !important;
  color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcd9bd !important;
  color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdba8c !important;
  color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdba8c !important;
  color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdba8c !important;
  color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdba8c !important;
  color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdba8c !important;
  color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff8a4c !important;
  color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff8a4c !important;
  color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff8a4c !important;
  color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff8a4c !important;
  color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff8a4c !important;
  color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff5a1f !important;
  color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff5a1f !important;
  color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff5a1f !important;
  color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff5a1f !important;
  color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff5a1f !important;
  color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d03801 !important;
  color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d03801 !important;
  color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d03801 !important;
  color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d03801 !important;
  color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d03801 !important;
  color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b43403 !important;
  color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b43403 !important;
  color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b43403 !important;
  color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b43403 !important;
  color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b43403 !important;
  color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8a2c0d !important;
  color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8a2c0d !important;
  color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8a2c0d !important;
  color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8a2c0d !important;
  color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #8a2c0d !important;
  color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-50::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdfdea !important;
  color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-50::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdfdea !important;
  color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-50:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdfdea !important;
  color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-50::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdfdea !important;
  color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-50::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdfdea !important;
  color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf6b2 !important;
  color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf6b2 !important;
  color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf6b2 !important;
  color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf6b2 !important;
  color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf6b2 !important;
  color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce96a !important;
  color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce96a !important;
  color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce96a !important;
  color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce96a !important;
  color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce96a !important;
  color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faca15 !important;
  color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faca15 !important;
  color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faca15 !important;
  color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faca15 !important;
  color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #faca15 !important;
  color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3a008 !important;
  color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3a008 !important;
  color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3a008 !important;
  color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3a008 !important;
  color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3a008 !important;
  color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c27803 !important;
  color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c27803 !important;
  color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c27803 !important;
  color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c27803 !important;
  color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c27803 !important;
  color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f580a !important;
  color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f580a !important;
  color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f580a !important;
  color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f580a !important;
  color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f580a !important;
  color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8e4b10 !important;
  color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8e4b10 !important;
  color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8e4b10 !important;
  color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8e4b10 !important;
  color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #8e4b10 !important;
  color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #723b13 !important;
  color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #723b13 !important;
  color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #723b13 !important;
  color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #723b13 !important;
  color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #723b13 !important;
  color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #633112 !important;
  color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #633112 !important;
  color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #633112 !important;
  color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #633112 !important;
  color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #633112 !important;
  color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-50::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f3faf7 !important;
  color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-50::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f3faf7 !important;
  color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-50:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f3faf7 !important;
  color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-50::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f3faf7 !important;
  color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-50::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f3faf7 !important;
  color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #def7ec !important;
  color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #def7ec !important;
  color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #def7ec !important;
  color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #def7ec !important;
  color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #def7ec !important;
  color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bcf0da !important;
  color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bcf0da !important;
  color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bcf0da !important;
  color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bcf0da !important;
  color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #bcf0da !important;
  color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #84e1bc !important;
  color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #84e1bc !important;
  color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #84e1bc !important;
  color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #84e1bc !important;
  color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #84e1bc !important;
  color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #31c48d !important;
  color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #31c48d !important;
  color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #31c48d !important;
  color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #31c48d !important;
  color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #31c48d !important;
  color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0e9f6e !important;
  color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0e9f6e !important;
  color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0e9f6e !important;
  color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0e9f6e !important;
  color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #0e9f6e !important;
  color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #057a55 !important;
  color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #057a55 !important;
  color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #057a55 !important;
  color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #057a55 !important;
  color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #057a55 !important;
  color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #046c4e !important;
  color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #046c4e !important;
  color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #046c4e !important;
  color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #046c4e !important;
  color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #046c4e !important;
  color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #03543f !important;
  color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #03543f !important;
  color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #03543f !important;
  color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #03543f !important;
  color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #03543f !important;
  color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #014737 !important;
  color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #014737 !important;
  color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #014737 !important;
  color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #014737 !important;
  color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #014737 !important;
  color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-50::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edfafa !important;
  color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-50::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edfafa !important;
  color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-50:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edfafa !important;
  color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-50::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edfafa !important;
  color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-50::placeholder{
  --placeholder-opacity: 1 !important;
  color: #edfafa !important;
  color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d5f5f6 !important;
  color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d5f5f6 !important;
  color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d5f5f6 !important;
  color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d5f5f6 !important;
  color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d5f5f6 !important;
  color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #afecef !important;
  color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #afecef !important;
  color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #afecef !important;
  color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #afecef !important;
  color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #afecef !important;
  color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7edce2 !important;
  color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7edce2 !important;
  color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7edce2 !important;
  color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7edce2 !important;
  color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7edce2 !important;
  color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #16bdca !important;
  color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #16bdca !important;
  color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #16bdca !important;
  color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #16bdca !important;
  color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #16bdca !important;
  color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0694a2 !important;
  color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0694a2 !important;
  color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0694a2 !important;
  color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0694a2 !important;
  color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #0694a2 !important;
  color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #047481 !important;
  color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #047481 !important;
  color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #047481 !important;
  color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #047481 !important;
  color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #047481 !important;
  color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #036672 !important;
  color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #036672 !important;
  color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #036672 !important;
  color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #036672 !important;
  color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #036672 !important;
  color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #05505c !important;
  color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #05505c !important;
  color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #05505c !important;
  color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #05505c !important;
  color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #05505c !important;
  color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #014451 !important;
  color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #014451 !important;
  color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #014451 !important;
  color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #014451 !important;
  color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #014451 !important;
  color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-50::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf5ff !important;
  color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-50::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf5ff !important;
  color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-50:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf5ff !important;
  color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-50::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf5ff !important;
  color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-50::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf5ff !important;
  color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1effe !important;
  color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1effe !important;
  color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1effe !important;
  color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1effe !important;
  color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1effe !important;
  color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3ddfd !important;
  color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3ddfd !important;
  color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3ddfd !important;
  color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3ddfd !important;
  color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3ddfd !important;
  color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a4cafe !important;
  color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a4cafe !important;
  color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a4cafe !important;
  color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a4cafe !important;
  color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #a4cafe !important;
  color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #76a9fa !important;
  color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #76a9fa !important;
  color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #76a9fa !important;
  color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #76a9fa !important;
  color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #76a9fa !important;
  color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3f83f8 !important;
  color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3f83f8 !important;
  color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3f83f8 !important;
  color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3f83f8 !important;
  color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3f83f8 !important;
  color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1c64f2 !important;
  color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1c64f2 !important;
  color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1c64f2 !important;
  color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1c64f2 !important;
  color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1c64f2 !important;
  color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a56db !important;
  color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a56db !important;
  color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a56db !important;
  color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a56db !important;
  color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a56db !important;
  color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1e429f !important;
  color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1e429f !important;
  color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1e429f !important;
  color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1e429f !important;
  color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1e429f !important;
  color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #233876 !important;
  color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #233876 !important;
  color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #233876 !important;
  color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #233876 !important;
  color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #233876 !important;
  color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-50::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0f5ff !important;
  color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-50::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0f5ff !important;
  color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-50:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0f5ff !important;
  color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-50::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0f5ff !important;
  color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-50::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0f5ff !important;
  color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e5edff !important;
  color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e5edff !important;
  color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e5edff !important;
  color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e5edff !important;
  color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e5edff !important;
  color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cddbfe !important;
  color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cddbfe !important;
  color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cddbfe !important;
  color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cddbfe !important;
  color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #cddbfe !important;
  color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b4c6fc !important;
  color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b4c6fc !important;
  color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b4c6fc !important;
  color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b4c6fc !important;
  color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b4c6fc !important;
  color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8da2fb !important;
  color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8da2fb !important;
  color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8da2fb !important;
  color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8da2fb !important;
  color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #8da2fb !important;
  color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6875f5 !important;
  color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6875f5 !important;
  color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6875f5 !important;
  color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6875f5 !important;
  color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #6875f5 !important;
  color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5850ec !important;
  color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5850ec !important;
  color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5850ec !important;
  color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5850ec !important;
  color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #5850ec !important;
  color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5145cd !important;
  color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5145cd !important;
  color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5145cd !important;
  color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5145cd !important;
  color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #5145cd !important;
  color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #42389d !important;
  color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #42389d !important;
  color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #42389d !important;
  color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #42389d !important;
  color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #42389d !important;
  color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #362f78 !important;
  color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #362f78 !important;
  color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #362f78 !important;
  color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #362f78 !important;
  color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #362f78 !important;
  color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-50::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6f5ff !important;
  color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-50::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6f5ff !important;
  color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-50:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6f5ff !important;
  color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-50::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6f5ff !important;
  color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-50::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6f5ff !important;
  color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edebfe !important;
  color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edebfe !important;
  color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edebfe !important;
  color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edebfe !important;
  color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #edebfe !important;
  color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcd7fe !important;
  color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcd7fe !important;
  color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcd7fe !important;
  color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcd7fe !important;
  color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcd7fe !important;
  color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cabffd !important;
  color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cabffd !important;
  color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cabffd !important;
  color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cabffd !important;
  color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #cabffd !important;
  color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ac94fa !important;
  color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ac94fa !important;
  color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ac94fa !important;
  color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ac94fa !important;
  color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ac94fa !important;
  color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9061f9 !important;
  color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9061f9 !important;
  color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9061f9 !important;
  color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9061f9 !important;
  color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9061f9 !important;
  color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e3af2 !important;
  color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e3af2 !important;
  color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e3af2 !important;
  color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e3af2 !important;
  color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e3af2 !important;
  color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6c2bd9 !important;
  color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6c2bd9 !important;
  color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6c2bd9 !important;
  color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6c2bd9 !important;
  color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #6c2bd9 !important;
  color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5521b5 !important;
  color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5521b5 !important;
  color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5521b5 !important;
  color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5521b5 !important;
  color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #5521b5 !important;
  color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a1d96 !important;
  color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a1d96 !important;
  color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a1d96 !important;
  color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a1d96 !important;
  color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a1d96 !important;
  color: rgba(74, 29, 150, 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: #fce8f3 !important;
  color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce8f3 !important;
  color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce8f3 !important;
  color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce8f3 !important;
  color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce8f3 !important;
  color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fad1e8 !important;
  color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fad1e8 !important;
  color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fad1e8 !important;
  color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fad1e8 !important;
  color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fad1e8 !important;
  color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4d9 !important;
  color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4d9 !important;
  color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4d9 !important;
  color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4d9 !important;
  color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4d9 !important;
  color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f17eb8 !important;
  color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f17eb8 !important;
  color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f17eb8 !important;
  color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f17eb8 !important;
  color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f17eb8 !important;
  color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e74694 !important;
  color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e74694 !important;
  color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e74694 !important;
  color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e74694 !important;
  color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e74694 !important;
  color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d61f69 !important;
  color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d61f69 !important;
  color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d61f69 !important;
  color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d61f69 !important;
  color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d61f69 !important;
  color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bf125d !important;
  color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bf125d !important;
  color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bf125d !important;
  color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bf125d !important;
  color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #bf125d !important;
  color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #99154b !important;
  color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #99154b !important;
  color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #99154b !important;
  color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #99154b !important;
  color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #99154b !important;
  color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #751a3d !important;
  color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #751a3d !important;
  color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #751a3d !important;
  color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #751a3d !important;
  color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #751a3d !important;
  color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
}

.tw-placeholder-modal-grey::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7f7f7 !important;
  color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-modal-grey::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7f7f7 !important;
  color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-modal-grey:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7f7f7 !important;
  color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-modal-grey::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7f7f7 !important;
  color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-modal-grey::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7f7f7 !important;
  color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-separator-grey::-webkit-input-placeholder{
  color: hsla(210,7%,83%,1) !important;
}

.tw-placeholder-separator-grey::-moz-placeholder{
  color: hsla(210,7%,83%,1) !important;
}

.tw-placeholder-separator-grey:-ms-input-placeholder{
  color: hsla(210,7%,83%,1) !important;
}

.tw-placeholder-separator-grey::-ms-input-placeholder{
  color: hsla(210,7%,83%,1) !important;
}

.tw-placeholder-separator-grey::placeholder{
  color: hsla(210,7%,83%,1) !important;
}

.tw-placeholder-label-grey::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #738699 !important;
  color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
}

.tw-placeholder-label-grey::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #738699 !important;
  color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
}

.tw-placeholder-label-grey:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #738699 !important;
  color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
}

.tw-placeholder-label-grey::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #738699 !important;
  color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
}

.tw-placeholder-label-grey::placeholder{
  --placeholder-opacity: 1 !important;
  color: #738699 !important;
  color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
}

.tw-placeholder-anvesh-black::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1A2633 !important;
  color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
}

.tw-placeholder-anvesh-black::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1A2633 !important;
  color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
}

.tw-placeholder-anvesh-black:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1A2633 !important;
  color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
}

.tw-placeholder-anvesh-black::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1A2633 !important;
  color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
}

.tw-placeholder-anvesh-black::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1A2633 !important;
  color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
}

.tw-placeholder-anvesh-grey::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #B6BBBF !important;
  color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-anvesh-grey::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #B6BBBF !important;
  color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-anvesh-grey:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #B6BBBF !important;
  color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-anvesh-grey::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #B6BBBF !important;
  color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-anvesh-grey::placeholder{
  --placeholder-opacity: 1 !important;
  color: #B6BBBF !important;
  color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-anvesh-blue::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0099dd !important;
  color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
}

.tw-placeholder-anvesh-blue::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0099dd !important;
  color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
}

.tw-placeholder-anvesh-blue:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0099dd !important;
  color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
}

.tw-placeholder-anvesh-blue::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0099dd !important;
  color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
}

.tw-placeholder-anvesh-blue::placeholder{
  --placeholder-opacity: 1 !important;
  color: #0099dd !important;
  color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
}

.tw-placeholder-jira-blue::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0b4571 !important;
  color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
}

.tw-placeholder-jira-blue::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0b4571 !important;
  color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
}

.tw-placeholder-jira-blue:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0b4571 !important;
  color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
}

.tw-placeholder-jira-blue::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0b4571 !important;
  color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
}

.tw-placeholder-jira-blue::placeholder{
  --placeholder-opacity: 1 !important;
  color: #0b4571 !important;
  color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #FFBF00 !important;
  color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #FFBF00 !important;
  color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #FFBF00 !important;
  color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #FFBF00 !important;
  color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber::placeholder{
  --placeholder-opacity: 1 !important;
  color: #FFBF00 !important;
  color: rgba(255, 191, 0, 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-white:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-white:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-white:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-white:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-white:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-black:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-black:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-black:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-black:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-black:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, 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: #f4f5f7 !important;
  color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f4f5f7 !important;
  color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f4f5f7 !important;
  color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f4f5f7 !important;
  color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f4f5f7 !important;
  color: rgba(244, 245, 247, 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: #d2d6dc !important;
  color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d2d6dc !important;
  color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d2d6dc !important;
  color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d2d6dc !important;
  color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d2d6dc !important;
  color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9fa6b2 !important;
  color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9fa6b2 !important;
  color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9fa6b2 !important;
  color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9fa6b2 !important;
  color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9fa6b2 !important;
  color: rgba(159, 166, 178, 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: #252f3f !important;
  color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #252f3f !important;
  color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #252f3f !important;
  color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #252f3f !important;
  color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #252f3f !important;
  color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #161e2e !important;
  color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #161e2e !important;
  color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #161e2e !important;
  color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #161e2e !important;
  color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #161e2e !important;
  color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-50:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbfdfe !important;
  color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-50:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbfdfe !important;
  color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-50:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbfdfe !important;
  color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-50:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbfdfe !important;
  color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-50:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbfdfe !important;
  color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cfd8e3 !important;
  color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cfd8e3 !important;
  color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cfd8e3 !important;
  color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cfd8e3 !important;
  color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #cfd8e3 !important;
  color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97a6ba !important;
  color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97a6ba !important;
  color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97a6ba !important;
  color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97a6ba !important;
  color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #97a6ba !important;
  color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #364152 !important;
  color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #364152 !important;
  color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #364152 !important;
  color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #364152 !important;
  color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #364152 !important;
  color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #27303f !important;
  color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #27303f !important;
  color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #27303f !important;
  color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #27303f !important;
  color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #27303f !important;
  color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202e !important;
  color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202e !important;
  color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202e !important;
  color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202e !important;
  color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cool-gray-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202e !important;
  color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-50:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf2f2 !important;
  color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-50:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf2f2 !important;
  color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-50:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf2f2 !important;
  color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-50:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf2f2 !important;
  color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-50:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf2f2 !important;
  color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fde8e8 !important;
  color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fde8e8 !important;
  color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fde8e8 !important;
  color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fde8e8 !important;
  color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fde8e8 !important;
  color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd5d5 !important;
  color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd5d5 !important;
  color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd5d5 !important;
  color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd5d5 !important;
  color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd5d5 !important;
  color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4b4 !important;
  color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4b4 !important;
  color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4b4 !important;
  color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4b4 !important;
  color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4b4 !important;
  color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f98080 !important;
  color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f98080 !important;
  color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f98080 !important;
  color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f98080 !important;
  color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f98080 !important;
  color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f05252 !important;
  color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f05252 !important;
  color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f05252 !important;
  color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f05252 !important;
  color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f05252 !important;
  color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e02424 !important;
  color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e02424 !important;
  color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e02424 !important;
  color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e02424 !important;
  color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e02424 !important;
  color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c81e1e !important;
  color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c81e1e !important;
  color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c81e1e !important;
  color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c81e1e !important;
  color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c81e1e !important;
  color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b1c1c !important;
  color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b1c1c !important;
  color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b1c1c !important;
  color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b1c1c !important;
  color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b1c1c !important;
  color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-50:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff8f1 !important;
  color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-50:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff8f1 !important;
  color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-50:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff8f1 !important;
  color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-50:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff8f1 !important;
  color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-50:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff8f1 !important;
  color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feecdc !important;
  color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feecdc !important;
  color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feecdc !important;
  color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feecdc !important;
  color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #feecdc !important;
  color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcd9bd !important;
  color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcd9bd !important;
  color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcd9bd !important;
  color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcd9bd !important;
  color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fcd9bd !important;
  color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdba8c !important;
  color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdba8c !important;
  color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdba8c !important;
  color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdba8c !important;
  color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdba8c !important;
  color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff8a4c !important;
  color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff8a4c !important;
  color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff8a4c !important;
  color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff8a4c !important;
  color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff8a4c !important;
  color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff5a1f !important;
  color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff5a1f !important;
  color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff5a1f !important;
  color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff5a1f !important;
  color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff5a1f !important;
  color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d03801 !important;
  color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d03801 !important;
  color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d03801 !important;
  color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d03801 !important;
  color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d03801 !important;
  color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b43403 !important;
  color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b43403 !important;
  color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b43403 !important;
  color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b43403 !important;
  color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b43403 !important;
  color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8a2c0d !important;
  color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8a2c0d !important;
  color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8a2c0d !important;
  color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8a2c0d !important;
  color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #8a2c0d !important;
  color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-50:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdfdea !important;
  color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-50:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdfdea !important;
  color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-50:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdfdea !important;
  color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-50:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdfdea !important;
  color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-50:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdfdea !important;
  color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf6b2 !important;
  color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf6b2 !important;
  color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf6b2 !important;
  color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf6b2 !important;
  color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fdf6b2 !important;
  color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce96a !important;
  color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce96a !important;
  color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce96a !important;
  color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce96a !important;
  color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce96a !important;
  color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faca15 !important;
  color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faca15 !important;
  color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faca15 !important;
  color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faca15 !important;
  color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #faca15 !important;
  color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3a008 !important;
  color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3a008 !important;
  color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3a008 !important;
  color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3a008 !important;
  color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e3a008 !important;
  color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c27803 !important;
  color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c27803 !important;
  color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c27803 !important;
  color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c27803 !important;
  color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c27803 !important;
  color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f580a !important;
  color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f580a !important;
  color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f580a !important;
  color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f580a !important;
  color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f580a !important;
  color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8e4b10 !important;
  color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8e4b10 !important;
  color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8e4b10 !important;
  color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8e4b10 !important;
  color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #8e4b10 !important;
  color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #723b13 !important;
  color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #723b13 !important;
  color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #723b13 !important;
  color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #723b13 !important;
  color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #723b13 !important;
  color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #633112 !important;
  color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #633112 !important;
  color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #633112 !important;
  color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #633112 !important;
  color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #633112 !important;
  color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-50:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f3faf7 !important;
  color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-50:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f3faf7 !important;
  color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-50:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f3faf7 !important;
  color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-50:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f3faf7 !important;
  color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-50:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f3faf7 !important;
  color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #def7ec !important;
  color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #def7ec !important;
  color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #def7ec !important;
  color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #def7ec !important;
  color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #def7ec !important;
  color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bcf0da !important;
  color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bcf0da !important;
  color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bcf0da !important;
  color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bcf0da !important;
  color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #bcf0da !important;
  color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #84e1bc !important;
  color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #84e1bc !important;
  color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #84e1bc !important;
  color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #84e1bc !important;
  color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #84e1bc !important;
  color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #31c48d !important;
  color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #31c48d !important;
  color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #31c48d !important;
  color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #31c48d !important;
  color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #31c48d !important;
  color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0e9f6e !important;
  color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0e9f6e !important;
  color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0e9f6e !important;
  color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0e9f6e !important;
  color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #0e9f6e !important;
  color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #057a55 !important;
  color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #057a55 !important;
  color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #057a55 !important;
  color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #057a55 !important;
  color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #057a55 !important;
  color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #046c4e !important;
  color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #046c4e !important;
  color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #046c4e !important;
  color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #046c4e !important;
  color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #046c4e !important;
  color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #03543f !important;
  color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #03543f !important;
  color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #03543f !important;
  color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #03543f !important;
  color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #03543f !important;
  color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #014737 !important;
  color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #014737 !important;
  color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #014737 !important;
  color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #014737 !important;
  color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #014737 !important;
  color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-50:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edfafa !important;
  color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-50:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edfafa !important;
  color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-50:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edfafa !important;
  color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-50:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edfafa !important;
  color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-50:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #edfafa !important;
  color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d5f5f6 !important;
  color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d5f5f6 !important;
  color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d5f5f6 !important;
  color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d5f5f6 !important;
  color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d5f5f6 !important;
  color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #afecef !important;
  color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #afecef !important;
  color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #afecef !important;
  color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #afecef !important;
  color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #afecef !important;
  color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7edce2 !important;
  color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7edce2 !important;
  color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7edce2 !important;
  color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7edce2 !important;
  color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7edce2 !important;
  color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #16bdca !important;
  color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #16bdca !important;
  color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #16bdca !important;
  color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #16bdca !important;
  color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #16bdca !important;
  color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0694a2 !important;
  color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0694a2 !important;
  color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0694a2 !important;
  color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0694a2 !important;
  color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #0694a2 !important;
  color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #047481 !important;
  color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #047481 !important;
  color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #047481 !important;
  color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #047481 !important;
  color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #047481 !important;
  color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #036672 !important;
  color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #036672 !important;
  color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #036672 !important;
  color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #036672 !important;
  color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #036672 !important;
  color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #05505c !important;
  color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #05505c !important;
  color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #05505c !important;
  color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #05505c !important;
  color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #05505c !important;
  color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #014451 !important;
  color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #014451 !important;
  color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #014451 !important;
  color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #014451 !important;
  color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #014451 !important;
  color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-50:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf5ff !important;
  color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-50:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf5ff !important;
  color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-50:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf5ff !important;
  color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-50:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf5ff !important;
  color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-50:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf5ff !important;
  color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1effe !important;
  color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1effe !important;
  color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1effe !important;
  color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1effe !important;
  color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1effe !important;
  color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3ddfd !important;
  color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3ddfd !important;
  color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3ddfd !important;
  color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3ddfd !important;
  color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3ddfd !important;
  color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a4cafe !important;
  color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a4cafe !important;
  color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a4cafe !important;
  color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a4cafe !important;
  color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #a4cafe !important;
  color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #76a9fa !important;
  color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #76a9fa !important;
  color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #76a9fa !important;
  color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #76a9fa !important;
  color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #76a9fa !important;
  color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3f83f8 !important;
  color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3f83f8 !important;
  color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3f83f8 !important;
  color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3f83f8 !important;
  color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3f83f8 !important;
  color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1c64f2 !important;
  color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1c64f2 !important;
  color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1c64f2 !important;
  color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1c64f2 !important;
  color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1c64f2 !important;
  color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a56db !important;
  color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a56db !important;
  color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a56db !important;
  color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a56db !important;
  color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a56db !important;
  color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1e429f !important;
  color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1e429f !important;
  color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1e429f !important;
  color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1e429f !important;
  color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1e429f !important;
  color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #233876 !important;
  color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #233876 !important;
  color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #233876 !important;
  color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #233876 !important;
  color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #233876 !important;
  color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-50:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0f5ff !important;
  color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-50:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0f5ff !important;
  color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-50:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0f5ff !important;
  color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-50:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0f5ff !important;
  color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-50:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0f5ff !important;
  color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e5edff !important;
  color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e5edff !important;
  color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e5edff !important;
  color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e5edff !important;
  color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e5edff !important;
  color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cddbfe !important;
  color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cddbfe !important;
  color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cddbfe !important;
  color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cddbfe !important;
  color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #cddbfe !important;
  color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b4c6fc !important;
  color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b4c6fc !important;
  color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b4c6fc !important;
  color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b4c6fc !important;
  color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b4c6fc !important;
  color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8da2fb !important;
  color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8da2fb !important;
  color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8da2fb !important;
  color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #8da2fb !important;
  color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #8da2fb !important;
  color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6875f5 !important;
  color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6875f5 !important;
  color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6875f5 !important;
  color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6875f5 !important;
  color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #6875f5 !important;
  color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5850ec !important;
  color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5850ec !important;
  color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5850ec !important;
  color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5850ec !important;
  color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #5850ec !important;
  color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5145cd !important;
  color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5145cd !important;
  color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5145cd !important;
  color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5145cd !important;
  color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #5145cd !important;
  color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #42389d !important;
  color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #42389d !important;
  color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #42389d !important;
  color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #42389d !important;
  color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #42389d !important;
  color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #362f78 !important;
  color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #362f78 !important;
  color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #362f78 !important;
  color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #362f78 !important;
  color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #362f78 !important;
  color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-50:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6f5ff !important;
  color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-50:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6f5ff !important;
  color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-50:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6f5ff !important;
  color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-50:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6f5ff !important;
  color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-50:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6f5ff !important;
  color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edebfe !important;
  color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edebfe !important;
  color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edebfe !important;
  color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edebfe !important;
  color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #edebfe !important;
  color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcd7fe !important;
  color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcd7fe !important;
  color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcd7fe !important;
  color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcd7fe !important;
  color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcd7fe !important;
  color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cabffd !important;
  color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cabffd !important;
  color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cabffd !important;
  color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cabffd !important;
  color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #cabffd !important;
  color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ac94fa !important;
  color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ac94fa !important;
  color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ac94fa !important;
  color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ac94fa !important;
  color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ac94fa !important;
  color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9061f9 !important;
  color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9061f9 !important;
  color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9061f9 !important;
  color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9061f9 !important;
  color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9061f9 !important;
  color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e3af2 !important;
  color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e3af2 !important;
  color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e3af2 !important;
  color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e3af2 !important;
  color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e3af2 !important;
  color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6c2bd9 !important;
  color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6c2bd9 !important;
  color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6c2bd9 !important;
  color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6c2bd9 !important;
  color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #6c2bd9 !important;
  color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5521b5 !important;
  color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5521b5 !important;
  color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5521b5 !important;
  color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5521b5 !important;
  color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #5521b5 !important;
  color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a1d96 !important;
  color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a1d96 !important;
  color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a1d96 !important;
  color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a1d96 !important;
  color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a1d96 !important;
  color: rgba(74, 29, 150, 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: #fce8f3 !important;
  color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce8f3 !important;
  color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce8f3 !important;
  color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce8f3 !important;
  color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fce8f3 !important;
  color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fad1e8 !important;
  color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fad1e8 !important;
  color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fad1e8 !important;
  color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fad1e8 !important;
  color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fad1e8 !important;
  color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4d9 !important;
  color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4d9 !important;
  color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4d9 !important;
  color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4d9 !important;
  color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f8b4d9 !important;
  color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f17eb8 !important;
  color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f17eb8 !important;
  color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f17eb8 !important;
  color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f17eb8 !important;
  color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f17eb8 !important;
  color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e74694 !important;
  color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e74694 !important;
  color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e74694 !important;
  color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e74694 !important;
  color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e74694 !important;
  color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d61f69 !important;
  color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d61f69 !important;
  color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d61f69 !important;
  color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d61f69 !important;
  color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d61f69 !important;
  color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bf125d !important;
  color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bf125d !important;
  color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bf125d !important;
  color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bf125d !important;
  color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #bf125d !important;
  color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #99154b !important;
  color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #99154b !important;
  color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #99154b !important;
  color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #99154b !important;
  color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #99154b !important;
  color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #751a3d !important;
  color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #751a3d !important;
  color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #751a3d !important;
  color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #751a3d !important;
  color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #751a3d !important;
  color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-modal-grey:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7f7f7 !important;
  color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-modal-grey:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7f7f7 !important;
  color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-modal-grey:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7f7f7 !important;
  color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-modal-grey:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7f7f7 !important;
  color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-modal-grey:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7f7f7 !important;
  color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-separator-grey:focus::-webkit-input-placeholder{
  color: hsla(210,7%,83%,1) !important;
}

.focus\:tw-placeholder-separator-grey:focus::-moz-placeholder{
  color: hsla(210,7%,83%,1) !important;
}

.focus\:tw-placeholder-separator-grey:focus:-ms-input-placeholder{
  color: hsla(210,7%,83%,1) !important;
}

.focus\:tw-placeholder-separator-grey:focus::-ms-input-placeholder{
  color: hsla(210,7%,83%,1) !important;
}

.focus\:tw-placeholder-separator-grey:focus::placeholder{
  color: hsla(210,7%,83%,1) !important;
}

.focus\:tw-placeholder-label-grey:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #738699 !important;
  color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-label-grey:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #738699 !important;
  color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-label-grey:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #738699 !important;
  color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-label-grey:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #738699 !important;
  color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-label-grey:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #738699 !important;
  color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-anvesh-black:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1A2633 !important;
  color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-anvesh-black:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1A2633 !important;
  color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-anvesh-black:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1A2633 !important;
  color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-anvesh-black:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1A2633 !important;
  color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-anvesh-black:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1A2633 !important;
  color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-anvesh-grey:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #B6BBBF !important;
  color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-anvesh-grey:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #B6BBBF !important;
  color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-anvesh-grey:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #B6BBBF !important;
  color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-anvesh-grey:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #B6BBBF !important;
  color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-anvesh-grey:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #B6BBBF !important;
  color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-anvesh-blue:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0099dd !important;
  color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-anvesh-blue:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0099dd !important;
  color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-anvesh-blue:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0099dd !important;
  color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-anvesh-blue:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0099dd !important;
  color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-anvesh-blue:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #0099dd !important;
  color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-jira-blue:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0b4571 !important;
  color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-jira-blue:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0b4571 !important;
  color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-jira-blue:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0b4571 !important;
  color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-jira-blue:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0b4571 !important;
  color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-jira-blue:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #0b4571 !important;
  color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #FFBF00 !important;
  color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #FFBF00 !important;
  color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #FFBF00 !important;
  color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #FFBF00 !important;
  color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #FFBF00 !important;
  color: rgba(255, 191, 0, 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-1{
  top: 0.25rem !important;
  right: 0.25rem !important;
  bottom: 0.25rem !important;
  left: 0.25rem !important;
}

.tw-inset-2{
  top: 0.5rem !important;
  right: 0.5rem !important;
  bottom: 0.5rem !important;
  left: 0.5rem !important;
}

.tw-inset-3{
  top: 0.75rem !important;
  right: 0.75rem !important;
  bottom: 0.75rem !important;
  left: 0.75rem !important;
}

.tw-inset-4{
  top: 1rem !important;
  right: 1rem !important;
  bottom: 1rem !important;
  left: 1rem !important;
}

.tw-inset-5{
  top: 1.25rem !important;
  right: 1.25rem !important;
  bottom: 1.25rem !important;
  left: 1.25rem !important;
}

.tw-inset-6{
  top: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  left: 1.5rem !important;
}

.tw-inset-7{
  top: 1.75rem !important;
  right: 1.75rem !important;
  bottom: 1.75rem !important;
  left: 1.75rem !important;
}

.tw-inset-8{
  top: 2rem !important;
  right: 2rem !important;
  bottom: 2rem !important;
  left: 2rem !important;
}

.tw-inset-9{
  top: 2.25rem !important;
  right: 2.25rem !important;
  bottom: 2.25rem !important;
  left: 2.25rem !important;
}

.tw-inset-10{
  top: 2.5rem !important;
  right: 2.5rem !important;
  bottom: 2.5rem !important;
  left: 2.5rem !important;
}

.tw-inset-11{
  top: 2.75rem !important;
  right: 2.75rem !important;
  bottom: 2.75rem !important;
  left: 2.75rem !important;
}

.tw-inset-12{
  top: 3rem !important;
  right: 3rem !important;
  bottom: 3rem !important;
  left: 3rem !important;
}

.tw-inset-13{
  top: 3.25rem !important;
  right: 3.25rem !important;
  bottom: 3.25rem !important;
  left: 3.25rem !important;
}

.tw-inset-14{
  top: 3.5rem !important;
  right: 3.5rem !important;
  bottom: 3.5rem !important;
  left: 3.5rem !important;
}

.tw-inset-15{
  top: 3.75rem !important;
  right: 3.75rem !important;
  bottom: 3.75rem !important;
  left: 3.75rem !important;
}

.tw-inset-16{
  top: 4rem !important;
  right: 4rem !important;
  bottom: 4rem !important;
  left: 4rem !important;
}

.tw-inset-20{
  top: 5rem !important;
  right: 5rem !important;
  bottom: 5rem !important;
  left: 5rem !important;
}

.tw-inset-24{
  top: 6rem !important;
  right: 6rem !important;
  bottom: 6rem !important;
  left: 6rem !important;
}

.tw-inset-28{
  top: 7rem !important;
  right: 7rem !important;
  bottom: 7rem !important;
  left: 7rem !important;
}

.tw-inset-32{
  top: 8rem !important;
  right: 8rem !important;
  bottom: 8rem !important;
  left: 8rem !important;
}

.tw-inset-36{
  top: 9rem !important;
  right: 9rem !important;
  bottom: 9rem !important;
  left: 9rem !important;
}

.tw-inset-40{
  top: 10rem !important;
  right: 10rem !important;
  bottom: 10rem !important;
  left: 10rem !important;
}

.tw-inset-48{
  top: 12rem !important;
  right: 12rem !important;
  bottom: 12rem !important;
  left: 12rem !important;
}

.tw-inset-56{
  top: 14rem !important;
  right: 14rem !important;
  bottom: 14rem !important;
  left: 14rem !important;
}

.tw-inset-60{
  top: 15rem !important;
  right: 15rem !important;
  bottom: 15rem !important;
  left: 15rem !important;
}

.tw-inset-64{
  top: 16rem !important;
  right: 16rem !important;
  bottom: 16rem !important;
  left: 16rem !important;
}

.tw-inset-72{
  top: 18rem !important;
  right: 18rem !important;
  bottom: 18rem !important;
  left: 18rem !important;
}

.tw-inset-80{
  top: 20rem !important;
  right: 20rem !important;
  bottom: 20rem !important;
  left: 20rem !important;
}

.tw-inset-96{
  top: 24rem !important;
  right: 24rem !important;
  bottom: 24rem !important;
  left: 24rem !important;
}

.tw-inset-auto{
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.tw-inset-px{
  top: 1px !important;
  right: 1px !important;
  bottom: 1px !important;
  left: 1px !important;
}

.tw-inset-0\.5{
  top: 0.125rem !important;
  right: 0.125rem !important;
  bottom: 0.125rem !important;
  left: 0.125rem !important;
}

.tw-inset-1\.5{
  top: 0.375rem !important;
  right: 0.375rem !important;
  bottom: 0.375rem !important;
  left: 0.375rem !important;
}

.tw-inset-2\.5{
  top: 0.625rem !important;
  right: 0.625rem !important;
  bottom: 0.625rem !important;
  left: 0.625rem !important;
}

.tw-inset-3\.5{
  top: 0.875rem !important;
  right: 0.875rem !important;
  bottom: 0.875rem !important;
  left: 0.875rem !important;
}

.tw-inset-1\/2{
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.tw-inset-1\/3{
  top: 33.333333% !important;
  right: 33.333333% !important;
  bottom: 33.333333% !important;
  left: 33.333333% !important;
}

.tw-inset-2\/3{
  top: 66.666667% !important;
  right: 66.666667% !important;
  bottom: 66.666667% !important;
  left: 66.666667% !important;
}

.tw-inset-1\/4{
  top: 25% !important;
  right: 25% !important;
  bottom: 25% !important;
  left: 25% !important;
}

.tw-inset-2\/4{
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.tw-inset-3\/4{
  top: 75% !important;
  right: 75% !important;
  bottom: 75% !important;
  left: 75% !important;
}

.tw-inset-1\/5{
  top: 20% !important;
  right: 20% !important;
  bottom: 20% !important;
  left: 20% !important;
}

.tw-inset-2\/5{
  top: 40% !important;
  right: 40% !important;
  bottom: 40% !important;
  left: 40% !important;
}

.tw-inset-3\/5{
  top: 60% !important;
  right: 60% !important;
  bottom: 60% !important;
  left: 60% !important;
}

.tw-inset-4\/5{
  top: 80% !important;
  right: 80% !important;
  bottom: 80% !important;
  left: 80% !important;
}

.tw-inset-1\/6{
  top: 16.666667% !important;
  right: 16.666667% !important;
  bottom: 16.666667% !important;
  left: 16.666667% !important;
}

.tw-inset-2\/6{
  top: 33.333333% !important;
  right: 33.333333% !important;
  bottom: 33.333333% !important;
  left: 33.333333% !important;
}

.tw-inset-3\/6{
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.tw-inset-4\/6{
  top: 66.666667% !important;
  right: 66.666667% !important;
  bottom: 66.666667% !important;
  left: 66.666667% !important;
}

.tw-inset-5\/6{
  top: 83.333333% !important;
  right: 83.333333% !important;
  bottom: 83.333333% !important;
  left: 83.333333% !important;
}

.tw-inset-1\/12{
  top: 8.333333% !important;
  right: 8.333333% !important;
  bottom: 8.333333% !important;
  left: 8.333333% !important;
}

.tw-inset-2\/12{
  top: 16.666667% !important;
  right: 16.666667% !important;
  bottom: 16.666667% !important;
  left: 16.666667% !important;
}

.tw-inset-3\/12{
  top: 25% !important;
  right: 25% !important;
  bottom: 25% !important;
  left: 25% !important;
}

.tw-inset-4\/12{
  top: 33.333333% !important;
  right: 33.333333% !important;
  bottom: 33.333333% !important;
  left: 33.333333% !important;
}

.tw-inset-5\/12{
  top: 41.666667% !important;
  right: 41.666667% !important;
  bottom: 41.666667% !important;
  left: 41.666667% !important;
}

.tw-inset-6\/12{
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.tw-inset-7\/12{
  top: 58.333333% !important;
  right: 58.333333% !important;
  bottom: 58.333333% !important;
  left: 58.333333% !important;
}

.tw-inset-8\/12{
  top: 66.666667% !important;
  right: 66.666667% !important;
  bottom: 66.666667% !important;
  left: 66.666667% !important;
}

.tw-inset-9\/12{
  top: 75% !important;
  right: 75% !important;
  bottom: 75% !important;
  left: 75% !important;
}

.tw-inset-10\/12{
  top: 83.333333% !important;
  right: 83.333333% !important;
  bottom: 83.333333% !important;
  left: 83.333333% !important;
}

.tw-inset-11\/12{
  top: 91.666667% !important;
  right: 91.666667% !important;
  bottom: 91.666667% !important;
  left: 91.666667% !important;
}

.tw-inset-full{
  top: 100% !important;
  right: 100% !important;
  bottom: 100% !important;
  left: 100% !important;
}

.tw-inset-y-0{
  top: 0 !important;
  bottom: 0 !important;
}

.tw-inset-x-0{
  right: 0 !important;
  left: 0 !important;
}

.tw-inset-y-1{
  top: 0.25rem !important;
  bottom: 0.25rem !important;
}

.tw-inset-x-1{
  right: 0.25rem !important;
  left: 0.25rem !important;
}

.tw-inset-y-2{
  top: 0.5rem !important;
  bottom: 0.5rem !important;
}

.tw-inset-x-2{
  right: 0.5rem !important;
  left: 0.5rem !important;
}

.tw-inset-y-3{
  top: 0.75rem !important;
  bottom: 0.75rem !important;
}

.tw-inset-x-3{
  right: 0.75rem !important;
  left: 0.75rem !important;
}

.tw-inset-y-4{
  top: 1rem !important;
  bottom: 1rem !important;
}

.tw-inset-x-4{
  right: 1rem !important;
  left: 1rem !important;
}

.tw-inset-y-5{
  top: 1.25rem !important;
  bottom: 1.25rem !important;
}

.tw-inset-x-5{
  right: 1.25rem !important;
  left: 1.25rem !important;
}

.tw-inset-y-6{
  top: 1.5rem !important;
  bottom: 1.5rem !important;
}

.tw-inset-x-6{
  right: 1.5rem !important;
  left: 1.5rem !important;
}

.tw-inset-y-7{
  top: 1.75rem !important;
  bottom: 1.75rem !important;
}

.tw-inset-x-7{
  right: 1.75rem !important;
  left: 1.75rem !important;
}

.tw-inset-y-8{
  top: 2rem !important;
  bottom: 2rem !important;
}

.tw-inset-x-8{
  right: 2rem !important;
  left: 2rem !important;
}

.tw-inset-y-9{
  top: 2.25rem !important;
  bottom: 2.25rem !important;
}

.tw-inset-x-9{
  right: 2.25rem !important;
  left: 2.25rem !important;
}

.tw-inset-y-10{
  top: 2.5rem !important;
  bottom: 2.5rem !important;
}

.tw-inset-x-10{
  right: 2.5rem !important;
  left: 2.5rem !important;
}

.tw-inset-y-11{
  top: 2.75rem !important;
  bottom: 2.75rem !important;
}

.tw-inset-x-11{
  right: 2.75rem !important;
  left: 2.75rem !important;
}

.tw-inset-y-12{
  top: 3rem !important;
  bottom: 3rem !important;
}

.tw-inset-x-12{
  right: 3rem !important;
  left: 3rem !important;
}

.tw-inset-y-13{
  top: 3.25rem !important;
  bottom: 3.25rem !important;
}

.tw-inset-x-13{
  right: 3.25rem !important;
  left: 3.25rem !important;
}

.tw-inset-y-14{
  top: 3.5rem !important;
  bottom: 3.5rem !important;
}

.tw-inset-x-14{
  right: 3.5rem !important;
  left: 3.5rem !important;
}

.tw-inset-y-15{
  top: 3.75rem !important;
  bottom: 3.75rem !important;
}

.tw-inset-x-15{
  right: 3.75rem !important;
  left: 3.75rem !important;
}

.tw-inset-y-16{
  top: 4rem !important;
  bottom: 4rem !important;
}

.tw-inset-x-16{
  right: 4rem !important;
  left: 4rem !important;
}

.tw-inset-y-20{
  top: 5rem !important;
  bottom: 5rem !important;
}

.tw-inset-x-20{
  right: 5rem !important;
  left: 5rem !important;
}

.tw-inset-y-24{
  top: 6rem !important;
  bottom: 6rem !important;
}

.tw-inset-x-24{
  right: 6rem !important;
  left: 6rem !important;
}

.tw-inset-y-28{
  top: 7rem !important;
  bottom: 7rem !important;
}

.tw-inset-x-28{
  right: 7rem !important;
  left: 7rem !important;
}

.tw-inset-y-32{
  top: 8rem !important;
  bottom: 8rem !important;
}

.tw-inset-x-32{
  right: 8rem !important;
  left: 8rem !important;
}

.tw-inset-y-36{
  top: 9rem !important;
  bottom: 9rem !important;
}

.tw-inset-x-36{
  right: 9rem !important;
  left: 9rem !important;
}

.tw-inset-y-40{
  top: 10rem !important;
  bottom: 10rem !important;
}

.tw-inset-x-40{
  right: 10rem !important;
  left: 10rem !important;
}

.tw-inset-y-48{
  top: 12rem !important;
  bottom: 12rem !important;
}

.tw-inset-x-48{
  right: 12rem !important;
  left: 12rem !important;
}

.tw-inset-y-56{
  top: 14rem !important;
  bottom: 14rem !important;
}

.tw-inset-x-56{
  right: 14rem !important;
  left: 14rem !important;
}

.tw-inset-y-60{
  top: 15rem !important;
  bottom: 15rem !important;
}

.tw-inset-x-60{
  right: 15rem !important;
  left: 15rem !important;
}

.tw-inset-y-64{
  top: 16rem !important;
  bottom: 16rem !important;
}

.tw-inset-x-64{
  right: 16rem !important;
  left: 16rem !important;
}

.tw-inset-y-72{
  top: 18rem !important;
  bottom: 18rem !important;
}

.tw-inset-x-72{
  right: 18rem !important;
  left: 18rem !important;
}

.tw-inset-y-80{
  top: 20rem !important;
  bottom: 20rem !important;
}

.tw-inset-x-80{
  right: 20rem !important;
  left: 20rem !important;
}

.tw-inset-y-96{
  top: 24rem !important;
  bottom: 24rem !important;
}

.tw-inset-x-96{
  right: 24rem !important;
  left: 24rem !important;
}

.tw-inset-y-auto{
  top: auto !important;
  bottom: auto !important;
}

.tw-inset-x-auto{
  right: auto !important;
  left: auto !important;
}

.tw-inset-y-px{
  top: 1px !important;
  bottom: 1px !important;
}

.tw-inset-x-px{
  right: 1px !important;
  left: 1px !important;
}

.tw-inset-y-0\.5{
  top: 0.125rem !important;
  bottom: 0.125rem !important;
}

.tw-inset-x-0\.5{
  right: 0.125rem !important;
  left: 0.125rem !important;
}

.tw-inset-y-1\.5{
  top: 0.375rem !important;
  bottom: 0.375rem !important;
}

.tw-inset-x-1\.5{
  right: 0.375rem !important;
  left: 0.375rem !important;
}

.tw-inset-y-2\.5{
  top: 0.625rem !important;
  bottom: 0.625rem !important;
}

.tw-inset-x-2\.5{
  right: 0.625rem !important;
  left: 0.625rem !important;
}

.tw-inset-y-3\.5{
  top: 0.875rem !important;
  bottom: 0.875rem !important;
}

.tw-inset-x-3\.5{
  right: 0.875rem !important;
  left: 0.875rem !important;
}

.tw-inset-y-1\/2{
  top: 50% !important;
  bottom: 50% !important;
}

.tw-inset-x-1\/2{
  right: 50% !important;
  left: 50% !important;
}

.tw-inset-y-1\/3{
  top: 33.333333% !important;
  bottom: 33.333333% !important;
}

.tw-inset-x-1\/3{
  right: 33.333333% !important;
  left: 33.333333% !important;
}

.tw-inset-y-2\/3{
  top: 66.666667% !important;
  bottom: 66.666667% !important;
}

.tw-inset-x-2\/3{
  right: 66.666667% !important;
  left: 66.666667% !important;
}

.tw-inset-y-1\/4{
  top: 25% !important;
  bottom: 25% !important;
}

.tw-inset-x-1\/4{
  right: 25% !important;
  left: 25% !important;
}

.tw-inset-y-2\/4{
  top: 50% !important;
  bottom: 50% !important;
}

.tw-inset-x-2\/4{
  right: 50% !important;
  left: 50% !important;
}

.tw-inset-y-3\/4{
  top: 75% !important;
  bottom: 75% !important;
}

.tw-inset-x-3\/4{
  right: 75% !important;
  left: 75% !important;
}

.tw-inset-y-1\/5{
  top: 20% !important;
  bottom: 20% !important;
}

.tw-inset-x-1\/5{
  right: 20% !important;
  left: 20% !important;
}

.tw-inset-y-2\/5{
  top: 40% !important;
  bottom: 40% !important;
}

.tw-inset-x-2\/5{
  right: 40% !important;
  left: 40% !important;
}

.tw-inset-y-3\/5{
  top: 60% !important;
  bottom: 60% !important;
}

.tw-inset-x-3\/5{
  right: 60% !important;
  left: 60% !important;
}

.tw-inset-y-4\/5{
  top: 80% !important;
  bottom: 80% !important;
}

.tw-inset-x-4\/5{
  right: 80% !important;
  left: 80% !important;
}

.tw-inset-y-1\/6{
  top: 16.666667% !important;
  bottom: 16.666667% !important;
}

.tw-inset-x-1\/6{
  right: 16.666667% !important;
  left: 16.666667% !important;
}

.tw-inset-y-2\/6{
  top: 33.333333% !important;
  bottom: 33.333333% !important;
}

.tw-inset-x-2\/6{
  right: 33.333333% !important;
  left: 33.333333% !important;
}

.tw-inset-y-3\/6{
  top: 50% !important;
  bottom: 50% !important;
}

.tw-inset-x-3\/6{
  right: 50% !important;
  left: 50% !important;
}

.tw-inset-y-4\/6{
  top: 66.666667% !important;
  bottom: 66.666667% !important;
}

.tw-inset-x-4\/6{
  right: 66.666667% !important;
  left: 66.666667% !important;
}

.tw-inset-y-5\/6{
  top: 83.333333% !important;
  bottom: 83.333333% !important;
}

.tw-inset-x-5\/6{
  right: 83.333333% !important;
  left: 83.333333% !important;
}

.tw-inset-y-1\/12{
  top: 8.333333% !important;
  bottom: 8.333333% !important;
}

.tw-inset-x-1\/12{
  right: 8.333333% !important;
  left: 8.333333% !important;
}

.tw-inset-y-2\/12{
  top: 16.666667% !important;
  bottom: 16.666667% !important;
}

.tw-inset-x-2\/12{
  right: 16.666667% !important;
  left: 16.666667% !important;
}

.tw-inset-y-3\/12{
  top: 25% !important;
  bottom: 25% !important;
}

.tw-inset-x-3\/12{
  right: 25% !important;
  left: 25% !important;
}

.tw-inset-y-4\/12{
  top: 33.333333% !important;
  bottom: 33.333333% !important;
}

.tw-inset-x-4\/12{
  right: 33.333333% !important;
  left: 33.333333% !important;
}

.tw-inset-y-5\/12{
  top: 41.666667% !important;
  bottom: 41.666667% !important;
}

.tw-inset-x-5\/12{
  right: 41.666667% !important;
  left: 41.666667% !important;
}

.tw-inset-y-6\/12{
  top: 50% !important;
  bottom: 50% !important;
}

.tw-inset-x-6\/12{
  right: 50% !important;
  left: 50% !important;
}

.tw-inset-y-7\/12{
  top: 58.333333% !important;
  bottom: 58.333333% !important;
}

.tw-inset-x-7\/12{
  right: 58.333333% !important;
  left: 58.333333% !important;
}

.tw-inset-y-8\/12{
  top: 66.666667% !important;
  bottom: 66.666667% !important;
}

.tw-inset-x-8\/12{
  right: 66.666667% !important;
  left: 66.666667% !important;
}

.tw-inset-y-9\/12{
  top: 75% !important;
  bottom: 75% !important;
}

.tw-inset-x-9\/12{
  right: 75% !important;
  left: 75% !important;
}

.tw-inset-y-10\/12{
  top: 83.333333% !important;
  bottom: 83.333333% !important;
}

.tw-inset-x-10\/12{
  right: 83.333333% !important;
  left: 83.333333% !important;
}

.tw-inset-y-11\/12{
  top: 91.666667% !important;
  bottom: 91.666667% !important;
}

.tw-inset-x-11\/12{
  right: 91.666667% !important;
  left: 91.666667% !important;
}

.tw-inset-y-full{
  top: 100% !important;
  bottom: 100% !important;
}

.tw-inset-x-full{
  right: 100% !important;
  left: 100% !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-1{
  top: 0.25rem !important;
}

.tw-right-1{
  right: 0.25rem !important;
}

.tw-bottom-1{
  bottom: 0.25rem !important;
}

.tw-left-1{
  left: 0.25rem !important;
}

.tw-top-2{
  top: 0.5rem !important;
}

.tw-right-2{
  right: 0.5rem !important;
}

.tw-bottom-2{
  bottom: 0.5rem !important;
}

.tw-left-2{
  left: 0.5rem !important;
}

.tw-top-3{
  top: 0.75rem !important;
}

.tw-right-3{
  right: 0.75rem !important;
}

.tw-bottom-3{
  bottom: 0.75rem !important;
}

.tw-left-3{
  left: 0.75rem !important;
}

.tw-top-4{
  top: 1rem !important;
}

.tw-right-4{
  right: 1rem !important;
}

.tw-bottom-4{
  bottom: 1rem !important;
}

.tw-left-4{
  left: 1rem !important;
}

.tw-top-5{
  top: 1.25rem !important;
}

.tw-right-5{
  right: 1.25rem !important;
}

.tw-bottom-5{
  bottom: 1.25rem !important;
}

.tw-left-5{
  left: 1.25rem !important;
}

.tw-top-6{
  top: 1.5rem !important;
}

.tw-right-6{
  right: 1.5rem !important;
}

.tw-bottom-6{
  bottom: 1.5rem !important;
}

.tw-left-6{
  left: 1.5rem !important;
}

.tw-top-7{
  top: 1.75rem !important;
}

.tw-right-7{
  right: 1.75rem !important;
}

.tw-bottom-7{
  bottom: 1.75rem !important;
}

.tw-left-7{
  left: 1.75rem !important;
}

.tw-top-8{
  top: 2rem !important;
}

.tw-right-8{
  right: 2rem !important;
}

.tw-bottom-8{
  bottom: 2rem !important;
}

.tw-left-8{
  left: 2rem !important;
}

.tw-top-9{
  top: 2.25rem !important;
}

.tw-right-9{
  right: 2.25rem !important;
}

.tw-bottom-9{
  bottom: 2.25rem !important;
}

.tw-left-9{
  left: 2.25rem !important;
}

.tw-top-10{
  top: 2.5rem !important;
}

.tw-right-10{
  right: 2.5rem !important;
}

.tw-bottom-10{
  bottom: 2.5rem !important;
}

.tw-left-10{
  left: 2.5rem !important;
}

.tw-top-11{
  top: 2.75rem !important;
}

.tw-right-11{
  right: 2.75rem !important;
}

.tw-bottom-11{
  bottom: 2.75rem !important;
}

.tw-left-11{
  left: 2.75rem !important;
}

.tw-top-12{
  top: 3rem !important;
}

.tw-right-12{
  right: 3rem !important;
}

.tw-bottom-12{
  bottom: 3rem !important;
}

.tw-left-12{
  left: 3rem !important;
}

.tw-top-13{
  top: 3.25rem !important;
}

.tw-right-13{
  right: 3.25rem !important;
}

.tw-bottom-13{
  bottom: 3.25rem !important;
}

.tw-left-13{
  left: 3.25rem !important;
}

.tw-top-14{
  top: 3.5rem !important;
}

.tw-right-14{
  right: 3.5rem !important;
}

.tw-bottom-14{
  bottom: 3.5rem !important;
}

.tw-left-14{
  left: 3.5rem !important;
}

.tw-top-15{
  top: 3.75rem !important;
}

.tw-right-15{
  right: 3.75rem !important;
}

.tw-bottom-15{
  bottom: 3.75rem !important;
}

.tw-left-15{
  left: 3.75rem !important;
}

.tw-top-16{
  top: 4rem !important;
}

.tw-right-16{
  right: 4rem !important;
}

.tw-bottom-16{
  bottom: 4rem !important;
}

.tw-left-16{
  left: 4rem !important;
}

.tw-top-20{
  top: 5rem !important;
}

.tw-right-20{
  right: 5rem !important;
}

.tw-bottom-20{
  bottom: 5rem !important;
}

.tw-left-20{
  left: 5rem !important;
}

.tw-top-24{
  top: 6rem !important;
}

.tw-right-24{
  right: 6rem !important;
}

.tw-bottom-24{
  bottom: 6rem !important;
}

.tw-left-24{
  left: 6rem !important;
}

.tw-top-28{
  top: 7rem !important;
}

.tw-right-28{
  right: 7rem !important;
}

.tw-bottom-28{
  bottom: 7rem !important;
}

.tw-left-28{
  left: 7rem !important;
}

.tw-top-32{
  top: 8rem !important;
}

.tw-right-32{
  right: 8rem !important;
}

.tw-bottom-32{
  bottom: 8rem !important;
}

.tw-left-32{
  left: 8rem !important;
}

.tw-top-36{
  top: 9rem !important;
}

.tw-right-36{
  right: 9rem !important;
}

.tw-bottom-36{
  bottom: 9rem !important;
}

.tw-left-36{
  left: 9rem !important;
}

.tw-top-40{
  top: 10rem !important;
}

.tw-right-40{
  right: 10rem !important;
}

.tw-bottom-40{
  bottom: 10rem !important;
}

.tw-left-40{
  left: 10rem !important;
}

.tw-top-48{
  top: 12rem !important;
}

.tw-right-48{
  right: 12rem !important;
}

.tw-bottom-48{
  bottom: 12rem !important;
}

.tw-left-48{
  left: 12rem !important;
}

.tw-top-56{
  top: 14rem !important;
}

.tw-right-56{
  right: 14rem !important;
}

.tw-bottom-56{
  bottom: 14rem !important;
}

.tw-left-56{
  left: 14rem !important;
}

.tw-top-60{
  top: 15rem !important;
}

.tw-right-60{
  right: 15rem !important;
}

.tw-bottom-60{
  bottom: 15rem !important;
}

.tw-left-60{
  left: 15rem !important;
}

.tw-top-64{
  top: 16rem !important;
}

.tw-right-64{
  right: 16rem !important;
}

.tw-bottom-64{
  bottom: 16rem !important;
}

.tw-left-64{
  left: 16rem !important;
}

.tw-top-72{
  top: 18rem !important;
}

.tw-right-72{
  right: 18rem !important;
}

.tw-bottom-72{
  bottom: 18rem !important;
}

.tw-left-72{
  left: 18rem !important;
}

.tw-top-80{
  top: 20rem !important;
}

.tw-right-80{
  right: 20rem !important;
}

.tw-bottom-80{
  bottom: 20rem !important;
}

.tw-left-80{
  left: 20rem !important;
}

.tw-top-96{
  top: 24rem !important;
}

.tw-right-96{
  right: 24rem !important;
}

.tw-bottom-96{
  bottom: 24rem !important;
}

.tw-left-96{
  left: 24rem !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-top-px{
  top: 1px !important;
}

.tw-right-px{
  right: 1px !important;
}

.tw-bottom-px{
  bottom: 1px !important;
}

.tw-left-px{
  left: 1px !important;
}

.tw-top-0\.5{
  top: 0.125rem !important;
}

.tw-right-0\.5{
  right: 0.125rem !important;
}

.tw-bottom-0\.5{
  bottom: 0.125rem !important;
}

.tw-left-0\.5{
  left: 0.125rem !important;
}

.tw-top-1\.5{
  top: 0.375rem !important;
}

.tw-right-1\.5{
  right: 0.375rem !important;
}

.tw-bottom-1\.5{
  bottom: 0.375rem !important;
}

.tw-left-1\.5{
  left: 0.375rem !important;
}

.tw-top-2\.5{
  top: 0.625rem !important;
}

.tw-right-2\.5{
  right: 0.625rem !important;
}

.tw-bottom-2\.5{
  bottom: 0.625rem !important;
}

.tw-left-2\.5{
  left: 0.625rem !important;
}

.tw-top-3\.5{
  top: 0.875rem !important;
}

.tw-right-3\.5{
  right: 0.875rem !important;
}

.tw-bottom-3\.5{
  bottom: 0.875rem !important;
}

.tw-left-3\.5{
  left: 0.875rem !important;
}

.tw-top-1\/2{
  top: 50% !important;
}

.tw-right-1\/2{
  right: 50% !important;
}

.tw-bottom-1\/2{
  bottom: 50% !important;
}

.tw-left-1\/2{
  left: 50% !important;
}

.tw-top-1\/3{
  top: 33.333333% !important;
}

.tw-right-1\/3{
  right: 33.333333% !important;
}

.tw-bottom-1\/3{
  bottom: 33.333333% !important;
}

.tw-left-1\/3{
  left: 33.333333% !important;
}

.tw-top-2\/3{
  top: 66.666667% !important;
}

.tw-right-2\/3{
  right: 66.666667% !important;
}

.tw-bottom-2\/3{
  bottom: 66.666667% !important;
}

.tw-left-2\/3{
  left: 66.666667% !important;
}

.tw-top-1\/4{
  top: 25% !important;
}

.tw-right-1\/4{
  right: 25% !important;
}

.tw-bottom-1\/4{
  bottom: 25% !important;
}

.tw-left-1\/4{
  left: 25% !important;
}

.tw-top-2\/4{
  top: 50% !important;
}

.tw-right-2\/4{
  right: 50% !important;
}

.tw-bottom-2\/4{
  bottom: 50% !important;
}

.tw-left-2\/4{
  left: 50% !important;
}

.tw-top-3\/4{
  top: 75% !important;
}

.tw-right-3\/4{
  right: 75% !important;
}

.tw-bottom-3\/4{
  bottom: 75% !important;
}

.tw-left-3\/4{
  left: 75% !important;
}

.tw-top-1\/5{
  top: 20% !important;
}

.tw-right-1\/5{
  right: 20% !important;
}

.tw-bottom-1\/5{
  bottom: 20% !important;
}

.tw-left-1\/5{
  left: 20% !important;
}

.tw-top-2\/5{
  top: 40% !important;
}

.tw-right-2\/5{
  right: 40% !important;
}

.tw-bottom-2\/5{
  bottom: 40% !important;
}

.tw-left-2\/5{
  left: 40% !important;
}

.tw-top-3\/5{
  top: 60% !important;
}

.tw-right-3\/5{
  right: 60% !important;
}

.tw-bottom-3\/5{
  bottom: 60% !important;
}

.tw-left-3\/5{
  left: 60% !important;
}

.tw-top-4\/5{
  top: 80% !important;
}

.tw-right-4\/5{
  right: 80% !important;
}

.tw-bottom-4\/5{
  bottom: 80% !important;
}

.tw-left-4\/5{
  left: 80% !important;
}

.tw-top-1\/6{
  top: 16.666667% !important;
}

.tw-right-1\/6{
  right: 16.666667% !important;
}

.tw-bottom-1\/6{
  bottom: 16.666667% !important;
}

.tw-left-1\/6{
  left: 16.666667% !important;
}

.tw-top-2\/6{
  top: 33.333333% !important;
}

.tw-right-2\/6{
  right: 33.333333% !important;
}

.tw-bottom-2\/6{
  bottom: 33.333333% !important;
}

.tw-left-2\/6{
  left: 33.333333% !important;
}

.tw-top-3\/6{
  top: 50% !important;
}

.tw-right-3\/6{
  right: 50% !important;
}

.tw-bottom-3\/6{
  bottom: 50% !important;
}

.tw-left-3\/6{
  left: 50% !important;
}

.tw-top-4\/6{
  top: 66.666667% !important;
}

.tw-right-4\/6{
  right: 66.666667% !important;
}

.tw-bottom-4\/6{
  bottom: 66.666667% !important;
}

.tw-left-4\/6{
  left: 66.666667% !important;
}

.tw-top-5\/6{
  top: 83.333333% !important;
}

.tw-right-5\/6{
  right: 83.333333% !important;
}

.tw-bottom-5\/6{
  bottom: 83.333333% !important;
}

.tw-left-5\/6{
  left: 83.333333% !important;
}

.tw-top-1\/12{
  top: 8.333333% !important;
}

.tw-right-1\/12{
  right: 8.333333% !important;
}

.tw-bottom-1\/12{
  bottom: 8.333333% !important;
}

.tw-left-1\/12{
  left: 8.333333% !important;
}

.tw-top-2\/12{
  top: 16.666667% !important;
}

.tw-right-2\/12{
  right: 16.666667% !important;
}

.tw-bottom-2\/12{
  bottom: 16.666667% !important;
}

.tw-left-2\/12{
  left: 16.666667% !important;
}

.tw-top-3\/12{
  top: 25% !important;
}

.tw-right-3\/12{
  right: 25% !important;
}

.tw-bottom-3\/12{
  bottom: 25% !important;
}

.tw-left-3\/12{
  left: 25% !important;
}

.tw-top-4\/12{
  top: 33.333333% !important;
}

.tw-right-4\/12{
  right: 33.333333% !important;
}

.tw-bottom-4\/12{
  bottom: 33.333333% !important;
}

.tw-left-4\/12{
  left: 33.333333% !important;
}

.tw-top-5\/12{
  top: 41.666667% !important;
}

.tw-right-5\/12{
  right: 41.666667% !important;
}

.tw-bottom-5\/12{
  bottom: 41.666667% !important;
}

.tw-left-5\/12{
  left: 41.666667% !important;
}

.tw-top-6\/12{
  top: 50% !important;
}

.tw-right-6\/12{
  right: 50% !important;
}

.tw-bottom-6\/12{
  bottom: 50% !important;
}

.tw-left-6\/12{
  left: 50% !important;
}

.tw-top-7\/12{
  top: 58.333333% !important;
}

.tw-right-7\/12{
  right: 58.333333% !important;
}

.tw-bottom-7\/12{
  bottom: 58.333333% !important;
}

.tw-left-7\/12{
  left: 58.333333% !important;
}

.tw-top-8\/12{
  top: 66.666667% !important;
}

.tw-right-8\/12{
  right: 66.666667% !important;
}

.tw-bottom-8\/12{
  bottom: 66.666667% !important;
}

.tw-left-8\/12{
  left: 66.666667% !important;
}

.tw-top-9\/12{
  top: 75% !important;
}

.tw-right-9\/12{
  right: 75% !important;
}

.tw-bottom-9\/12{
  bottom: 75% !important;
}

.tw-left-9\/12{
  left: 75% !important;
}

.tw-top-10\/12{
  top: 83.333333% !important;
}

.tw-right-10\/12{
  right: 83.333333% !important;
}

.tw-bottom-10\/12{
  bottom: 83.333333% !important;
}

.tw-left-10\/12{
  left: 83.333333% !important;
}

.tw-top-11\/12{
  top: 91.666667% !important;
}

.tw-right-11\/12{
  right: 91.666667% !important;
}

.tw-bottom-11\/12{
  bottom: 91.666667% !important;
}

.tw-left-11\/12{
  left: 91.666667% !important;
}

.tw-top-full{
  top: 100% !important;
}

.tw-right-full{
  right: 100% !important;
}

.tw-bottom-full{
  bottom: 100% !important;
}

.tw-left-full{
  left: 100% !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(118, 169, 250, 0.45) !important;
}

.tw-shadow-none{
  box-shadow: none !important;
}

.tw-shadow-solid{
  box-shadow: 0 0 0 2px currentColor !important;
}

.tw-shadow-outline-gray{
  box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
}

.tw-shadow-outline-blue{
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
}

.tw-shadow-outline-teal{
  box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
}

.tw-shadow-outline-green{
  box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
}

.tw-shadow-outline-yellow{
  box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
}

.tw-shadow-outline-orange{
  box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
}

.tw-shadow-outline-red{
  box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
}

.tw-shadow-outline-pink{
  box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
}

.tw-shadow-outline-purple{
  box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
}

.tw-shadow-outline-indigo{
  box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !important;
}

.tw-group:focus .group-focus\:tw-shadow-xs{
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.tw-group:focus .group-focus\:tw-shadow-sm{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.tw-group:focus .group-focus\: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-group:focus .group-focus\: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-group:focus .group-focus\: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-group:focus .group-focus\: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-group:focus .group-focus\:tw-shadow-2xl{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.tw-group:focus .group-focus\:tw-shadow-inner{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.tw-group:focus .group-focus\:tw-shadow-outline{
  box-shadow: 0 0 0 3px rgba(118, 169, 250, 0.45) !important;
}

.tw-group:focus .group-focus\:tw-shadow-none{
  box-shadow: none !important;
}

.tw-group:focus .group-focus\:tw-shadow-solid{
  box-shadow: 0 0 0 2px currentColor !important;
}

.tw-group:focus .group-focus\:tw-shadow-outline-gray{
  box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
}

.tw-group:focus .group-focus\:tw-shadow-outline-blue{
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
}

.tw-group:focus .group-focus\:tw-shadow-outline-teal{
  box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
}

.tw-group:focus .group-focus\:tw-shadow-outline-green{
  box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
}

.tw-group:focus .group-focus\:tw-shadow-outline-yellow{
  box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
}

.tw-group:focus .group-focus\:tw-shadow-outline-orange{
  box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
}

.tw-group:focus .group-focus\:tw-shadow-outline-red{
  box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
}

.tw-group:focus .group-focus\:tw-shadow-outline-pink{
  box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
}

.tw-group:focus .group-focus\:tw-shadow-outline-purple{
  box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
}

.tw-group:focus .group-focus\:tw-shadow-outline-indigo{
  box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !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(118, 169, 250, 0.45) !important;
}

.hover\:tw-shadow-none:hover{
  box-shadow: none !important;
}

.hover\:tw-shadow-solid:hover{
  box-shadow: 0 0 0 2px currentColor !important;
}

.hover\:tw-shadow-outline-gray:hover{
  box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
}

.hover\:tw-shadow-outline-blue:hover{
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
}

.hover\:tw-shadow-outline-teal:hover{
  box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
}

.hover\:tw-shadow-outline-green:hover{
  box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
}

.hover\:tw-shadow-outline-yellow:hover{
  box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
}

.hover\:tw-shadow-outline-orange:hover{
  box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
}

.hover\:tw-shadow-outline-red:hover{
  box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
}

.hover\:tw-shadow-outline-pink:hover{
  box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
}

.hover\:tw-shadow-outline-purple:hover{
  box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
}

.hover\:tw-shadow-outline-indigo:hover{
  box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !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(118, 169, 250, 0.45) !important;
}

.focus\:tw-shadow-none:focus{
  box-shadow: none !important;
}

.focus\:tw-shadow-solid:focus{
  box-shadow: 0 0 0 2px currentColor !important;
}

.focus\:tw-shadow-outline-gray:focus{
  box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
}

.focus\:tw-shadow-outline-blue:focus{
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
}

.focus\:tw-shadow-outline-teal:focus{
  box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
}

.focus\:tw-shadow-outline-green:focus{
  box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
}

.focus\:tw-shadow-outline-yellow:focus{
  box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
}

.focus\:tw-shadow-outline-orange:focus{
  box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
}

.focus\:tw-shadow-outline-red:focus{
  box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
}

.focus\:tw-shadow-outline-pink:focus{
  box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
}

.focus\:tw-shadow-outline-purple:focus{
  box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
}

.focus\:tw-shadow-outline-indigo:focus{
  box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !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-white{
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.tw-text-black{
  --text-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, 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: #f4f5f7 !important;
  color: rgba(244, 245, 247, 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: #d2d6dc !important;
  color: rgba(210, 214, 220, var(--text-opacity)) !important;
}

.tw-text-gray-400{
  --text-opacity: 1 !important;
  color: #9fa6b2 !important;
  color: rgba(159, 166, 178, 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: #252f3f !important;
  color: rgba(37, 47, 63, var(--text-opacity)) !important;
}

.tw-text-gray-900{
  --text-opacity: 1 !important;
  color: #161e2e !important;
  color: rgba(22, 30, 46, var(--text-opacity)) !important;
}

.tw-text-cool-gray-50{
  --text-opacity: 1 !important;
  color: #fbfdfe !important;
  color: rgba(251, 253, 254, var(--text-opacity)) !important;
}

.tw-text-cool-gray-100{
  --text-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--text-opacity)) !important;
}

.tw-text-cool-gray-200{
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.tw-text-cool-gray-300{
  --text-opacity: 1 !important;
  color: #cfd8e3 !important;
  color: rgba(207, 216, 227, var(--text-opacity)) !important;
}

.tw-text-cool-gray-400{
  --text-opacity: 1 !important;
  color: #97a6ba !important;
  color: rgba(151, 166, 186, var(--text-opacity)) !important;
}

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

.tw-text-cool-gray-600{
  --text-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--text-opacity)) !important;
}

.tw-text-cool-gray-700{
  --text-opacity: 1 !important;
  color: #364152 !important;
  color: rgba(54, 65, 82, var(--text-opacity)) !important;
}

.tw-text-cool-gray-800{
  --text-opacity: 1 !important;
  color: #27303f !important;
  color: rgba(39, 48, 63, var(--text-opacity)) !important;
}

.tw-text-cool-gray-900{
  --text-opacity: 1 !important;
  color: #1a202e !important;
  color: rgba(26, 32, 46, var(--text-opacity)) !important;
}

.tw-text-red-50{
  --text-opacity: 1 !important;
  color: #fdf2f2 !important;
  color: rgba(253, 242, 242, var(--text-opacity)) !important;
}

.tw-text-red-100{
  --text-opacity: 1 !important;
  color: #fde8e8 !important;
  color: rgba(253, 232, 232, var(--text-opacity)) !important;
}

.tw-text-red-200{
  --text-opacity: 1 !important;
  color: #fbd5d5 !important;
  color: rgba(251, 213, 213, var(--text-opacity)) !important;
}

.tw-text-red-300{
  --text-opacity: 1 !important;
  color: #f8b4b4 !important;
  color: rgba(248, 180, 180, var(--text-opacity)) !important;
}

.tw-text-red-400{
  --text-opacity: 1 !important;
  color: #f98080 !important;
  color: rgba(249, 128, 128, var(--text-opacity)) !important;
}

.tw-text-red-500{
  --text-opacity: 1 !important;
  color: #f05252 !important;
  color: rgba(240, 82, 82, var(--text-opacity)) !important;
}

.tw-text-red-600{
  --text-opacity: 1 !important;
  color: #e02424 !important;
  color: rgba(224, 36, 36, var(--text-opacity)) !important;
}

.tw-text-red-700{
  --text-opacity: 1 !important;
  color: #c81e1e !important;
  color: rgba(200, 30, 30, var(--text-opacity)) !important;
}

.tw-text-red-800{
  --text-opacity: 1 !important;
  color: #9b1c1c !important;
  color: rgba(155, 28, 28, var(--text-opacity)) !important;
}

.tw-text-red-900{
  --text-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--text-opacity)) !important;
}

.tw-text-orange-50{
  --text-opacity: 1 !important;
  color: #fff8f1 !important;
  color: rgba(255, 248, 241, var(--text-opacity)) !important;
}

.tw-text-orange-100{
  --text-opacity: 1 !important;
  color: #feecdc !important;
  color: rgba(254, 236, 220, var(--text-opacity)) !important;
}

.tw-text-orange-200{
  --text-opacity: 1 !important;
  color: #fcd9bd !important;
  color: rgba(252, 217, 189, var(--text-opacity)) !important;
}

.tw-text-orange-300{
  --text-opacity: 1 !important;
  color: #fdba8c !important;
  color: rgba(253, 186, 140, var(--text-opacity)) !important;
}

.tw-text-orange-400{
  --text-opacity: 1 !important;
  color: #ff8a4c !important;
  color: rgba(255, 138, 76, var(--text-opacity)) !important;
}

.tw-text-orange-500{
  --text-opacity: 1 !important;
  color: #ff5a1f !important;
  color: rgba(255, 90, 31, var(--text-opacity)) !important;
}

.tw-text-orange-600{
  --text-opacity: 1 !important;
  color: #d03801 !important;
  color: rgba(208, 56, 1, var(--text-opacity)) !important;
}

.tw-text-orange-700{
  --text-opacity: 1 !important;
  color: #b43403 !important;
  color: rgba(180, 52, 3, var(--text-opacity)) !important;
}

.tw-text-orange-800{
  --text-opacity: 1 !important;
  color: #8a2c0d !important;
  color: rgba(138, 44, 13, var(--text-opacity)) !important;
}

.tw-text-orange-900{
  --text-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--text-opacity)) !important;
}

.tw-text-yellow-50{
  --text-opacity: 1 !important;
  color: #fdfdea !important;
  color: rgba(253, 253, 234, var(--text-opacity)) !important;
}

.tw-text-yellow-100{
  --text-opacity: 1 !important;
  color: #fdf6b2 !important;
  color: rgba(253, 246, 178, var(--text-opacity)) !important;
}

.tw-text-yellow-200{
  --text-opacity: 1 !important;
  color: #fce96a !important;
  color: rgba(252, 233, 106, var(--text-opacity)) !important;
}

.tw-text-yellow-300{
  --text-opacity: 1 !important;
  color: #faca15 !important;
  color: rgba(250, 202, 21, var(--text-opacity)) !important;
}

.tw-text-yellow-400{
  --text-opacity: 1 !important;
  color: #e3a008 !important;
  color: rgba(227, 160, 8, var(--text-opacity)) !important;
}

.tw-text-yellow-500{
  --text-opacity: 1 !important;
  color: #c27803 !important;
  color: rgba(194, 120, 3, var(--text-opacity)) !important;
}

.tw-text-yellow-600{
  --text-opacity: 1 !important;
  color: #9f580a !important;
  color: rgba(159, 88, 10, var(--text-opacity)) !important;
}

.tw-text-yellow-700{
  --text-opacity: 1 !important;
  color: #8e4b10 !important;
  color: rgba(142, 75, 16, var(--text-opacity)) !important;
}

.tw-text-yellow-800{
  --text-opacity: 1 !important;
  color: #723b13 !important;
  color: rgba(114, 59, 19, var(--text-opacity)) !important;
}

.tw-text-yellow-900{
  --text-opacity: 1 !important;
  color: #633112 !important;
  color: rgba(99, 49, 18, var(--text-opacity)) !important;
}

.tw-text-green-50{
  --text-opacity: 1 !important;
  color: #f3faf7 !important;
  color: rgba(243, 250, 247, var(--text-opacity)) !important;
}

.tw-text-green-100{
  --text-opacity: 1 !important;
  color: #def7ec !important;
  color: rgba(222, 247, 236, var(--text-opacity)) !important;
}

.tw-text-green-200{
  --text-opacity: 1 !important;
  color: #bcf0da !important;
  color: rgba(188, 240, 218, var(--text-opacity)) !important;
}

.tw-text-green-300{
  --text-opacity: 1 !important;
  color: #84e1bc !important;
  color: rgba(132, 225, 188, var(--text-opacity)) !important;
}

.tw-text-green-400{
  --text-opacity: 1 !important;
  color: #31c48d !important;
  color: rgba(49, 196, 141, var(--text-opacity)) !important;
}

.tw-text-green-500{
  --text-opacity: 1 !important;
  color: #0e9f6e !important;
  color: rgba(14, 159, 110, var(--text-opacity)) !important;
}

.tw-text-green-600{
  --text-opacity: 1 !important;
  color: #057a55 !important;
  color: rgba(5, 122, 85, var(--text-opacity)) !important;
}

.tw-text-green-700{
  --text-opacity: 1 !important;
  color: #046c4e !important;
  color: rgba(4, 108, 78, var(--text-opacity)) !important;
}

.tw-text-green-800{
  --text-opacity: 1 !important;
  color: #03543f !important;
  color: rgba(3, 84, 63, var(--text-opacity)) !important;
}

.tw-text-green-900{
  --text-opacity: 1 !important;
  color: #014737 !important;
  color: rgba(1, 71, 55, var(--text-opacity)) !important;
}

.tw-text-teal-50{
  --text-opacity: 1 !important;
  color: #edfafa !important;
  color: rgba(237, 250, 250, var(--text-opacity)) !important;
}

.tw-text-teal-100{
  --text-opacity: 1 !important;
  color: #d5f5f6 !important;
  color: rgba(213, 245, 246, var(--text-opacity)) !important;
}

.tw-text-teal-200{
  --text-opacity: 1 !important;
  color: #afecef !important;
  color: rgba(175, 236, 239, var(--text-opacity)) !important;
}

.tw-text-teal-300{
  --text-opacity: 1 !important;
  color: #7edce2 !important;
  color: rgba(126, 220, 226, var(--text-opacity)) !important;
}

.tw-text-teal-400{
  --text-opacity: 1 !important;
  color: #16bdca !important;
  color: rgba(22, 189, 202, var(--text-opacity)) !important;
}

.tw-text-teal-500{
  --text-opacity: 1 !important;
  color: #0694a2 !important;
  color: rgba(6, 148, 162, var(--text-opacity)) !important;
}

.tw-text-teal-600{
  --text-opacity: 1 !important;
  color: #047481 !important;
  color: rgba(4, 116, 129, var(--text-opacity)) !important;
}

.tw-text-teal-700{
  --text-opacity: 1 !important;
  color: #036672 !important;
  color: rgba(3, 102, 114, var(--text-opacity)) !important;
}

.tw-text-teal-800{
  --text-opacity: 1 !important;
  color: #05505c !important;
  color: rgba(5, 80, 92, var(--text-opacity)) !important;
}

.tw-text-teal-900{
  --text-opacity: 1 !important;
  color: #014451 !important;
  color: rgba(1, 68, 81, var(--text-opacity)) !important;
}

.tw-text-blue-50{
  --text-opacity: 1 !important;
  color: #ebf5ff !important;
  color: rgba(235, 245, 255, var(--text-opacity)) !important;
}

.tw-text-blue-100{
  --text-opacity: 1 !important;
  color: #e1effe !important;
  color: rgba(225, 239, 254, var(--text-opacity)) !important;
}

.tw-text-blue-200{
  --text-opacity: 1 !important;
  color: #c3ddfd !important;
  color: rgba(195, 221, 253, var(--text-opacity)) !important;
}

.tw-text-blue-300{
  --text-opacity: 1 !important;
  color: #a4cafe !important;
  color: rgba(164, 202, 254, var(--text-opacity)) !important;
}

.tw-text-blue-400{
  --text-opacity: 1 !important;
  color: #76a9fa !important;
  color: rgba(118, 169, 250, var(--text-opacity)) !important;
}

.tw-text-blue-500{
  --text-opacity: 1 !important;
  color: #3f83f8 !important;
  color: rgba(63, 131, 248, var(--text-opacity)) !important;
}

.tw-text-blue-600{
  --text-opacity: 1 !important;
  color: #1c64f2 !important;
  color: rgba(28, 100, 242, var(--text-opacity)) !important;
}

.tw-text-blue-700{
  --text-opacity: 1 !important;
  color: #1a56db !important;
  color: rgba(26, 86, 219, var(--text-opacity)) !important;
}

.tw-text-blue-800{
  --text-opacity: 1 !important;
  color: #1e429f !important;
  color: rgba(30, 66, 159, var(--text-opacity)) !important;
}

.tw-text-blue-900{
  --text-opacity: 1 !important;
  color: #233876 !important;
  color: rgba(35, 56, 118, var(--text-opacity)) !important;
}

.tw-text-indigo-50{
  --text-opacity: 1 !important;
  color: #f0f5ff !important;
  color: rgba(240, 245, 255, var(--text-opacity)) !important;
}

.tw-text-indigo-100{
  --text-opacity: 1 !important;
  color: #e5edff !important;
  color: rgba(229, 237, 255, var(--text-opacity)) !important;
}

.tw-text-indigo-200{
  --text-opacity: 1 !important;
  color: #cddbfe !important;
  color: rgba(205, 219, 254, var(--text-opacity)) !important;
}

.tw-text-indigo-300{
  --text-opacity: 1 !important;
  color: #b4c6fc !important;
  color: rgba(180, 198, 252, var(--text-opacity)) !important;
}

.tw-text-indigo-400{
  --text-opacity: 1 !important;
  color: #8da2fb !important;
  color: rgba(141, 162, 251, var(--text-opacity)) !important;
}

.tw-text-indigo-500{
  --text-opacity: 1 !important;
  color: #6875f5 !important;
  color: rgba(104, 117, 245, var(--text-opacity)) !important;
}

.tw-text-indigo-600{
  --text-opacity: 1 !important;
  color: #5850ec !important;
  color: rgba(88, 80, 236, var(--text-opacity)) !important;
}

.tw-text-indigo-700{
  --text-opacity: 1 !important;
  color: #5145cd !important;
  color: rgba(81, 69, 205, var(--text-opacity)) !important;
}

.tw-text-indigo-800{
  --text-opacity: 1 !important;
  color: #42389d !important;
  color: rgba(66, 56, 157, var(--text-opacity)) !important;
}

.tw-text-indigo-900{
  --text-opacity: 1 !important;
  color: #362f78 !important;
  color: rgba(54, 47, 120, var(--text-opacity)) !important;
}

.tw-text-purple-50{
  --text-opacity: 1 !important;
  color: #f6f5ff !important;
  color: rgba(246, 245, 255, var(--text-opacity)) !important;
}

.tw-text-purple-100{
  --text-opacity: 1 !important;
  color: #edebfe !important;
  color: rgba(237, 235, 254, var(--text-opacity)) !important;
}

.tw-text-purple-200{
  --text-opacity: 1 !important;
  color: #dcd7fe !important;
  color: rgba(220, 215, 254, var(--text-opacity)) !important;
}

.tw-text-purple-300{
  --text-opacity: 1 !important;
  color: #cabffd !important;
  color: rgba(202, 191, 253, var(--text-opacity)) !important;
}

.tw-text-purple-400{
  --text-opacity: 1 !important;
  color: #ac94fa !important;
  color: rgba(172, 148, 250, var(--text-opacity)) !important;
}

.tw-text-purple-500{
  --text-opacity: 1 !important;
  color: #9061f9 !important;
  color: rgba(144, 97, 249, var(--text-opacity)) !important;
}

.tw-text-purple-600{
  --text-opacity: 1 !important;
  color: #7e3af2 !important;
  color: rgba(126, 58, 242, var(--text-opacity)) !important;
}

.tw-text-purple-700{
  --text-opacity: 1 !important;
  color: #6c2bd9 !important;
  color: rgba(108, 43, 217, var(--text-opacity)) !important;
}

.tw-text-purple-800{
  --text-opacity: 1 !important;
  color: #5521b5 !important;
  color: rgba(85, 33, 181, var(--text-opacity)) !important;
}

.tw-text-purple-900{
  --text-opacity: 1 !important;
  color: #4a1d96 !important;
  color: rgba(74, 29, 150, 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: #fce8f3 !important;
  color: rgba(252, 232, 243, var(--text-opacity)) !important;
}

.tw-text-pink-200{
  --text-opacity: 1 !important;
  color: #fad1e8 !important;
  color: rgba(250, 209, 232, var(--text-opacity)) !important;
}

.tw-text-pink-300{
  --text-opacity: 1 !important;
  color: #f8b4d9 !important;
  color: rgba(248, 180, 217, var(--text-opacity)) !important;
}

.tw-text-pink-400{
  --text-opacity: 1 !important;
  color: #f17eb8 !important;
  color: rgba(241, 126, 184, var(--text-opacity)) !important;
}

.tw-text-pink-500{
  --text-opacity: 1 !important;
  color: #e74694 !important;
  color: rgba(231, 70, 148, var(--text-opacity)) !important;
}

.tw-text-pink-600{
  --text-opacity: 1 !important;
  color: #d61f69 !important;
  color: rgba(214, 31, 105, var(--text-opacity)) !important;
}

.tw-text-pink-700{
  --text-opacity: 1 !important;
  color: #bf125d !important;
  color: rgba(191, 18, 93, var(--text-opacity)) !important;
}

.tw-text-pink-800{
  --text-opacity: 1 !important;
  color: #99154b !important;
  color: rgba(153, 21, 75, var(--text-opacity)) !important;
}

.tw-text-pink-900{
  --text-opacity: 1 !important;
  color: #751a3d !important;
  color: rgba(117, 26, 61, var(--text-opacity)) !important;
}

.tw-text-modal-grey{
  --text-opacity: 1 !important;
  color: #f7f7f7 !important;
  color: rgba(247, 247, 247, var(--text-opacity)) !important;
}

.tw-text-separator-grey{
  color: hsla(210,7%,83%,1) !important;
}

.tw-text-label-grey{
  --text-opacity: 1 !important;
  color: #738699 !important;
  color: rgba(115, 134, 153, var(--text-opacity)) !important;
}

.tw-text-anvesh-black{
  --text-opacity: 1 !important;
  color: #1A2633 !important;
  color: rgba(26, 38, 51, var(--text-opacity)) !important;
}

.tw-text-anvesh-grey{
  --text-opacity: 1 !important;
  color: #B6BBBF !important;
  color: rgba(182, 187, 191, var(--text-opacity)) !important;
}

.tw-text-anvesh-blue{
  --text-opacity: 1 !important;
  color: #0099dd !important;
  color: rgba(0, 153, 221, var(--text-opacity)) !important;
}

.tw-text-jira-blue{
  --text-opacity: 1 !important;
  color: #0b4571 !important;
  color: rgba(11, 69, 113, var(--text-opacity)) !important;
}

.tw-text-amber{
  --text-opacity: 1 !important;
  color: #FFBF00 !important;
  color: rgba(255, 191, 0, var(--text-opacity)) !important;
}

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

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

.hover\:tw-text-black:hover{
  --text-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, 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: #f4f5f7 !important;
  color: rgba(244, 245, 247, 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: #d2d6dc !important;
  color: rgba(210, 214, 220, var(--text-opacity)) !important;
}

.hover\:tw-text-gray-400:hover{
  --text-opacity: 1 !important;
  color: #9fa6b2 !important;
  color: rgba(159, 166, 178, 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: #252f3f !important;
  color: rgba(37, 47, 63, var(--text-opacity)) !important;
}

.hover\:tw-text-gray-900:hover{
  --text-opacity: 1 !important;
  color: #161e2e !important;
  color: rgba(22, 30, 46, var(--text-opacity)) !important;
}

.hover\:tw-text-cool-gray-50:hover{
  --text-opacity: 1 !important;
  color: #fbfdfe !important;
  color: rgba(251, 253, 254, var(--text-opacity)) !important;
}

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

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

.hover\:tw-text-cool-gray-300:hover{
  --text-opacity: 1 !important;
  color: #cfd8e3 !important;
  color: rgba(207, 216, 227, var(--text-opacity)) !important;
}

.hover\:tw-text-cool-gray-400:hover{
  --text-opacity: 1 !important;
  color: #97a6ba !important;
  color: rgba(151, 166, 186, var(--text-opacity)) !important;
}

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

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

.hover\:tw-text-cool-gray-700:hover{
  --text-opacity: 1 !important;
  color: #364152 !important;
  color: rgba(54, 65, 82, var(--text-opacity)) !important;
}

.hover\:tw-text-cool-gray-800:hover{
  --text-opacity: 1 !important;
  color: #27303f !important;
  color: rgba(39, 48, 63, var(--text-opacity)) !important;
}

.hover\:tw-text-cool-gray-900:hover{
  --text-opacity: 1 !important;
  color: #1a202e !important;
  color: rgba(26, 32, 46, var(--text-opacity)) !important;
}

.hover\:tw-text-red-50:hover{
  --text-opacity: 1 !important;
  color: #fdf2f2 !important;
  color: rgba(253, 242, 242, var(--text-opacity)) !important;
}

.hover\:tw-text-red-100:hover{
  --text-opacity: 1 !important;
  color: #fde8e8 !important;
  color: rgba(253, 232, 232, var(--text-opacity)) !important;
}

.hover\:tw-text-red-200:hover{
  --text-opacity: 1 !important;
  color: #fbd5d5 !important;
  color: rgba(251, 213, 213, var(--text-opacity)) !important;
}

.hover\:tw-text-red-300:hover{
  --text-opacity: 1 !important;
  color: #f8b4b4 !important;
  color: rgba(248, 180, 180, var(--text-opacity)) !important;
}

.hover\:tw-text-red-400:hover{
  --text-opacity: 1 !important;
  color: #f98080 !important;
  color: rgba(249, 128, 128, var(--text-opacity)) !important;
}

.hover\:tw-text-red-500:hover{
  --text-opacity: 1 !important;
  color: #f05252 !important;
  color: rgba(240, 82, 82, var(--text-opacity)) !important;
}

.hover\:tw-text-red-600:hover{
  --text-opacity: 1 !important;
  color: #e02424 !important;
  color: rgba(224, 36, 36, var(--text-opacity)) !important;
}

.hover\:tw-text-red-700:hover{
  --text-opacity: 1 !important;
  color: #c81e1e !important;
  color: rgba(200, 30, 30, var(--text-opacity)) !important;
}

.hover\:tw-text-red-800:hover{
  --text-opacity: 1 !important;
  color: #9b1c1c !important;
  color: rgba(155, 28, 28, var(--text-opacity)) !important;
}

.hover\:tw-text-red-900:hover{
  --text-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-50:hover{
  --text-opacity: 1 !important;
  color: #fff8f1 !important;
  color: rgba(255, 248, 241, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-100:hover{
  --text-opacity: 1 !important;
  color: #feecdc !important;
  color: rgba(254, 236, 220, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-200:hover{
  --text-opacity: 1 !important;
  color: #fcd9bd !important;
  color: rgba(252, 217, 189, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-300:hover{
  --text-opacity: 1 !important;
  color: #fdba8c !important;
  color: rgba(253, 186, 140, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-400:hover{
  --text-opacity: 1 !important;
  color: #ff8a4c !important;
  color: rgba(255, 138, 76, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-500:hover{
  --text-opacity: 1 !important;
  color: #ff5a1f !important;
  color: rgba(255, 90, 31, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-600:hover{
  --text-opacity: 1 !important;
  color: #d03801 !important;
  color: rgba(208, 56, 1, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-700:hover{
  --text-opacity: 1 !important;
  color: #b43403 !important;
  color: rgba(180, 52, 3, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-800:hover{
  --text-opacity: 1 !important;
  color: #8a2c0d !important;
  color: rgba(138, 44, 13, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-900:hover{
  --text-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-50:hover{
  --text-opacity: 1 !important;
  color: #fdfdea !important;
  color: rgba(253, 253, 234, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-100:hover{
  --text-opacity: 1 !important;
  color: #fdf6b2 !important;
  color: rgba(253, 246, 178, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-200:hover{
  --text-opacity: 1 !important;
  color: #fce96a !important;
  color: rgba(252, 233, 106, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-300:hover{
  --text-opacity: 1 !important;
  color: #faca15 !important;
  color: rgba(250, 202, 21, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-400:hover{
  --text-opacity: 1 !important;
  color: #e3a008 !important;
  color: rgba(227, 160, 8, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-500:hover{
  --text-opacity: 1 !important;
  color: #c27803 !important;
  color: rgba(194, 120, 3, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-600:hover{
  --text-opacity: 1 !important;
  color: #9f580a !important;
  color: rgba(159, 88, 10, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-700:hover{
  --text-opacity: 1 !important;
  color: #8e4b10 !important;
  color: rgba(142, 75, 16, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-800:hover{
  --text-opacity: 1 !important;
  color: #723b13 !important;
  color: rgba(114, 59, 19, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-900:hover{
  --text-opacity: 1 !important;
  color: #633112 !important;
  color: rgba(99, 49, 18, var(--text-opacity)) !important;
}

.hover\:tw-text-green-50:hover{
  --text-opacity: 1 !important;
  color: #f3faf7 !important;
  color: rgba(243, 250, 247, var(--text-opacity)) !important;
}

.hover\:tw-text-green-100:hover{
  --text-opacity: 1 !important;
  color: #def7ec !important;
  color: rgba(222, 247, 236, var(--text-opacity)) !important;
}

.hover\:tw-text-green-200:hover{
  --text-opacity: 1 !important;
  color: #bcf0da !important;
  color: rgba(188, 240, 218, var(--text-opacity)) !important;
}

.hover\:tw-text-green-300:hover{
  --text-opacity: 1 !important;
  color: #84e1bc !important;
  color: rgba(132, 225, 188, var(--text-opacity)) !important;
}

.hover\:tw-text-green-400:hover{
  --text-opacity: 1 !important;
  color: #31c48d !important;
  color: rgba(49, 196, 141, var(--text-opacity)) !important;
}

.hover\:tw-text-green-500:hover{
  --text-opacity: 1 !important;
  color: #0e9f6e !important;
  color: rgba(14, 159, 110, var(--text-opacity)) !important;
}

.hover\:tw-text-green-600:hover{
  --text-opacity: 1 !important;
  color: #057a55 !important;
  color: rgba(5, 122, 85, var(--text-opacity)) !important;
}

.hover\:tw-text-green-700:hover{
  --text-opacity: 1 !important;
  color: #046c4e !important;
  color: rgba(4, 108, 78, var(--text-opacity)) !important;
}

.hover\:tw-text-green-800:hover{
  --text-opacity: 1 !important;
  color: #03543f !important;
  color: rgba(3, 84, 63, var(--text-opacity)) !important;
}

.hover\:tw-text-green-900:hover{
  --text-opacity: 1 !important;
  color: #014737 !important;
  color: rgba(1, 71, 55, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-50:hover{
  --text-opacity: 1 !important;
  color: #edfafa !important;
  color: rgba(237, 250, 250, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-100:hover{
  --text-opacity: 1 !important;
  color: #d5f5f6 !important;
  color: rgba(213, 245, 246, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-200:hover{
  --text-opacity: 1 !important;
  color: #afecef !important;
  color: rgba(175, 236, 239, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-300:hover{
  --text-opacity: 1 !important;
  color: #7edce2 !important;
  color: rgba(126, 220, 226, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-400:hover{
  --text-opacity: 1 !important;
  color: #16bdca !important;
  color: rgba(22, 189, 202, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-500:hover{
  --text-opacity: 1 !important;
  color: #0694a2 !important;
  color: rgba(6, 148, 162, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-600:hover{
  --text-opacity: 1 !important;
  color: #047481 !important;
  color: rgba(4, 116, 129, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-700:hover{
  --text-opacity: 1 !important;
  color: #036672 !important;
  color: rgba(3, 102, 114, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-800:hover{
  --text-opacity: 1 !important;
  color: #05505c !important;
  color: rgba(5, 80, 92, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-900:hover{
  --text-opacity: 1 !important;
  color: #014451 !important;
  color: rgba(1, 68, 81, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-50:hover{
  --text-opacity: 1 !important;
  color: #ebf5ff !important;
  color: rgba(235, 245, 255, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-100:hover{
  --text-opacity: 1 !important;
  color: #e1effe !important;
  color: rgba(225, 239, 254, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-200:hover{
  --text-opacity: 1 !important;
  color: #c3ddfd !important;
  color: rgba(195, 221, 253, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-300:hover{
  --text-opacity: 1 !important;
  color: #a4cafe !important;
  color: rgba(164, 202, 254, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-400:hover{
  --text-opacity: 1 !important;
  color: #76a9fa !important;
  color: rgba(118, 169, 250, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-500:hover{
  --text-opacity: 1 !important;
  color: #3f83f8 !important;
  color: rgba(63, 131, 248, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-600:hover{
  --text-opacity: 1 !important;
  color: #1c64f2 !important;
  color: rgba(28, 100, 242, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-700:hover{
  --text-opacity: 1 !important;
  color: #1a56db !important;
  color: rgba(26, 86, 219, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-800:hover{
  --text-opacity: 1 !important;
  color: #1e429f !important;
  color: rgba(30, 66, 159, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-900:hover{
  --text-opacity: 1 !important;
  color: #233876 !important;
  color: rgba(35, 56, 118, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-50:hover{
  --text-opacity: 1 !important;
  color: #f0f5ff !important;
  color: rgba(240, 245, 255, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-100:hover{
  --text-opacity: 1 !important;
  color: #e5edff !important;
  color: rgba(229, 237, 255, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-200:hover{
  --text-opacity: 1 !important;
  color: #cddbfe !important;
  color: rgba(205, 219, 254, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-300:hover{
  --text-opacity: 1 !important;
  color: #b4c6fc !important;
  color: rgba(180, 198, 252, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-400:hover{
  --text-opacity: 1 !important;
  color: #8da2fb !important;
  color: rgba(141, 162, 251, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-500:hover{
  --text-opacity: 1 !important;
  color: #6875f5 !important;
  color: rgba(104, 117, 245, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-600:hover{
  --text-opacity: 1 !important;
  color: #5850ec !important;
  color: rgba(88, 80, 236, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-700:hover{
  --text-opacity: 1 !important;
  color: #5145cd !important;
  color: rgba(81, 69, 205, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-800:hover{
  --text-opacity: 1 !important;
  color: #42389d !important;
  color: rgba(66, 56, 157, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-900:hover{
  --text-opacity: 1 !important;
  color: #362f78 !important;
  color: rgba(54, 47, 120, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-50:hover{
  --text-opacity: 1 !important;
  color: #f6f5ff !important;
  color: rgba(246, 245, 255, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-100:hover{
  --text-opacity: 1 !important;
  color: #edebfe !important;
  color: rgba(237, 235, 254, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-200:hover{
  --text-opacity: 1 !important;
  color: #dcd7fe !important;
  color: rgba(220, 215, 254, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-300:hover{
  --text-opacity: 1 !important;
  color: #cabffd !important;
  color: rgba(202, 191, 253, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-400:hover{
  --text-opacity: 1 !important;
  color: #ac94fa !important;
  color: rgba(172, 148, 250, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-500:hover{
  --text-opacity: 1 !important;
  color: #9061f9 !important;
  color: rgba(144, 97, 249, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-600:hover{
  --text-opacity: 1 !important;
  color: #7e3af2 !important;
  color: rgba(126, 58, 242, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-700:hover{
  --text-opacity: 1 !important;
  color: #6c2bd9 !important;
  color: rgba(108, 43, 217, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-800:hover{
  --text-opacity: 1 !important;
  color: #5521b5 !important;
  color: rgba(85, 33, 181, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-900:hover{
  --text-opacity: 1 !important;
  color: #4a1d96 !important;
  color: rgba(74, 29, 150, 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: #fce8f3 !important;
  color: rgba(252, 232, 243, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-200:hover{
  --text-opacity: 1 !important;
  color: #fad1e8 !important;
  color: rgba(250, 209, 232, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-300:hover{
  --text-opacity: 1 !important;
  color: #f8b4d9 !important;
  color: rgba(248, 180, 217, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-400:hover{
  --text-opacity: 1 !important;
  color: #f17eb8 !important;
  color: rgba(241, 126, 184, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-500:hover{
  --text-opacity: 1 !important;
  color: #e74694 !important;
  color: rgba(231, 70, 148, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-600:hover{
  --text-opacity: 1 !important;
  color: #d61f69 !important;
  color: rgba(214, 31, 105, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-700:hover{
  --text-opacity: 1 !important;
  color: #bf125d !important;
  color: rgba(191, 18, 93, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-800:hover{
  --text-opacity: 1 !important;
  color: #99154b !important;
  color: rgba(153, 21, 75, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-900:hover{
  --text-opacity: 1 !important;
  color: #751a3d !important;
  color: rgba(117, 26, 61, var(--text-opacity)) !important;
}

.hover\:tw-text-modal-grey:hover{
  --text-opacity: 1 !important;
  color: #f7f7f7 !important;
  color: rgba(247, 247, 247, var(--text-opacity)) !important;
}

.hover\:tw-text-separator-grey:hover{
  color: hsla(210,7%,83%,1) !important;
}

.hover\:tw-text-label-grey:hover{
  --text-opacity: 1 !important;
  color: #738699 !important;
  color: rgba(115, 134, 153, var(--text-opacity)) !important;
}

.hover\:tw-text-anvesh-black:hover{
  --text-opacity: 1 !important;
  color: #1A2633 !important;
  color: rgba(26, 38, 51, var(--text-opacity)) !important;
}

.hover\:tw-text-anvesh-grey:hover{
  --text-opacity: 1 !important;
  color: #B6BBBF !important;
  color: rgba(182, 187, 191, var(--text-opacity)) !important;
}

.hover\:tw-text-anvesh-blue:hover{
  --text-opacity: 1 !important;
  color: #0099dd !important;
  color: rgba(0, 153, 221, var(--text-opacity)) !important;
}

.hover\:tw-text-jira-blue:hover{
  --text-opacity: 1 !important;
  color: #0b4571 !important;
  color: rgba(11, 69, 113, var(--text-opacity)) !important;
}

.hover\:tw-text-amber:hover{
  --text-opacity: 1 !important;
  color: #FFBF00 !important;
  color: rgba(255, 191, 0, var(--text-opacity)) !important;
}

.focus\:tw-text-transparent:focus{
  color: transparent !important;
}

.focus\:tw-text-white:focus{
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-black:focus{
  --text-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, 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: #f4f5f7 !important;
  color: rgba(244, 245, 247, 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: #d2d6dc !important;
  color: rgba(210, 214, 220, var(--text-opacity)) !important;
}

.focus\:tw-text-gray-400:focus{
  --text-opacity: 1 !important;
  color: #9fa6b2 !important;
  color: rgba(159, 166, 178, 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: #252f3f !important;
  color: rgba(37, 47, 63, var(--text-opacity)) !important;
}

.focus\:tw-text-gray-900:focus{
  --text-opacity: 1 !important;
  color: #161e2e !important;
  color: rgba(22, 30, 46, var(--text-opacity)) !important;
}

.focus\:tw-text-cool-gray-50:focus{
  --text-opacity: 1 !important;
  color: #fbfdfe !important;
  color: rgba(251, 253, 254, var(--text-opacity)) !important;
}

.focus\:tw-text-cool-gray-100:focus{
  --text-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--text-opacity)) !important;
}

.focus\:tw-text-cool-gray-200:focus{
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.focus\:tw-text-cool-gray-300:focus{
  --text-opacity: 1 !important;
  color: #cfd8e3 !important;
  color: rgba(207, 216, 227, var(--text-opacity)) !important;
}

.focus\:tw-text-cool-gray-400:focus{
  --text-opacity: 1 !important;
  color: #97a6ba !important;
  color: rgba(151, 166, 186, var(--text-opacity)) !important;
}

.focus\:tw-text-cool-gray-500:focus{
  --text-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--text-opacity)) !important;
}

.focus\:tw-text-cool-gray-600:focus{
  --text-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--text-opacity)) !important;
}

.focus\:tw-text-cool-gray-700:focus{
  --text-opacity: 1 !important;
  color: #364152 !important;
  color: rgba(54, 65, 82, var(--text-opacity)) !important;
}

.focus\:tw-text-cool-gray-800:focus{
  --text-opacity: 1 !important;
  color: #27303f !important;
  color: rgba(39, 48, 63, var(--text-opacity)) !important;
}

.focus\:tw-text-cool-gray-900:focus{
  --text-opacity: 1 !important;
  color: #1a202e !important;
  color: rgba(26, 32, 46, var(--text-opacity)) !important;
}

.focus\:tw-text-red-50:focus{
  --text-opacity: 1 !important;
  color: #fdf2f2 !important;
  color: rgba(253, 242, 242, var(--text-opacity)) !important;
}

.focus\:tw-text-red-100:focus{
  --text-opacity: 1 !important;
  color: #fde8e8 !important;
  color: rgba(253, 232, 232, var(--text-opacity)) !important;
}

.focus\:tw-text-red-200:focus{
  --text-opacity: 1 !important;
  color: #fbd5d5 !important;
  color: rgba(251, 213, 213, var(--text-opacity)) !important;
}

.focus\:tw-text-red-300:focus{
  --text-opacity: 1 !important;
  color: #f8b4b4 !important;
  color: rgba(248, 180, 180, var(--text-opacity)) !important;
}

.focus\:tw-text-red-400:focus{
  --text-opacity: 1 !important;
  color: #f98080 !important;
  color: rgba(249, 128, 128, var(--text-opacity)) !important;
}

.focus\:tw-text-red-500:focus{
  --text-opacity: 1 !important;
  color: #f05252 !important;
  color: rgba(240, 82, 82, var(--text-opacity)) !important;
}

.focus\:tw-text-red-600:focus{
  --text-opacity: 1 !important;
  color: #e02424 !important;
  color: rgba(224, 36, 36, var(--text-opacity)) !important;
}

.focus\:tw-text-red-700:focus{
  --text-opacity: 1 !important;
  color: #c81e1e !important;
  color: rgba(200, 30, 30, var(--text-opacity)) !important;
}

.focus\:tw-text-red-800:focus{
  --text-opacity: 1 !important;
  color: #9b1c1c !important;
  color: rgba(155, 28, 28, var(--text-opacity)) !important;
}

.focus\:tw-text-red-900:focus{
  --text-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-50:focus{
  --text-opacity: 1 !important;
  color: #fff8f1 !important;
  color: rgba(255, 248, 241, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-100:focus{
  --text-opacity: 1 !important;
  color: #feecdc !important;
  color: rgba(254, 236, 220, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-200:focus{
  --text-opacity: 1 !important;
  color: #fcd9bd !important;
  color: rgba(252, 217, 189, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-300:focus{
  --text-opacity: 1 !important;
  color: #fdba8c !important;
  color: rgba(253, 186, 140, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-400:focus{
  --text-opacity: 1 !important;
  color: #ff8a4c !important;
  color: rgba(255, 138, 76, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-500:focus{
  --text-opacity: 1 !important;
  color: #ff5a1f !important;
  color: rgba(255, 90, 31, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-600:focus{
  --text-opacity: 1 !important;
  color: #d03801 !important;
  color: rgba(208, 56, 1, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-700:focus{
  --text-opacity: 1 !important;
  color: #b43403 !important;
  color: rgba(180, 52, 3, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-800:focus{
  --text-opacity: 1 !important;
  color: #8a2c0d !important;
  color: rgba(138, 44, 13, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-900:focus{
  --text-opacity: 1 !important;
  color: #771d1d !important;
  color: rgba(119, 29, 29, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-50:focus{
  --text-opacity: 1 !important;
  color: #fdfdea !important;
  color: rgba(253, 253, 234, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-100:focus{
  --text-opacity: 1 !important;
  color: #fdf6b2 !important;
  color: rgba(253, 246, 178, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-200:focus{
  --text-opacity: 1 !important;
  color: #fce96a !important;
  color: rgba(252, 233, 106, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-300:focus{
  --text-opacity: 1 !important;
  color: #faca15 !important;
  color: rgba(250, 202, 21, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-400:focus{
  --text-opacity: 1 !important;
  color: #e3a008 !important;
  color: rgba(227, 160, 8, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-500:focus{
  --text-opacity: 1 !important;
  color: #c27803 !important;
  color: rgba(194, 120, 3, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-600:focus{
  --text-opacity: 1 !important;
  color: #9f580a !important;
  color: rgba(159, 88, 10, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-700:focus{
  --text-opacity: 1 !important;
  color: #8e4b10 !important;
  color: rgba(142, 75, 16, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-800:focus{
  --text-opacity: 1 !important;
  color: #723b13 !important;
  color: rgba(114, 59, 19, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-900:focus{
  --text-opacity: 1 !important;
  color: #633112 !important;
  color: rgba(99, 49, 18, var(--text-opacity)) !important;
}

.focus\:tw-text-green-50:focus{
  --text-opacity: 1 !important;
  color: #f3faf7 !important;
  color: rgba(243, 250, 247, var(--text-opacity)) !important;
}

.focus\:tw-text-green-100:focus{
  --text-opacity: 1 !important;
  color: #def7ec !important;
  color: rgba(222, 247, 236, var(--text-opacity)) !important;
}

.focus\:tw-text-green-200:focus{
  --text-opacity: 1 !important;
  color: #bcf0da !important;
  color: rgba(188, 240, 218, var(--text-opacity)) !important;
}

.focus\:tw-text-green-300:focus{
  --text-opacity: 1 !important;
  color: #84e1bc !important;
  color: rgba(132, 225, 188, var(--text-opacity)) !important;
}

.focus\:tw-text-green-400:focus{
  --text-opacity: 1 !important;
  color: #31c48d !important;
  color: rgba(49, 196, 141, var(--text-opacity)) !important;
}

.focus\:tw-text-green-500:focus{
  --text-opacity: 1 !important;
  color: #0e9f6e !important;
  color: rgba(14, 159, 110, var(--text-opacity)) !important;
}

.focus\:tw-text-green-600:focus{
  --text-opacity: 1 !important;
  color: #057a55 !important;
  color: rgba(5, 122, 85, var(--text-opacity)) !important;
}

.focus\:tw-text-green-700:focus{
  --text-opacity: 1 !important;
  color: #046c4e !important;
  color: rgba(4, 108, 78, var(--text-opacity)) !important;
}

.focus\:tw-text-green-800:focus{
  --text-opacity: 1 !important;
  color: #03543f !important;
  color: rgba(3, 84, 63, var(--text-opacity)) !important;
}

.focus\:tw-text-green-900:focus{
  --text-opacity: 1 !important;
  color: #014737 !important;
  color: rgba(1, 71, 55, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-50:focus{
  --text-opacity: 1 !important;
  color: #edfafa !important;
  color: rgba(237, 250, 250, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-100:focus{
  --text-opacity: 1 !important;
  color: #d5f5f6 !important;
  color: rgba(213, 245, 246, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-200:focus{
  --text-opacity: 1 !important;
  color: #afecef !important;
  color: rgba(175, 236, 239, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-300:focus{
  --text-opacity: 1 !important;
  color: #7edce2 !important;
  color: rgba(126, 220, 226, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-400:focus{
  --text-opacity: 1 !important;
  color: #16bdca !important;
  color: rgba(22, 189, 202, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-500:focus{
  --text-opacity: 1 !important;
  color: #0694a2 !important;
  color: rgba(6, 148, 162, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-600:focus{
  --text-opacity: 1 !important;
  color: #047481 !important;
  color: rgba(4, 116, 129, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-700:focus{
  --text-opacity: 1 !important;
  color: #036672 !important;
  color: rgba(3, 102, 114, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-800:focus{
  --text-opacity: 1 !important;
  color: #05505c !important;
  color: rgba(5, 80, 92, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-900:focus{
  --text-opacity: 1 !important;
  color: #014451 !important;
  color: rgba(1, 68, 81, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-50:focus{
  --text-opacity: 1 !important;
  color: #ebf5ff !important;
  color: rgba(235, 245, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-100:focus{
  --text-opacity: 1 !important;
  color: #e1effe !important;
  color: rgba(225, 239, 254, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-200:focus{
  --text-opacity: 1 !important;
  color: #c3ddfd !important;
  color: rgba(195, 221, 253, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-300:focus{
  --text-opacity: 1 !important;
  color: #a4cafe !important;
  color: rgba(164, 202, 254, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-400:focus{
  --text-opacity: 1 !important;
  color: #76a9fa !important;
  color: rgba(118, 169, 250, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-500:focus{
  --text-opacity: 1 !important;
  color: #3f83f8 !important;
  color: rgba(63, 131, 248, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-600:focus{
  --text-opacity: 1 !important;
  color: #1c64f2 !important;
  color: rgba(28, 100, 242, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-700:focus{
  --text-opacity: 1 !important;
  color: #1a56db !important;
  color: rgba(26, 86, 219, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-800:focus{
  --text-opacity: 1 !important;
  color: #1e429f !important;
  color: rgba(30, 66, 159, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-900:focus{
  --text-opacity: 1 !important;
  color: #233876 !important;
  color: rgba(35, 56, 118, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-50:focus{
  --text-opacity: 1 !important;
  color: #f0f5ff !important;
  color: rgba(240, 245, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-100:focus{
  --text-opacity: 1 !important;
  color: #e5edff !important;
  color: rgba(229, 237, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-200:focus{
  --text-opacity: 1 !important;
  color: #cddbfe !important;
  color: rgba(205, 219, 254, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-300:focus{
  --text-opacity: 1 !important;
  color: #b4c6fc !important;
  color: rgba(180, 198, 252, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-400:focus{
  --text-opacity: 1 !important;
  color: #8da2fb !important;
  color: rgba(141, 162, 251, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-500:focus{
  --text-opacity: 1 !important;
  color: #6875f5 !important;
  color: rgba(104, 117, 245, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-600:focus{
  --text-opacity: 1 !important;
  color: #5850ec !important;
  color: rgba(88, 80, 236, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-700:focus{
  --text-opacity: 1 !important;
  color: #5145cd !important;
  color: rgba(81, 69, 205, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-800:focus{
  --text-opacity: 1 !important;
  color: #42389d !important;
  color: rgba(66, 56, 157, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-900:focus{
  --text-opacity: 1 !important;
  color: #362f78 !important;
  color: rgba(54, 47, 120, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-50:focus{
  --text-opacity: 1 !important;
  color: #f6f5ff !important;
  color: rgba(246, 245, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-100:focus{
  --text-opacity: 1 !important;
  color: #edebfe !important;
  color: rgba(237, 235, 254, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-200:focus{
  --text-opacity: 1 !important;
  color: #dcd7fe !important;
  color: rgba(220, 215, 254, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-300:focus{
  --text-opacity: 1 !important;
  color: #cabffd !important;
  color: rgba(202, 191, 253, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-400:focus{
  --text-opacity: 1 !important;
  color: #ac94fa !important;
  color: rgba(172, 148, 250, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-500:focus{
  --text-opacity: 1 !important;
  color: #9061f9 !important;
  color: rgba(144, 97, 249, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-600:focus{
  --text-opacity: 1 !important;
  color: #7e3af2 !important;
  color: rgba(126, 58, 242, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-700:focus{
  --text-opacity: 1 !important;
  color: #6c2bd9 !important;
  color: rgba(108, 43, 217, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-800:focus{
  --text-opacity: 1 !important;
  color: #5521b5 !important;
  color: rgba(85, 33, 181, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-900:focus{
  --text-opacity: 1 !important;
  color: #4a1d96 !important;
  color: rgba(74, 29, 150, 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: #fce8f3 !important;
  color: rgba(252, 232, 243, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-200:focus{
  --text-opacity: 1 !important;
  color: #fad1e8 !important;
  color: rgba(250, 209, 232, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-300:focus{
  --text-opacity: 1 !important;
  color: #f8b4d9 !important;
  color: rgba(248, 180, 217, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-400:focus{
  --text-opacity: 1 !important;
  color: #f17eb8 !important;
  color: rgba(241, 126, 184, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-500:focus{
  --text-opacity: 1 !important;
  color: #e74694 !important;
  color: rgba(231, 70, 148, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-600:focus{
  --text-opacity: 1 !important;
  color: #d61f69 !important;
  color: rgba(214, 31, 105, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-700:focus{
  --text-opacity: 1 !important;
  color: #bf125d !important;
  color: rgba(191, 18, 93, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-800:focus{
  --text-opacity: 1 !important;
  color: #99154b !important;
  color: rgba(153, 21, 75, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-900:focus{
  --text-opacity: 1 !important;
  color: #751a3d !important;
  color: rgba(117, 26, 61, var(--text-opacity)) !important;
}

.focus\:tw-text-modal-grey:focus{
  --text-opacity: 1 !important;
  color: #f7f7f7 !important;
  color: rgba(247, 247, 247, var(--text-opacity)) !important;
}

.focus\:tw-text-separator-grey:focus{
  color: hsla(210,7%,83%,1) !important;
}

.focus\:tw-text-label-grey:focus{
  --text-opacity: 1 !important;
  color: #738699 !important;
  color: rgba(115, 134, 153, var(--text-opacity)) !important;
}

.focus\:tw-text-anvesh-black:focus{
  --text-opacity: 1 !important;
  color: #1A2633 !important;
  color: rgba(26, 38, 51, var(--text-opacity)) !important;
}

.focus\:tw-text-anvesh-grey:focus{
  --text-opacity: 1 !important;
  color: #B6BBBF !important;
  color: rgba(182, 187, 191, var(--text-opacity)) !important;
}

.focus\:tw-text-anvesh-blue:focus{
  --text-opacity: 1 !important;
  color: #0099dd !important;
  color: rgba(0, 153, 221, var(--text-opacity)) !important;
}

.focus\:tw-text-jira-blue:focus{
  --text-opacity: 1 !important;
  color: #0b4571 !important;
  color: rgba(11, 69, 113, var(--text-opacity)) !important;
}

.focus\:tw-text-amber:focus{
  --text-opacity: 1 !important;
  color: #FFBF00 !important;
  color: rgba(255, 191, 0, 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;
}

.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-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{
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.tw-break-words{
  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-7{
  width: 1.75rem !important;
}

.tw-w-8{
  width: 2rem !important;
}

.tw-w-9{
  width: 2.25rem !important;
}

.tw-w-10{
  width: 2.5rem !important;
}

.tw-w-11{
  width: 2.75rem !important;
}

.tw-w-12{
  width: 3rem !important;
}

.tw-w-13{
  width: 3.25rem !important;
}

.tw-w-14{
  width: 3.5rem !important;
}

.tw-w-15{
  width: 3.75rem !important;
}

.tw-w-16{
  width: 4rem !important;
}

.tw-w-20{
  width: 5rem !important;
}

.tw-w-24{
  width: 6rem !important;
}

.tw-w-28{
  width: 7rem !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-60{
  width: 15rem !important;
}

.tw-w-64{
  width: 16rem !important;
}

.tw-w-72{
  width: 18rem !important;
}

.tw-w-80{
  width: 20rem !important;
}

.tw-w-96{
  width: 24rem !important;
}

.tw-w-auto{
  width: auto !important;
}

.tw-w-px{
  width: 1px !important;
}

.tw-w-0\.5{
  width: 0.125rem !important;
}

.tw-w-1\.5{
  width: 0.375rem !important;
}

.tw-w-2\.5{
  width: 0.625rem !important;
}

.tw-w-3\.5{
  width: 0.875rem !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-min-content{
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.tw-w-max-content{
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !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-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-7{
  grid-gap: 1.75rem !important;
  gap: 1.75rem !important;
}

.tw-gap-8{
  grid-gap: 2rem !important;
  gap: 2rem !important;
}

.tw-gap-9{
  grid-gap: 2.25rem !important;
  gap: 2.25rem !important;
}

.tw-gap-10{
  grid-gap: 2.5rem !important;
  gap: 2.5rem !important;
}

.tw-gap-11{
  grid-gap: 2.75rem !important;
  gap: 2.75rem !important;
}

.tw-gap-12{
  grid-gap: 3rem !important;
  gap: 3rem !important;
}

.tw-gap-13{
  grid-gap: 3.25rem !important;
  gap: 3.25rem !important;
}

.tw-gap-14{
  grid-gap: 3.5rem !important;
  gap: 3.5rem !important;
}

.tw-gap-15{
  grid-gap: 3.75rem !important;
  gap: 3.75rem !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-28{
  grid-gap: 7rem !important;
  gap: 7rem !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-60{
  grid-gap: 15rem !important;
  gap: 15rem !important;
}

.tw-gap-64{
  grid-gap: 16rem !important;
  gap: 16rem !important;
}

.tw-gap-72{
  grid-gap: 18rem !important;
  gap: 18rem !important;
}

.tw-gap-80{
  grid-gap: 20rem !important;
  gap: 20rem !important;
}

.tw-gap-96{
  grid-gap: 24rem !important;
  gap: 24rem !important;
}

.tw-gap-px{
  grid-gap: 1px !important;
  gap: 1px !important;
}

.tw-gap-0\.5{
  grid-gap: 0.125rem !important;
  gap: 0.125rem !important;
}

.tw-gap-1\.5{
  grid-gap: 0.375rem !important;
  gap: 0.375rem !important;
}

.tw-gap-2\.5{
  grid-gap: 0.625rem !important;
  gap: 0.625rem !important;
}

.tw-gap-3\.5{
  grid-gap: 0.875rem !important;
  gap: 0.875rem !important;
}

.tw-gap-1\/2{
  grid-gap: 50% !important;
  gap: 50% !important;
}

.tw-gap-1\/3{
  grid-gap: 33.333333% !important;
  gap: 33.333333% !important;
}

.tw-gap-2\/3{
  grid-gap: 66.666667% !important;
  gap: 66.666667% !important;
}

.tw-gap-1\/4{
  grid-gap: 25% !important;
  gap: 25% !important;
}

.tw-gap-2\/4{
  grid-gap: 50% !important;
  gap: 50% !important;
}

.tw-gap-3\/4{
  grid-gap: 75% !important;
  gap: 75% !important;
}

.tw-gap-1\/5{
  grid-gap: 20% !important;
  gap: 20% !important;
}

.tw-gap-2\/5{
  grid-gap: 40% !important;
  gap: 40% !important;
}

.tw-gap-3\/5{
  grid-gap: 60% !important;
  gap: 60% !important;
}

.tw-gap-4\/5{
  grid-gap: 80% !important;
  gap: 80% !important;
}

.tw-gap-1\/6{
  grid-gap: 16.666667% !important;
  gap: 16.666667% !important;
}

.tw-gap-2\/6{
  grid-gap: 33.333333% !important;
  gap: 33.333333% !important;
}

.tw-gap-3\/6{
  grid-gap: 50% !important;
  gap: 50% !important;
}

.tw-gap-4\/6{
  grid-gap: 66.666667% !important;
  gap: 66.666667% !important;
}

.tw-gap-5\/6{
  grid-gap: 83.333333% !important;
  gap: 83.333333% !important;
}

.tw-gap-1\/12{
  grid-gap: 8.333333% !important;
  gap: 8.333333% !important;
}

.tw-gap-2\/12{
  grid-gap: 16.666667% !important;
  gap: 16.666667% !important;
}

.tw-gap-3\/12{
  grid-gap: 25% !important;
  gap: 25% !important;
}

.tw-gap-4\/12{
  grid-gap: 33.333333% !important;
  gap: 33.333333% !important;
}

.tw-gap-5\/12{
  grid-gap: 41.666667% !important;
  gap: 41.666667% !important;
}

.tw-gap-6\/12{
  grid-gap: 50% !important;
  gap: 50% !important;
}

.tw-gap-7\/12{
  grid-gap: 58.333333% !important;
  gap: 58.333333% !important;
}

.tw-gap-8\/12{
  grid-gap: 66.666667% !important;
  gap: 66.666667% !important;
}

.tw-gap-9\/12{
  grid-gap: 75% !important;
  gap: 75% !important;
}

.tw-gap-10\/12{
  grid-gap: 83.333333% !important;
  gap: 83.333333% !important;
}

.tw-gap-11\/12{
  grid-gap: 91.666667% !important;
  gap: 91.666667% !important;
}

.tw-gap-full{
  grid-gap: 100% !important;
  gap: 100% !important;
}

.tw-col-gap-0{
  grid-column-gap: 0 !important;
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.tw-col-gap-1{
  grid-column-gap: 0.25rem !important;
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.tw-col-gap-2{
  grid-column-gap: 0.5rem !important;
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.tw-col-gap-3{
  grid-column-gap: 0.75rem !important;
  -webkit-column-gap: 0.75rem !important;
     -moz-column-gap: 0.75rem !important;
          column-gap: 0.75rem !important;
}

.tw-col-gap-4{
  grid-column-gap: 1rem !important;
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.tw-col-gap-5{
  grid-column-gap: 1.25rem !important;
  -webkit-column-gap: 1.25rem !important;
     -moz-column-gap: 1.25rem !important;
          column-gap: 1.25rem !important;
}

.tw-col-gap-6{
  grid-column-gap: 1.5rem !important;
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.tw-col-gap-7{
  grid-column-gap: 1.75rem !important;
  -webkit-column-gap: 1.75rem !important;
     -moz-column-gap: 1.75rem !important;
          column-gap: 1.75rem !important;
}

.tw-col-gap-8{
  grid-column-gap: 2rem !important;
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

.tw-col-gap-9{
  grid-column-gap: 2.25rem !important;
  -webkit-column-gap: 2.25rem !important;
     -moz-column-gap: 2.25rem !important;
          column-gap: 2.25rem !important;
}

.tw-col-gap-10{
  grid-column-gap: 2.5rem !important;
  -webkit-column-gap: 2.5rem !important;
     -moz-column-gap: 2.5rem !important;
          column-gap: 2.5rem !important;
}

.tw-col-gap-11{
  grid-column-gap: 2.75rem !important;
  -webkit-column-gap: 2.75rem !important;
     -moz-column-gap: 2.75rem !important;
          column-gap: 2.75rem !important;
}

.tw-col-gap-12{
  grid-column-gap: 3rem !important;
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.tw-col-gap-13{
  grid-column-gap: 3.25rem !important;
  -webkit-column-gap: 3.25rem !important;
     -moz-column-gap: 3.25rem !important;
          column-gap: 3.25rem !important;
}

.tw-col-gap-14{
  grid-column-gap: 3.5rem !important;
  -webkit-column-gap: 3.5rem !important;
     -moz-column-gap: 3.5rem !important;
          column-gap: 3.5rem !important;
}

.tw-col-gap-15{
  grid-column-gap: 3.75rem !important;
  -webkit-column-gap: 3.75rem !important;
     -moz-column-gap: 3.75rem !important;
          column-gap: 3.75rem !important;
}

.tw-col-gap-16{
  grid-column-gap: 4rem !important;
  -webkit-column-gap: 4rem !important;
     -moz-column-gap: 4rem !important;
          column-gap: 4rem !important;
}

.tw-col-gap-20{
  grid-column-gap: 5rem !important;
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.tw-col-gap-24{
  grid-column-gap: 6rem !important;
  -webkit-column-gap: 6rem !important;
     -moz-column-gap: 6rem !important;
          column-gap: 6rem !important;
}

.tw-col-gap-28{
  grid-column-gap: 7rem !important;
  -webkit-column-gap: 7rem !important;
     -moz-column-gap: 7rem !important;
          column-gap: 7rem !important;
}

.tw-col-gap-32{
  grid-column-gap: 8rem !important;
  -webkit-column-gap: 8rem !important;
     -moz-column-gap: 8rem !important;
          column-gap: 8rem !important;
}

.tw-col-gap-36{
  grid-column-gap: 9rem !important;
  -webkit-column-gap: 9rem !important;
     -moz-column-gap: 9rem !important;
          column-gap: 9rem !important;
}

.tw-col-gap-40{
  grid-column-gap: 10rem !important;
  -webkit-column-gap: 10rem !important;
     -moz-column-gap: 10rem !important;
          column-gap: 10rem !important;
}

.tw-col-gap-48{
  grid-column-gap: 12rem !important;
  -webkit-column-gap: 12rem !important;
     -moz-column-gap: 12rem !important;
          column-gap: 12rem !important;
}

.tw-col-gap-56{
  grid-column-gap: 14rem !important;
  -webkit-column-gap: 14rem !important;
     -moz-column-gap: 14rem !important;
          column-gap: 14rem !important;
}

.tw-col-gap-60{
  grid-column-gap: 15rem !important;
  -webkit-column-gap: 15rem !important;
     -moz-column-gap: 15rem !important;
          column-gap: 15rem !important;
}

.tw-col-gap-64{
  grid-column-gap: 16rem !important;
  -webkit-column-gap: 16rem !important;
     -moz-column-gap: 16rem !important;
          column-gap: 16rem !important;
}

.tw-col-gap-72{
  grid-column-gap: 18rem !important;
  -webkit-column-gap: 18rem !important;
     -moz-column-gap: 18rem !important;
          column-gap: 18rem !important;
}

.tw-col-gap-80{
  grid-column-gap: 20rem !important;
  -webkit-column-gap: 20rem !important;
     -moz-column-gap: 20rem !important;
          column-gap: 20rem !important;
}

.tw-col-gap-96{
  grid-column-gap: 24rem !important;
  -webkit-column-gap: 24rem !important;
     -moz-column-gap: 24rem !important;
          column-gap: 24rem !important;
}

.tw-col-gap-px{
  grid-column-gap: 1px !important;
  -webkit-column-gap: 1px !important;
     -moz-column-gap: 1px !important;
          column-gap: 1px !important;
}

.tw-col-gap-0\.5{
  grid-column-gap: 0.125rem !important;
  -webkit-column-gap: 0.125rem !important;
     -moz-column-gap: 0.125rem !important;
          column-gap: 0.125rem !important;
}

.tw-col-gap-1\.5{
  grid-column-gap: 0.375rem !important;
  -webkit-column-gap: 0.375rem !important;
     -moz-column-gap: 0.375rem !important;
          column-gap: 0.375rem !important;
}

.tw-col-gap-2\.5{
  grid-column-gap: 0.625rem !important;
  -webkit-column-gap: 0.625rem !important;
     -moz-column-gap: 0.625rem !important;
          column-gap: 0.625rem !important;
}

.tw-col-gap-3\.5{
  grid-column-gap: 0.875rem !important;
  -webkit-column-gap: 0.875rem !important;
     -moz-column-gap: 0.875rem !important;
          column-gap: 0.875rem !important;
}

.tw-col-gap-1\/2{
  grid-column-gap: 50% !important;
  -webkit-column-gap: 50% !important;
     -moz-column-gap: 50% !important;
          column-gap: 50% !important;
}

.tw-col-gap-1\/3{
  grid-column-gap: 33.333333% !important;
  -webkit-column-gap: 33.333333% !important;
     -moz-column-gap: 33.333333% !important;
          column-gap: 33.333333% !important;
}

.tw-col-gap-2\/3{
  grid-column-gap: 66.666667% !important;
  -webkit-column-gap: 66.666667% !important;
     -moz-column-gap: 66.666667% !important;
          column-gap: 66.666667% !important;
}

.tw-col-gap-1\/4{
  grid-column-gap: 25% !important;
  -webkit-column-gap: 25% !important;
     -moz-column-gap: 25% !important;
          column-gap: 25% !important;
}

.tw-col-gap-2\/4{
  grid-column-gap: 50% !important;
  -webkit-column-gap: 50% !important;
     -moz-column-gap: 50% !important;
          column-gap: 50% !important;
}

.tw-col-gap-3\/4{
  grid-column-gap: 75% !important;
  -webkit-column-gap: 75% !important;
     -moz-column-gap: 75% !important;
          column-gap: 75% !important;
}

.tw-col-gap-1\/5{
  grid-column-gap: 20% !important;
  -webkit-column-gap: 20% !important;
     -moz-column-gap: 20% !important;
          column-gap: 20% !important;
}

.tw-col-gap-2\/5{
  grid-column-gap: 40% !important;
  -webkit-column-gap: 40% !important;
     -moz-column-gap: 40% !important;
          column-gap: 40% !important;
}

.tw-col-gap-3\/5{
  grid-column-gap: 60% !important;
  -webkit-column-gap: 60% !important;
     -moz-column-gap: 60% !important;
          column-gap: 60% !important;
}

.tw-col-gap-4\/5{
  grid-column-gap: 80% !important;
  -webkit-column-gap: 80% !important;
     -moz-column-gap: 80% !important;
          column-gap: 80% !important;
}

.tw-col-gap-1\/6{
  grid-column-gap: 16.666667% !important;
  -webkit-column-gap: 16.666667% !important;
     -moz-column-gap: 16.666667% !important;
          column-gap: 16.666667% !important;
}

.tw-col-gap-2\/6{
  grid-column-gap: 33.333333% !important;
  -webkit-column-gap: 33.333333% !important;
     -moz-column-gap: 33.333333% !important;
          column-gap: 33.333333% !important;
}

.tw-col-gap-3\/6{
  grid-column-gap: 50% !important;
  -webkit-column-gap: 50% !important;
     -moz-column-gap: 50% !important;
          column-gap: 50% !important;
}

.tw-col-gap-4\/6{
  grid-column-gap: 66.666667% !important;
  -webkit-column-gap: 66.666667% !important;
     -moz-column-gap: 66.666667% !important;
          column-gap: 66.666667% !important;
}

.tw-col-gap-5\/6{
  grid-column-gap: 83.333333% !important;
  -webkit-column-gap: 83.333333% !important;
     -moz-column-gap: 83.333333% !important;
          column-gap: 83.333333% !important;
}

.tw-col-gap-1\/12{
  grid-column-gap: 8.333333% !important;
  -webkit-column-gap: 8.333333% !important;
     -moz-column-gap: 8.333333% !important;
          column-gap: 8.333333% !important;
}

.tw-col-gap-2\/12{
  grid-column-gap: 16.666667% !important;
  -webkit-column-gap: 16.666667% !important;
     -moz-column-gap: 16.666667% !important;
          column-gap: 16.666667% !important;
}

.tw-col-gap-3\/12{
  grid-column-gap: 25% !important;
  -webkit-column-gap: 25% !important;
     -moz-column-gap: 25% !important;
          column-gap: 25% !important;
}

.tw-col-gap-4\/12{
  grid-column-gap: 33.333333% !important;
  -webkit-column-gap: 33.333333% !important;
     -moz-column-gap: 33.333333% !important;
          column-gap: 33.333333% !important;
}

.tw-col-gap-5\/12{
  grid-column-gap: 41.666667% !important;
  -webkit-column-gap: 41.666667% !important;
     -moz-column-gap: 41.666667% !important;
          column-gap: 41.666667% !important;
}

.tw-col-gap-6\/12{
  grid-column-gap: 50% !important;
  -webkit-column-gap: 50% !important;
     -moz-column-gap: 50% !important;
          column-gap: 50% !important;
}

.tw-col-gap-7\/12{
  grid-column-gap: 58.333333% !important;
  -webkit-column-gap: 58.333333% !important;
     -moz-column-gap: 58.333333% !important;
          column-gap: 58.333333% !important;
}

.tw-col-gap-8\/12{
  grid-column-gap: 66.666667% !important;
  -webkit-column-gap: 66.666667% !important;
     -moz-column-gap: 66.666667% !important;
          column-gap: 66.666667% !important;
}

.tw-col-gap-9\/12{
  grid-column-gap: 75% !important;
  -webkit-column-gap: 75% !important;
     -moz-column-gap: 75% !important;
          column-gap: 75% !important;
}

.tw-col-gap-10\/12{
  grid-column-gap: 83.333333% !important;
  -webkit-column-gap: 83.333333% !important;
     -moz-column-gap: 83.333333% !important;
          column-gap: 83.333333% !important;
}

.tw-col-gap-11\/12{
  grid-column-gap: 91.666667% !important;
  -webkit-column-gap: 91.666667% !important;
     -moz-column-gap: 91.666667% !important;
          column-gap: 91.666667% !important;
}

.tw-col-gap-full{
  grid-column-gap: 100% !important;
  -webkit-column-gap: 100% !important;
     -moz-column-gap: 100% !important;
          column-gap: 100% !important;
}

.tw-row-gap-0{
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.tw-row-gap-1{
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.tw-row-gap-2{
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.tw-row-gap-3{
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.tw-row-gap-4{
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.tw-row-gap-5{
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.tw-row-gap-6{
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.tw-row-gap-7{
  grid-row-gap: 1.75rem !important;
  row-gap: 1.75rem !important;
}

.tw-row-gap-8{
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important;
}

.tw-row-gap-9{
  grid-row-gap: 2.25rem !important;
  row-gap: 2.25rem !important;
}

.tw-row-gap-10{
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.tw-row-gap-11{
  grid-row-gap: 2.75rem !important;
  row-gap: 2.75rem !important;
}

.tw-row-gap-12{
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.tw-row-gap-13{
  grid-row-gap: 3.25rem !important;
  row-gap: 3.25rem !important;
}

.tw-row-gap-14{
  grid-row-gap: 3.5rem !important;
  row-gap: 3.5rem !important;
}

.tw-row-gap-15{
  grid-row-gap: 3.75rem !important;
  row-gap: 3.75rem !important;
}

.tw-row-gap-16{
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.tw-row-gap-20{
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.tw-row-gap-24{
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.tw-row-gap-28{
  grid-row-gap: 7rem !important;
  row-gap: 7rem !important;
}

.tw-row-gap-32{
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.tw-row-gap-36{
  grid-row-gap: 9rem !important;
  row-gap: 9rem !important;
}

.tw-row-gap-40{
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.tw-row-gap-48{
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.tw-row-gap-56{
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.tw-row-gap-60{
  grid-row-gap: 15rem !important;
  row-gap: 15rem !important;
}

.tw-row-gap-64{
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.tw-row-gap-72{
  grid-row-gap: 18rem !important;
  row-gap: 18rem !important;
}

.tw-row-gap-80{
  grid-row-gap: 20rem !important;
  row-gap: 20rem !important;
}

.tw-row-gap-96{
  grid-row-gap: 24rem !important;
  row-gap: 24rem !important;
}

.tw-row-gap-px{
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.tw-row-gap-0\.5{
  grid-row-gap: 0.125rem !important;
  row-gap: 0.125rem !important;
}

.tw-row-gap-1\.5{
  grid-row-gap: 0.375rem !important;
  row-gap: 0.375rem !important;
}

.tw-row-gap-2\.5{
  grid-row-gap: 0.625rem !important;
  row-gap: 0.625rem !important;
}

.tw-row-gap-3\.5{
  grid-row-gap: 0.875rem !important;
  row-gap: 0.875rem !important;
}

.tw-row-gap-1\/2{
  grid-row-gap: 50% !important;
  row-gap: 50% !important;
}

.tw-row-gap-1\/3{
  grid-row-gap: 33.333333% !important;
  row-gap: 33.333333% !important;
}

.tw-row-gap-2\/3{
  grid-row-gap: 66.666667% !important;
  row-gap: 66.666667% !important;
}

.tw-row-gap-1\/4{
  grid-row-gap: 25% !important;
  row-gap: 25% !important;
}

.tw-row-gap-2\/4{
  grid-row-gap: 50% !important;
  row-gap: 50% !important;
}

.tw-row-gap-3\/4{
  grid-row-gap: 75% !important;
  row-gap: 75% !important;
}

.tw-row-gap-1\/5{
  grid-row-gap: 20% !important;
  row-gap: 20% !important;
}

.tw-row-gap-2\/5{
  grid-row-gap: 40% !important;
  row-gap: 40% !important;
}

.tw-row-gap-3\/5{
  grid-row-gap: 60% !important;
  row-gap: 60% !important;
}

.tw-row-gap-4\/5{
  grid-row-gap: 80% !important;
  row-gap: 80% !important;
}

.tw-row-gap-1\/6{
  grid-row-gap: 16.666667% !important;
  row-gap: 16.666667% !important;
}

.tw-row-gap-2\/6{
  grid-row-gap: 33.333333% !important;
  row-gap: 33.333333% !important;
}

.tw-row-gap-3\/6{
  grid-row-gap: 50% !important;
  row-gap: 50% !important;
}

.tw-row-gap-4\/6{
  grid-row-gap: 66.666667% !important;
  row-gap: 66.666667% !important;
}

.tw-row-gap-5\/6{
  grid-row-gap: 83.333333% !important;
  row-gap: 83.333333% !important;
}

.tw-row-gap-1\/12{
  grid-row-gap: 8.333333% !important;
  row-gap: 8.333333% !important;
}

.tw-row-gap-2\/12{
  grid-row-gap: 16.666667% !important;
  row-gap: 16.666667% !important;
}

.tw-row-gap-3\/12{
  grid-row-gap: 25% !important;
  row-gap: 25% !important;
}

.tw-row-gap-4\/12{
  grid-row-gap: 33.333333% !important;
  row-gap: 33.333333% !important;
}

.tw-row-gap-5\/12{
  grid-row-gap: 41.666667% !important;
  row-gap: 41.666667% !important;
}

.tw-row-gap-6\/12{
  grid-row-gap: 50% !important;
  row-gap: 50% !important;
}

.tw-row-gap-7\/12{
  grid-row-gap: 58.333333% !important;
  row-gap: 58.333333% !important;
}

.tw-row-gap-8\/12{
  grid-row-gap: 66.666667% !important;
  row-gap: 66.666667% !important;
}

.tw-row-gap-9\/12{
  grid-row-gap: 75% !important;
  row-gap: 75% !important;
}

.tw-row-gap-10\/12{
  grid-row-gap: 83.333333% !important;
  row-gap: 83.333333% !important;
}

.tw-row-gap-11\/12{
  grid-row-gap: 91.666667% !important;
  row-gap: 91.666667% !important;
}

.tw-row-gap-full{
  grid-row-gap: 100% !important;
  row-gap: 100% !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-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-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-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-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;
  -webkit-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;
          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{
  -webkit-transform: none !important;
          transform: none !important;
}

.tw-origin-center{
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
}

.tw-origin-top{
  -webkit-transform-origin: top !important;
          transform-origin: top !important;
}

.tw-origin-top-right{
  -webkit-transform-origin: top right !important;
          transform-origin: top right !important;
}

.tw-origin-right{
  -webkit-transform-origin: right !important;
          transform-origin: right !important;
}

.tw-origin-bottom-right{
  -webkit-transform-origin: bottom right !important;
          transform-origin: bottom right !important;
}

.tw-origin-bottom{
  -webkit-transform-origin: bottom !important;
          transform-origin: bottom !important;
}

.tw-origin-bottom-left{
  -webkit-transform-origin: bottom left !important;
          transform-origin: bottom left !important;
}

.tw-origin-left{
  -webkit-transform-origin: left !important;
          transform-origin: left !important;
}

.tw-origin-top-left{
  -webkit-transform-origin: top left !important;
          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-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;
}

.hover\:tw-rotate-0:hover{
  --transform-rotate: 0 !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;
}

.focus\:tw-rotate-0:focus{
  --transform-rotate: 0 !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;
}

.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-7{
  --transform-translate-x: 1.75rem !important;
}

.tw-translate-x-8{
  --transform-translate-x: 2rem !important;
}

.tw-translate-x-9{
  --transform-translate-x: 2.25rem !important;
}

.tw-translate-x-10{
  --transform-translate-x: 2.5rem !important;
}

.tw-translate-x-11{
  --transform-translate-x: 2.75rem !important;
}

.tw-translate-x-12{
  --transform-translate-x: 3rem !important;
}

.tw-translate-x-13{
  --transform-translate-x: 3.25rem !important;
}

.tw-translate-x-14{
  --transform-translate-x: 3.5rem !important;
}

.tw-translate-x-15{
  --transform-translate-x: 3.75rem !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-28{
  --transform-translate-x: 7rem !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-60{
  --transform-translate-x: 15rem !important;
}

.tw-translate-x-64{
  --transform-translate-x: 16rem !important;
}

.tw-translate-x-72{
  --transform-translate-x: 18rem !important;
}

.tw-translate-x-80{
  --transform-translate-x: 20rem !important;
}

.tw-translate-x-96{
  --transform-translate-x: 24rem !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\/2{
  --transform-translate-x: 50% !important;
}

.tw-translate-x-1\/3{
  --transform-translate-x: 33.333333% !important;
}

.tw-translate-x-2\/3{
  --transform-translate-x: 66.666667% !important;
}

.tw-translate-x-1\/4{
  --transform-translate-x: 25% !important;
}

.tw-translate-x-2\/4{
  --transform-translate-x: 50% !important;
}

.tw-translate-x-3\/4{
  --transform-translate-x: 75% !important;
}

.tw-translate-x-1\/5{
  --transform-translate-x: 20% !important;
}

.tw-translate-x-2\/5{
  --transform-translate-x: 40% !important;
}

.tw-translate-x-3\/5{
  --transform-translate-x: 60% !important;
}

.tw-translate-x-4\/5{
  --transform-translate-x: 80% !important;
}

.tw-translate-x-1\/6{
  --transform-translate-x: 16.666667% !important;
}

.tw-translate-x-2\/6{
  --transform-translate-x: 33.333333% !important;
}

.tw-translate-x-3\/6{
  --transform-translate-x: 50% !important;
}

.tw-translate-x-4\/6{
  --transform-translate-x: 66.666667% !important;
}

.tw-translate-x-5\/6{
  --transform-translate-x: 83.333333% !important;
}

.tw-translate-x-1\/12{
  --transform-translate-x: 8.333333% !important;
}

.tw-translate-x-2\/12{
  --transform-translate-x: 16.666667% !important;
}

.tw-translate-x-3\/12{
  --transform-translate-x: 25% !important;
}

.tw-translate-x-4\/12{
  --transform-translate-x: 33.333333% !important;
}

.tw-translate-x-5\/12{
  --transform-translate-x: 41.666667% !important;
}

.tw-translate-x-6\/12{
  --transform-translate-x: 50% !important;
}

.tw-translate-x-7\/12{
  --transform-translate-x: 58.333333% !important;
}

.tw-translate-x-8\/12{
  --transform-translate-x: 66.666667% !important;
}

.tw-translate-x-9\/12{
  --transform-translate-x: 75% !important;
}

.tw-translate-x-10\/12{
  --transform-translate-x: 83.333333% !important;
}

.tw-translate-x-11\/12{
  --transform-translate-x: 91.666667% !important;
}

.tw-translate-x-full{
  --transform-translate-x: 100% !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-7{
  --transform-translate-x: -1.75rem !important;
}

.tw--translate-x-8{
  --transform-translate-x: -2rem !important;
}

.tw--translate-x-9{
  --transform-translate-x: -2.25rem !important;
}

.tw--translate-x-10{
  --transform-translate-x: -2.5rem !important;
}

.tw--translate-x-11{
  --transform-translate-x: -2.75rem !important;
}

.tw--translate-x-12{
  --transform-translate-x: -3rem !important;
}

.tw--translate-x-13{
  --transform-translate-x: -3.25rem !important;
}

.tw--translate-x-14{
  --transform-translate-x: -3.5rem !important;
}

.tw--translate-x-15{
  --transform-translate-x: -3.75rem !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-28{
  --transform-translate-x: -7rem !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-60{
  --transform-translate-x: -15rem !important;
}

.tw--translate-x-64{
  --transform-translate-x: -16rem !important;
}

.tw--translate-x-72{
  --transform-translate-x: -18rem !important;
}

.tw--translate-x-80{
  --transform-translate-x: -20rem !important;
}

.tw--translate-x-96{
  --transform-translate-x: -24rem !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\/2{
  --transform-translate-x: -50% !important;
}

.tw--translate-x-1\/3{
  --transform-translate-x: -33.33333% !important;
}

.tw--translate-x-2\/3{
  --transform-translate-x: -66.66667% !important;
}

.tw--translate-x-1\/4{
  --transform-translate-x: -25% !important;
}

.tw--translate-x-2\/4{
  --transform-translate-x: -50% !important;
}

.tw--translate-x-3\/4{
  --transform-translate-x: -75% !important;
}

.tw--translate-x-1\/5{
  --transform-translate-x: -20% !important;
}

.tw--translate-x-2\/5{
  --transform-translate-x: -40% !important;
}

.tw--translate-x-3\/5{
  --transform-translate-x: -60% !important;
}

.tw--translate-x-4\/5{
  --transform-translate-x: -80% !important;
}

.tw--translate-x-1\/6{
  --transform-translate-x: -16.66667% !important;
}

.tw--translate-x-2\/6{
  --transform-translate-x: -33.33333% !important;
}

.tw--translate-x-3\/6{
  --transform-translate-x: -50% !important;
}

.tw--translate-x-4\/6{
  --transform-translate-x: -66.66667% !important;
}

.tw--translate-x-5\/6{
  --transform-translate-x: -83.33333% !important;
}

.tw--translate-x-1\/12{
  --transform-translate-x: -8.33333% !important;
}

.tw--translate-x-2\/12{
  --transform-translate-x: -16.66667% !important;
}

.tw--translate-x-3\/12{
  --transform-translate-x: -25% !important;
}

.tw--translate-x-4\/12{
  --transform-translate-x: -33.33333% !important;
}

.tw--translate-x-5\/12{
  --transform-translate-x: -41.66667% !important;
}

.tw--translate-x-6\/12{
  --transform-translate-x: -50% !important;
}

.tw--translate-x-7\/12{
  --transform-translate-x: -58.33333% !important;
}

.tw--translate-x-8\/12{
  --transform-translate-x: -66.66667% !important;
}

.tw--translate-x-9\/12{
  --transform-translate-x: -75% !important;
}

.tw--translate-x-10\/12{
  --transform-translate-x: -83.33333% !important;
}

.tw--translate-x-11\/12{
  --transform-translate-x: -91.66667% !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-7{
  --transform-translate-y: 1.75rem !important;
}

.tw-translate-y-8{
  --transform-translate-y: 2rem !important;
}

.tw-translate-y-9{
  --transform-translate-y: 2.25rem !important;
}

.tw-translate-y-10{
  --transform-translate-y: 2.5rem !important;
}

.tw-translate-y-11{
  --transform-translate-y: 2.75rem !important;
}

.tw-translate-y-12{
  --transform-translate-y: 3rem !important;
}

.tw-translate-y-13{
  --transform-translate-y: 3.25rem !important;
}

.tw-translate-y-14{
  --transform-translate-y: 3.5rem !important;
}

.tw-translate-y-15{
  --transform-translate-y: 3.75rem !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-28{
  --transform-translate-y: 7rem !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-60{
  --transform-translate-y: 15rem !important;
}

.tw-translate-y-64{
  --transform-translate-y: 16rem !important;
}

.tw-translate-y-72{
  --transform-translate-y: 18rem !important;
}

.tw-translate-y-80{
  --transform-translate-y: 20rem !important;
}

.tw-translate-y-96{
  --transform-translate-y: 24rem !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\/2{
  --transform-translate-y: 50% !important;
}

.tw-translate-y-1\/3{
  --transform-translate-y: 33.333333% !important;
}

.tw-translate-y-2\/3{
  --transform-translate-y: 66.666667% !important;
}

.tw-translate-y-1\/4{
  --transform-translate-y: 25% !important;
}

.tw-translate-y-2\/4{
  --transform-translate-y: 50% !important;
}

.tw-translate-y-3\/4{
  --transform-translate-y: 75% !important;
}

.tw-translate-y-1\/5{
  --transform-translate-y: 20% !important;
}

.tw-translate-y-2\/5{
  --transform-translate-y: 40% !important;
}

.tw-translate-y-3\/5{
  --transform-translate-y: 60% !important;
}

.tw-translate-y-4\/5{
  --transform-translate-y: 80% !important;
}

.tw-translate-y-1\/6{
  --transform-translate-y: 16.666667% !important;
}

.tw-translate-y-2\/6{
  --transform-translate-y: 33.333333% !important;
}

.tw-translate-y-3\/6{
  --transform-translate-y: 50% !important;
}

.tw-translate-y-4\/6{
  --transform-translate-y: 66.666667% !important;
}

.tw-translate-y-5\/6{
  --transform-translate-y: 83.333333% !important;
}

.tw-translate-y-1\/12{
  --transform-translate-y: 8.333333% !important;
}

.tw-translate-y-2\/12{
  --transform-translate-y: 16.666667% !important;
}

.tw-translate-y-3\/12{
  --transform-translate-y: 25% !important;
}

.tw-translate-y-4\/12{
  --transform-translate-y: 33.333333% !important;
}

.tw-translate-y-5\/12{
  --transform-translate-y: 41.666667% !important;
}

.tw-translate-y-6\/12{
  --transform-translate-y: 50% !important;
}

.tw-translate-y-7\/12{
  --transform-translate-y: 58.333333% !important;
}

.tw-translate-y-8\/12{
  --transform-translate-y: 66.666667% !important;
}

.tw-translate-y-9\/12{
  --transform-translate-y: 75% !important;
}

.tw-translate-y-10\/12{
  --transform-translate-y: 83.333333% !important;
}

.tw-translate-y-11\/12{
  --transform-translate-y: 91.666667% !important;
}

.tw-translate-y-full{
  --transform-translate-y: 100% !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-7{
  --transform-translate-y: -1.75rem !important;
}

.tw--translate-y-8{
  --transform-translate-y: -2rem !important;
}

.tw--translate-y-9{
  --transform-translate-y: -2.25rem !important;
}

.tw--translate-y-10{
  --transform-translate-y: -2.5rem !important;
}

.tw--translate-y-11{
  --transform-translate-y: -2.75rem !important;
}

.tw--translate-y-12{
  --transform-translate-y: -3rem !important;
}

.tw--translate-y-13{
  --transform-translate-y: -3.25rem !important;
}

.tw--translate-y-14{
  --transform-translate-y: -3.5rem !important;
}

.tw--translate-y-15{
  --transform-translate-y: -3.75rem !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-28{
  --transform-translate-y: -7rem !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-60{
  --transform-translate-y: -15rem !important;
}

.tw--translate-y-64{
  --transform-translate-y: -16rem !important;
}

.tw--translate-y-72{
  --transform-translate-y: -18rem !important;
}

.tw--translate-y-80{
  --transform-translate-y: -20rem !important;
}

.tw--translate-y-96{
  --transform-translate-y: -24rem !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\/2{
  --transform-translate-y: -50% !important;
}

.tw--translate-y-1\/3{
  --transform-translate-y: -33.33333% !important;
}

.tw--translate-y-2\/3{
  --transform-translate-y: -66.66667% !important;
}

.tw--translate-y-1\/4{
  --transform-translate-y: -25% !important;
}

.tw--translate-y-2\/4{
  --transform-translate-y: -50% !important;
}

.tw--translate-y-3\/4{
  --transform-translate-y: -75% !important;
}

.tw--translate-y-1\/5{
  --transform-translate-y: -20% !important;
}

.tw--translate-y-2\/5{
  --transform-translate-y: -40% !important;
}

.tw--translate-y-3\/5{
  --transform-translate-y: -60% !important;
}

.tw--translate-y-4\/5{
  --transform-translate-y: -80% !important;
}

.tw--translate-y-1\/6{
  --transform-translate-y: -16.66667% !important;
}

.tw--translate-y-2\/6{
  --transform-translate-y: -33.33333% !important;
}

.tw--translate-y-3\/6{
  --transform-translate-y: -50% !important;
}

.tw--translate-y-4\/6{
  --transform-translate-y: -66.66667% !important;
}

.tw--translate-y-5\/6{
  --transform-translate-y: -83.33333% !important;
}

.tw--translate-y-1\/12{
  --transform-translate-y: -8.33333% !important;
}

.tw--translate-y-2\/12{
  --transform-translate-y: -16.66667% !important;
}

.tw--translate-y-3\/12{
  --transform-translate-y: -25% !important;
}

.tw--translate-y-4\/12{
  --transform-translate-y: -33.33333% !important;
}

.tw--translate-y-5\/12{
  --transform-translate-y: -41.66667% !important;
}

.tw--translate-y-6\/12{
  --transform-translate-y: -50% !important;
}

.tw--translate-y-7\/12{
  --transform-translate-y: -58.33333% !important;
}

.tw--translate-y-8\/12{
  --transform-translate-y: -66.66667% !important;
}

.tw--translate-y-9\/12{
  --transform-translate-y: -75% !important;
}

.tw--translate-y-10\/12{
  --transform-translate-y: -83.33333% !important;
}

.tw--translate-y-11\/12{
  --transform-translate-y: -91.66667% !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-7:hover{
  --transform-translate-x: 1.75rem !important;
}

.hover\:tw-translate-x-8:hover{
  --transform-translate-x: 2rem !important;
}

.hover\:tw-translate-x-9:hover{
  --transform-translate-x: 2.25rem !important;
}

.hover\:tw-translate-x-10:hover{
  --transform-translate-x: 2.5rem !important;
}

.hover\:tw-translate-x-11:hover{
  --transform-translate-x: 2.75rem !important;
}

.hover\:tw-translate-x-12:hover{
  --transform-translate-x: 3rem !important;
}

.hover\:tw-translate-x-13:hover{
  --transform-translate-x: 3.25rem !important;
}

.hover\:tw-translate-x-14:hover{
  --transform-translate-x: 3.5rem !important;
}

.hover\:tw-translate-x-15:hover{
  --transform-translate-x: 3.75rem !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-28:hover{
  --transform-translate-x: 7rem !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-60:hover{
  --transform-translate-x: 15rem !important;
}

.hover\:tw-translate-x-64:hover{
  --transform-translate-x: 16rem !important;
}

.hover\:tw-translate-x-72:hover{
  --transform-translate-x: 18rem !important;
}

.hover\:tw-translate-x-80:hover{
  --transform-translate-x: 20rem !important;
}

.hover\:tw-translate-x-96:hover{
  --transform-translate-x: 24rem !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\/2:hover{
  --transform-translate-x: 50% !important;
}

.hover\:tw-translate-x-1\/3:hover{
  --transform-translate-x: 33.333333% !important;
}

.hover\:tw-translate-x-2\/3:hover{
  --transform-translate-x: 66.666667% !important;
}

.hover\:tw-translate-x-1\/4:hover{
  --transform-translate-x: 25% !important;
}

.hover\:tw-translate-x-2\/4:hover{
  --transform-translate-x: 50% !important;
}

.hover\:tw-translate-x-3\/4:hover{
  --transform-translate-x: 75% !important;
}

.hover\:tw-translate-x-1\/5:hover{
  --transform-translate-x: 20% !important;
}

.hover\:tw-translate-x-2\/5:hover{
  --transform-translate-x: 40% !important;
}

.hover\:tw-translate-x-3\/5:hover{
  --transform-translate-x: 60% !important;
}

.hover\:tw-translate-x-4\/5:hover{
  --transform-translate-x: 80% !important;
}

.hover\:tw-translate-x-1\/6:hover{
  --transform-translate-x: 16.666667% !important;
}

.hover\:tw-translate-x-2\/6:hover{
  --transform-translate-x: 33.333333% !important;
}

.hover\:tw-translate-x-3\/6:hover{
  --transform-translate-x: 50% !important;
}

.hover\:tw-translate-x-4\/6:hover{
  --transform-translate-x: 66.666667% !important;
}

.hover\:tw-translate-x-5\/6:hover{
  --transform-translate-x: 83.333333% !important;
}

.hover\:tw-translate-x-1\/12:hover{
  --transform-translate-x: 8.333333% !important;
}

.hover\:tw-translate-x-2\/12:hover{
  --transform-translate-x: 16.666667% !important;
}

.hover\:tw-translate-x-3\/12:hover{
  --transform-translate-x: 25% !important;
}

.hover\:tw-translate-x-4\/12:hover{
  --transform-translate-x: 33.333333% !important;
}

.hover\:tw-translate-x-5\/12:hover{
  --transform-translate-x: 41.666667% !important;
}

.hover\:tw-translate-x-6\/12:hover{
  --transform-translate-x: 50% !important;
}

.hover\:tw-translate-x-7\/12:hover{
  --transform-translate-x: 58.333333% !important;
}

.hover\:tw-translate-x-8\/12:hover{
  --transform-translate-x: 66.666667% !important;
}

.hover\:tw-translate-x-9\/12:hover{
  --transform-translate-x: 75% !important;
}

.hover\:tw-translate-x-10\/12:hover{
  --transform-translate-x: 83.333333% !important;
}

.hover\:tw-translate-x-11\/12:hover{
  --transform-translate-x: 91.666667% !important;
}

.hover\:tw-translate-x-full:hover{
  --transform-translate-x: 100% !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-7:hover{
  --transform-translate-x: -1.75rem !important;
}

.hover\:tw--translate-x-8:hover{
  --transform-translate-x: -2rem !important;
}

.hover\:tw--translate-x-9:hover{
  --transform-translate-x: -2.25rem !important;
}

.hover\:tw--translate-x-10:hover{
  --transform-translate-x: -2.5rem !important;
}

.hover\:tw--translate-x-11:hover{
  --transform-translate-x: -2.75rem !important;
}

.hover\:tw--translate-x-12:hover{
  --transform-translate-x: -3rem !important;
}

.hover\:tw--translate-x-13:hover{
  --transform-translate-x: -3.25rem !important;
}

.hover\:tw--translate-x-14:hover{
  --transform-translate-x: -3.5rem !important;
}

.hover\:tw--translate-x-15:hover{
  --transform-translate-x: -3.75rem !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-28:hover{
  --transform-translate-x: -7rem !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-60:hover{
  --transform-translate-x: -15rem !important;
}

.hover\:tw--translate-x-64:hover{
  --transform-translate-x: -16rem !important;
}

.hover\:tw--translate-x-72:hover{
  --transform-translate-x: -18rem !important;
}

.hover\:tw--translate-x-80:hover{
  --transform-translate-x: -20rem !important;
}

.hover\:tw--translate-x-96:hover{
  --transform-translate-x: -24rem !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\/2:hover{
  --transform-translate-x: -50% !important;
}

.hover\:tw--translate-x-1\/3:hover{
  --transform-translate-x: -33.33333% !important;
}

.hover\:tw--translate-x-2\/3:hover{
  --transform-translate-x: -66.66667% !important;
}

.hover\:tw--translate-x-1\/4:hover{
  --transform-translate-x: -25% !important;
}

.hover\:tw--translate-x-2\/4:hover{
  --transform-translate-x: -50% !important;
}

.hover\:tw--translate-x-3\/4:hover{
  --transform-translate-x: -75% !important;
}

.hover\:tw--translate-x-1\/5:hover{
  --transform-translate-x: -20% !important;
}

.hover\:tw--translate-x-2\/5:hover{
  --transform-translate-x: -40% !important;
}

.hover\:tw--translate-x-3\/5:hover{
  --transform-translate-x: -60% !important;
}

.hover\:tw--translate-x-4\/5:hover{
  --transform-translate-x: -80% !important;
}

.hover\:tw--translate-x-1\/6:hover{
  --transform-translate-x: -16.66667% !important;
}

.hover\:tw--translate-x-2\/6:hover{
  --transform-translate-x: -33.33333% !important;
}

.hover\:tw--translate-x-3\/6:hover{
  --transform-translate-x: -50% !important;
}

.hover\:tw--translate-x-4\/6:hover{
  --transform-translate-x: -66.66667% !important;
}

.hover\:tw--translate-x-5\/6:hover{
  --transform-translate-x: -83.33333% !important;
}

.hover\:tw--translate-x-1\/12:hover{
  --transform-translate-x: -8.33333% !important;
}

.hover\:tw--translate-x-2\/12:hover{
  --transform-translate-x: -16.66667% !important;
}

.hover\:tw--translate-x-3\/12:hover{
  --transform-translate-x: -25% !important;
}

.hover\:tw--translate-x-4\/12:hover{
  --transform-translate-x: -33.33333% !important;
}

.hover\:tw--translate-x-5\/12:hover{
  --transform-translate-x: -41.66667% !important;
}

.hover\:tw--translate-x-6\/12:hover{
  --transform-translate-x: -50% !important;
}

.hover\:tw--translate-x-7\/12:hover{
  --transform-translate-x: -58.33333% !important;
}

.hover\:tw--translate-x-8\/12:hover{
  --transform-translate-x: -66.66667% !important;
}

.hover\:tw--translate-x-9\/12:hover{
  --transform-translate-x: -75% !important;
}

.hover\:tw--translate-x-10\/12:hover{
  --transform-translate-x: -83.33333% !important;
}

.hover\:tw--translate-x-11\/12:hover{
  --transform-translate-x: -91.66667% !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-7:hover{
  --transform-translate-y: 1.75rem !important;
}

.hover\:tw-translate-y-8:hover{
  --transform-translate-y: 2rem !important;
}

.hover\:tw-translate-y-9:hover{
  --transform-translate-y: 2.25rem !important;
}

.hover\:tw-translate-y-10:hover{
  --transform-translate-y: 2.5rem !important;
}

.hover\:tw-translate-y-11:hover{
  --transform-translate-y: 2.75rem !important;
}

.hover\:tw-translate-y-12:hover{
  --transform-translate-y: 3rem !important;
}

.hover\:tw-translate-y-13:hover{
  --transform-translate-y: 3.25rem !important;
}

.hover\:tw-translate-y-14:hover{
  --transform-translate-y: 3.5rem !important;
}

.hover\:tw-translate-y-15:hover{
  --transform-translate-y: 3.75rem !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-28:hover{
  --transform-translate-y: 7rem !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-60:hover{
  --transform-translate-y: 15rem !important;
}

.hover\:tw-translate-y-64:hover{
  --transform-translate-y: 16rem !important;
}

.hover\:tw-translate-y-72:hover{
  --transform-translate-y: 18rem !important;
}

.hover\:tw-translate-y-80:hover{
  --transform-translate-y: 20rem !important;
}

.hover\:tw-translate-y-96:hover{
  --transform-translate-y: 24rem !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\/2:hover{
  --transform-translate-y: 50% !important;
}

.hover\:tw-translate-y-1\/3:hover{
  --transform-translate-y: 33.333333% !important;
}

.hover\:tw-translate-y-2\/3:hover{
  --transform-translate-y: 66.666667% !important;
}

.hover\:tw-translate-y-1\/4:hover{
  --transform-translate-y: 25% !important;
}

.hover\:tw-translate-y-2\/4:hover{
  --transform-translate-y: 50% !important;
}

.hover\:tw-translate-y-3\/4:hover{
  --transform-translate-y: 75% !important;
}

.hover\:tw-translate-y-1\/5:hover{
  --transform-translate-y: 20% !important;
}

.hover\:tw-translate-y-2\/5:hover{
  --transform-translate-y: 40% !important;
}

.hover\:tw-translate-y-3\/5:hover{
  --transform-translate-y: 60% !important;
}

.hover\:tw-translate-y-4\/5:hover{
  --transform-translate-y: 80% !important;
}

.hover\:tw-translate-y-1\/6:hover{
  --transform-translate-y: 16.666667% !important;
}

.hover\:tw-translate-y-2\/6:hover{
  --transform-translate-y: 33.333333% !important;
}

.hover\:tw-translate-y-3\/6:hover{
  --transform-translate-y: 50% !important;
}

.hover\:tw-translate-y-4\/6:hover{
  --transform-translate-y: 66.666667% !important;
}

.hover\:tw-translate-y-5\/6:hover{
  --transform-translate-y: 83.333333% !important;
}

.hover\:tw-translate-y-1\/12:hover{
  --transform-translate-y: 8.333333% !important;
}

.hover\:tw-translate-y-2\/12:hover{
  --transform-translate-y: 16.666667% !important;
}

.hover\:tw-translate-y-3\/12:hover{
  --transform-translate-y: 25% !important;
}

.hover\:tw-translate-y-4\/12:hover{
  --transform-translate-y: 33.333333% !important;
}

.hover\:tw-translate-y-5\/12:hover{
  --transform-translate-y: 41.666667% !important;
}

.hover\:tw-translate-y-6\/12:hover{
  --transform-translate-y: 50% !important;
}

.hover\:tw-translate-y-7\/12:hover{
  --transform-translate-y: 58.333333% !important;
}

.hover\:tw-translate-y-8\/12:hover{
  --transform-translate-y: 66.666667% !important;
}

.hover\:tw-translate-y-9\/12:hover{
  --transform-translate-y: 75% !important;
}

.hover\:tw-translate-y-10\/12:hover{
  --transform-translate-y: 83.333333% !important;
}

.hover\:tw-translate-y-11\/12:hover{
  --transform-translate-y: 91.666667% !important;
}

.hover\:tw-translate-y-full:hover{
  --transform-translate-y: 100% !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-7:hover{
  --transform-translate-y: -1.75rem !important;
}

.hover\:tw--translate-y-8:hover{
  --transform-translate-y: -2rem !important;
}

.hover\:tw--translate-y-9:hover{
  --transform-translate-y: -2.25rem !important;
}

.hover\:tw--translate-y-10:hover{
  --transform-translate-y: -2.5rem !important;
}

.hover\:tw--translate-y-11:hover{
  --transform-translate-y: -2.75rem !important;
}

.hover\:tw--translate-y-12:hover{
  --transform-translate-y: -3rem !important;
}

.hover\:tw--translate-y-13:hover{
  --transform-translate-y: -3.25rem !important;
}

.hover\:tw--translate-y-14:hover{
  --transform-translate-y: -3.5rem !important;
}

.hover\:tw--translate-y-15:hover{
  --transform-translate-y: -3.75rem !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-28:hover{
  --transform-translate-y: -7rem !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-60:hover{
  --transform-translate-y: -15rem !important;
}

.hover\:tw--translate-y-64:hover{
  --transform-translate-y: -16rem !important;
}

.hover\:tw--translate-y-72:hover{
  --transform-translate-y: -18rem !important;
}

.hover\:tw--translate-y-80:hover{
  --transform-translate-y: -20rem !important;
}

.hover\:tw--translate-y-96:hover{
  --transform-translate-y: -24rem !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\/2:hover{
  --transform-translate-y: -50% !important;
}

.hover\:tw--translate-y-1\/3:hover{
  --transform-translate-y: -33.33333% !important;
}

.hover\:tw--translate-y-2\/3:hover{
  --transform-translate-y: -66.66667% !important;
}

.hover\:tw--translate-y-1\/4:hover{
  --transform-translate-y: -25% !important;
}

.hover\:tw--translate-y-2\/4:hover{
  --transform-translate-y: -50% !important;
}

.hover\:tw--translate-y-3\/4:hover{
  --transform-translate-y: -75% !important;
}

.hover\:tw--translate-y-1\/5:hover{
  --transform-translate-y: -20% !important;
}

.hover\:tw--translate-y-2\/5:hover{
  --transform-translate-y: -40% !important;
}

.hover\:tw--translate-y-3\/5:hover{
  --transform-translate-y: -60% !important;
}

.hover\:tw--translate-y-4\/5:hover{
  --transform-translate-y: -80% !important;
}

.hover\:tw--translate-y-1\/6:hover{
  --transform-translate-y: -16.66667% !important;
}

.hover\:tw--translate-y-2\/6:hover{
  --transform-translate-y: -33.33333% !important;
}

.hover\:tw--translate-y-3\/6:hover{
  --transform-translate-y: -50% !important;
}

.hover\:tw--translate-y-4\/6:hover{
  --transform-translate-y: -66.66667% !important;
}

.hover\:tw--translate-y-5\/6:hover{
  --transform-translate-y: -83.33333% !important;
}

.hover\:tw--translate-y-1\/12:hover{
  --transform-translate-y: -8.33333% !important;
}

.hover\:tw--translate-y-2\/12:hover{
  --transform-translate-y: -16.66667% !important;
}

.hover\:tw--translate-y-3\/12:hover{
  --transform-translate-y: -25% !important;
}

.hover\:tw--translate-y-4\/12:hover{
  --transform-translate-y: -33.33333% !important;
}

.hover\:tw--translate-y-5\/12:hover{
  --transform-translate-y: -41.66667% !important;
}

.hover\:tw--translate-y-6\/12:hover{
  --transform-translate-y: -50% !important;
}

.hover\:tw--translate-y-7\/12:hover{
  --transform-translate-y: -58.33333% !important;
}

.hover\:tw--translate-y-8\/12:hover{
  --transform-translate-y: -66.66667% !important;
}

.hover\:tw--translate-y-9\/12:hover{
  --transform-translate-y: -75% !important;
}

.hover\:tw--translate-y-10\/12:hover{
  --transform-translate-y: -83.33333% !important;
}

.hover\:tw--translate-y-11\/12:hover{
  --transform-translate-y: -91.66667% !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-7:focus{
  --transform-translate-x: 1.75rem !important;
}

.focus\:tw-translate-x-8:focus{
  --transform-translate-x: 2rem !important;
}

.focus\:tw-translate-x-9:focus{
  --transform-translate-x: 2.25rem !important;
}

.focus\:tw-translate-x-10:focus{
  --transform-translate-x: 2.5rem !important;
}

.focus\:tw-translate-x-11:focus{
  --transform-translate-x: 2.75rem !important;
}

.focus\:tw-translate-x-12:focus{
  --transform-translate-x: 3rem !important;
}

.focus\:tw-translate-x-13:focus{
  --transform-translate-x: 3.25rem !important;
}

.focus\:tw-translate-x-14:focus{
  --transform-translate-x: 3.5rem !important;
}

.focus\:tw-translate-x-15:focus{
  --transform-translate-x: 3.75rem !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-28:focus{
  --transform-translate-x: 7rem !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-60:focus{
  --transform-translate-x: 15rem !important;
}

.focus\:tw-translate-x-64:focus{
  --transform-translate-x: 16rem !important;
}

.focus\:tw-translate-x-72:focus{
  --transform-translate-x: 18rem !important;
}

.focus\:tw-translate-x-80:focus{
  --transform-translate-x: 20rem !important;
}

.focus\:tw-translate-x-96:focus{
  --transform-translate-x: 24rem !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\/2:focus{
  --transform-translate-x: 50% !important;
}

.focus\:tw-translate-x-1\/3:focus{
  --transform-translate-x: 33.333333% !important;
}

.focus\:tw-translate-x-2\/3:focus{
  --transform-translate-x: 66.666667% !important;
}

.focus\:tw-translate-x-1\/4:focus{
  --transform-translate-x: 25% !important;
}

.focus\:tw-translate-x-2\/4:focus{
  --transform-translate-x: 50% !important;
}

.focus\:tw-translate-x-3\/4:focus{
  --transform-translate-x: 75% !important;
}

.focus\:tw-translate-x-1\/5:focus{
  --transform-translate-x: 20% !important;
}

.focus\:tw-translate-x-2\/5:focus{
  --transform-translate-x: 40% !important;
}

.focus\:tw-translate-x-3\/5:focus{
  --transform-translate-x: 60% !important;
}

.focus\:tw-translate-x-4\/5:focus{
  --transform-translate-x: 80% !important;
}

.focus\:tw-translate-x-1\/6:focus{
  --transform-translate-x: 16.666667% !important;
}

.focus\:tw-translate-x-2\/6:focus{
  --transform-translate-x: 33.333333% !important;
}

.focus\:tw-translate-x-3\/6:focus{
  --transform-translate-x: 50% !important;
}

.focus\:tw-translate-x-4\/6:focus{
  --transform-translate-x: 66.666667% !important;
}

.focus\:tw-translate-x-5\/6:focus{
  --transform-translate-x: 83.333333% !important;
}

.focus\:tw-translate-x-1\/12:focus{
  --transform-translate-x: 8.333333% !important;
}

.focus\:tw-translate-x-2\/12:focus{
  --transform-translate-x: 16.666667% !important;
}

.focus\:tw-translate-x-3\/12:focus{
  --transform-translate-x: 25% !important;
}

.focus\:tw-translate-x-4\/12:focus{
  --transform-translate-x: 33.333333% !important;
}

.focus\:tw-translate-x-5\/12:focus{
  --transform-translate-x: 41.666667% !important;
}

.focus\:tw-translate-x-6\/12:focus{
  --transform-translate-x: 50% !important;
}

.focus\:tw-translate-x-7\/12:focus{
  --transform-translate-x: 58.333333% !important;
}

.focus\:tw-translate-x-8\/12:focus{
  --transform-translate-x: 66.666667% !important;
}

.focus\:tw-translate-x-9\/12:focus{
  --transform-translate-x: 75% !important;
}

.focus\:tw-translate-x-10\/12:focus{
  --transform-translate-x: 83.333333% !important;
}

.focus\:tw-translate-x-11\/12:focus{
  --transform-translate-x: 91.666667% !important;
}

.focus\:tw-translate-x-full:focus{
  --transform-translate-x: 100% !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-7:focus{
  --transform-translate-x: -1.75rem !important;
}

.focus\:tw--translate-x-8:focus{
  --transform-translate-x: -2rem !important;
}

.focus\:tw--translate-x-9:focus{
  --transform-translate-x: -2.25rem !important;
}

.focus\:tw--translate-x-10:focus{
  --transform-translate-x: -2.5rem !important;
}

.focus\:tw--translate-x-11:focus{
  --transform-translate-x: -2.75rem !important;
}

.focus\:tw--translate-x-12:focus{
  --transform-translate-x: -3rem !important;
}

.focus\:tw--translate-x-13:focus{
  --transform-translate-x: -3.25rem !important;
}

.focus\:tw--translate-x-14:focus{
  --transform-translate-x: -3.5rem !important;
}

.focus\:tw--translate-x-15:focus{
  --transform-translate-x: -3.75rem !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-28:focus{
  --transform-translate-x: -7rem !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-60:focus{
  --transform-translate-x: -15rem !important;
}

.focus\:tw--translate-x-64:focus{
  --transform-translate-x: -16rem !important;
}

.focus\:tw--translate-x-72:focus{
  --transform-translate-x: -18rem !important;
}

.focus\:tw--translate-x-80:focus{
  --transform-translate-x: -20rem !important;
}

.focus\:tw--translate-x-96:focus{
  --transform-translate-x: -24rem !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\/2:focus{
  --transform-translate-x: -50% !important;
}

.focus\:tw--translate-x-1\/3:focus{
  --transform-translate-x: -33.33333% !important;
}

.focus\:tw--translate-x-2\/3:focus{
  --transform-translate-x: -66.66667% !important;
}

.focus\:tw--translate-x-1\/4:focus{
  --transform-translate-x: -25% !important;
}

.focus\:tw--translate-x-2\/4:focus{
  --transform-translate-x: -50% !important;
}

.focus\:tw--translate-x-3\/4:focus{
  --transform-translate-x: -75% !important;
}

.focus\:tw--translate-x-1\/5:focus{
  --transform-translate-x: -20% !important;
}

.focus\:tw--translate-x-2\/5:focus{
  --transform-translate-x: -40% !important;
}

.focus\:tw--translate-x-3\/5:focus{
  --transform-translate-x: -60% !important;
}

.focus\:tw--translate-x-4\/5:focus{
  --transform-translate-x: -80% !important;
}

.focus\:tw--translate-x-1\/6:focus{
  --transform-translate-x: -16.66667% !important;
}

.focus\:tw--translate-x-2\/6:focus{
  --transform-translate-x: -33.33333% !important;
}

.focus\:tw--translate-x-3\/6:focus{
  --transform-translate-x: -50% !important;
}

.focus\:tw--translate-x-4\/6:focus{
  --transform-translate-x: -66.66667% !important;
}

.focus\:tw--translate-x-5\/6:focus{
  --transform-translate-x: -83.33333% !important;
}

.focus\:tw--translate-x-1\/12:focus{
  --transform-translate-x: -8.33333% !important;
}

.focus\:tw--translate-x-2\/12:focus{
  --transform-translate-x: -16.66667% !important;
}

.focus\:tw--translate-x-3\/12:focus{
  --transform-translate-x: -25% !important;
}

.focus\:tw--translate-x-4\/12:focus{
  --transform-translate-x: -33.33333% !important;
}

.focus\:tw--translate-x-5\/12:focus{
  --transform-translate-x: -41.66667% !important;
}

.focus\:tw--translate-x-6\/12:focus{
  --transform-translate-x: -50% !important;
}

.focus\:tw--translate-x-7\/12:focus{
  --transform-translate-x: -58.33333% !important;
}

.focus\:tw--translate-x-8\/12:focus{
  --transform-translate-x: -66.66667% !important;
}

.focus\:tw--translate-x-9\/12:focus{
  --transform-translate-x: -75% !important;
}

.focus\:tw--translate-x-10\/12:focus{
  --transform-translate-x: -83.33333% !important;
}

.focus\:tw--translate-x-11\/12:focus{
  --transform-translate-x: -91.66667% !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-7:focus{
  --transform-translate-y: 1.75rem !important;
}

.focus\:tw-translate-y-8:focus{
  --transform-translate-y: 2rem !important;
}

.focus\:tw-translate-y-9:focus{
  --transform-translate-y: 2.25rem !important;
}

.focus\:tw-translate-y-10:focus{
  --transform-translate-y: 2.5rem !important;
}

.focus\:tw-translate-y-11:focus{
  --transform-translate-y: 2.75rem !important;
}

.focus\:tw-translate-y-12:focus{
  --transform-translate-y: 3rem !important;
}

.focus\:tw-translate-y-13:focus{
  --transform-translate-y: 3.25rem !important;
}

.focus\:tw-translate-y-14:focus{
  --transform-translate-y: 3.5rem !important;
}

.focus\:tw-translate-y-15:focus{
  --transform-translate-y: 3.75rem !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-28:focus{
  --transform-translate-y: 7rem !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-60:focus{
  --transform-translate-y: 15rem !important;
}

.focus\:tw-translate-y-64:focus{
  --transform-translate-y: 16rem !important;
}

.focus\:tw-translate-y-72:focus{
  --transform-translate-y: 18rem !important;
}

.focus\:tw-translate-y-80:focus{
  --transform-translate-y: 20rem !important;
}

.focus\:tw-translate-y-96:focus{
  --transform-translate-y: 24rem !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\/2:focus{
  --transform-translate-y: 50% !important;
}

.focus\:tw-translate-y-1\/3:focus{
  --transform-translate-y: 33.333333% !important;
}

.focus\:tw-translate-y-2\/3:focus{
  --transform-translate-y: 66.666667% !important;
}

.focus\:tw-translate-y-1\/4:focus{
  --transform-translate-y: 25% !important;
}

.focus\:tw-translate-y-2\/4:focus{
  --transform-translate-y: 50% !important;
}

.focus\:tw-translate-y-3\/4:focus{
  --transform-translate-y: 75% !important;
}

.focus\:tw-translate-y-1\/5:focus{
  --transform-translate-y: 20% !important;
}

.focus\:tw-translate-y-2\/5:focus{
  --transform-translate-y: 40% !important;
}

.focus\:tw-translate-y-3\/5:focus{
  --transform-translate-y: 60% !important;
}

.focus\:tw-translate-y-4\/5:focus{
  --transform-translate-y: 80% !important;
}

.focus\:tw-translate-y-1\/6:focus{
  --transform-translate-y: 16.666667% !important;
}

.focus\:tw-translate-y-2\/6:focus{
  --transform-translate-y: 33.333333% !important;
}

.focus\:tw-translate-y-3\/6:focus{
  --transform-translate-y: 50% !important;
}

.focus\:tw-translate-y-4\/6:focus{
  --transform-translate-y: 66.666667% !important;
}

.focus\:tw-translate-y-5\/6:focus{
  --transform-translate-y: 83.333333% !important;
}

.focus\:tw-translate-y-1\/12:focus{
  --transform-translate-y: 8.333333% !important;
}

.focus\:tw-translate-y-2\/12:focus{
  --transform-translate-y: 16.666667% !important;
}

.focus\:tw-translate-y-3\/12:focus{
  --transform-translate-y: 25% !important;
}

.focus\:tw-translate-y-4\/12:focus{
  --transform-translate-y: 33.333333% !important;
}

.focus\:tw-translate-y-5\/12:focus{
  --transform-translate-y: 41.666667% !important;
}

.focus\:tw-translate-y-6\/12:focus{
  --transform-translate-y: 50% !important;
}

.focus\:tw-translate-y-7\/12:focus{
  --transform-translate-y: 58.333333% !important;
}

.focus\:tw-translate-y-8\/12:focus{
  --transform-translate-y: 66.666667% !important;
}

.focus\:tw-translate-y-9\/12:focus{
  --transform-translate-y: 75% !important;
}

.focus\:tw-translate-y-10\/12:focus{
  --transform-translate-y: 83.333333% !important;
}

.focus\:tw-translate-y-11\/12:focus{
  --transform-translate-y: 91.666667% !important;
}

.focus\:tw-translate-y-full:focus{
  --transform-translate-y: 100% !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-7:focus{
  --transform-translate-y: -1.75rem !important;
}

.focus\:tw--translate-y-8:focus{
  --transform-translate-y: -2rem !important;
}

.focus\:tw--translate-y-9:focus{
  --transform-translate-y: -2.25rem !important;
}

.focus\:tw--translate-y-10:focus{
  --transform-translate-y: -2.5rem !important;
}

.focus\:tw--translate-y-11:focus{
  --transform-translate-y: -2.75rem !important;
}

.focus\:tw--translate-y-12:focus{
  --transform-translate-y: -3rem !important;
}

.focus\:tw--translate-y-13:focus{
  --transform-translate-y: -3.25rem !important;
}

.focus\:tw--translate-y-14:focus{
  --transform-translate-y: -3.5rem !important;
}

.focus\:tw--translate-y-15:focus{
  --transform-translate-y: -3.75rem !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-28:focus{
  --transform-translate-y: -7rem !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-60:focus{
  --transform-translate-y: -15rem !important;
}

.focus\:tw--translate-y-64:focus{
  --transform-translate-y: -16rem !important;
}

.focus\:tw--translate-y-72:focus{
  --transform-translate-y: -18rem !important;
}

.focus\:tw--translate-y-80:focus{
  --transform-translate-y: -20rem !important;
}

.focus\:tw--translate-y-96:focus{
  --transform-translate-y: -24rem !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\/2:focus{
  --transform-translate-y: -50% !important;
}

.focus\:tw--translate-y-1\/3:focus{
  --transform-translate-y: -33.33333% !important;
}

.focus\:tw--translate-y-2\/3:focus{
  --transform-translate-y: -66.66667% !important;
}

.focus\:tw--translate-y-1\/4:focus{
  --transform-translate-y: -25% !important;
}

.focus\:tw--translate-y-2\/4:focus{
  --transform-translate-y: -50% !important;
}

.focus\:tw--translate-y-3\/4:focus{
  --transform-translate-y: -75% !important;
}

.focus\:tw--translate-y-1\/5:focus{
  --transform-translate-y: -20% !important;
}

.focus\:tw--translate-y-2\/5:focus{
  --transform-translate-y: -40% !important;
}

.focus\:tw--translate-y-3\/5:focus{
  --transform-translate-y: -60% !important;
}

.focus\:tw--translate-y-4\/5:focus{
  --transform-translate-y: -80% !important;
}

.focus\:tw--translate-y-1\/6:focus{
  --transform-translate-y: -16.66667% !important;
}

.focus\:tw--translate-y-2\/6:focus{
  --transform-translate-y: -33.33333% !important;
}

.focus\:tw--translate-y-3\/6:focus{
  --transform-translate-y: -50% !important;
}

.focus\:tw--translate-y-4\/6:focus{
  --transform-translate-y: -66.66667% !important;
}

.focus\:tw--translate-y-5\/6:focus{
  --transform-translate-y: -83.33333% !important;
}

.focus\:tw--translate-y-1\/12:focus{
  --transform-translate-y: -8.33333% !important;
}

.focus\:tw--translate-y-2\/12:focus{
  --transform-translate-y: -16.66667% !important;
}

.focus\:tw--translate-y-3\/12:focus{
  --transform-translate-y: -25% !important;
}

.focus\:tw--translate-y-4\/12:focus{
  --transform-translate-y: -33.33333% !important;
}

.focus\:tw--translate-y-5\/12:focus{
  --transform-translate-y: -41.66667% !important;
}

.focus\:tw--translate-y-6\/12:focus{
  --transform-translate-y: -50% !important;
}

.focus\:tw--translate-y-7\/12:focus{
  --transform-translate-y: -58.33333% !important;
}

.focus\:tw--translate-y-8\/12:focus{
  --transform-translate-y: -66.66667% !important;
}

.focus\:tw--translate-y-9\/12:focus{
  --transform-translate-y: -75% !important;
}

.focus\:tw--translate-y-10\/12:focus{
  --transform-translate-y: -83.33333% !important;
}

.focus\:tw--translate-y-11\/12:focus{
  --transform-translate-y: -91.66667% !important;
}

.focus\:tw--translate-y-full:focus{
  --transform-translate-y: -100% !important;
}

.tw-skew-x-0{
  --transform-skew-x: 0 !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-y-0{
  --transform-skew-y: 0 !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;
}

.hover\:tw-skew-x-0:hover{
  --transform-skew-x: 0 !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-y-0:hover{
  --transform-skew-y: 0 !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;
}

.focus\:tw-skew-x-0:focus{
  --transform-skew-x: 0 !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-y-0:focus{
  --transform-skew-y: 0 !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;
}

.tw-transition-none{
  -webkit-transition-property: none !important;
  transition-property: none !important;
}

.tw-transition-all{
  -webkit-transition-property: all !important;
  transition-property: all !important;
}

.tw-transition{
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform !important;
}

.tw-transition-colors{
  -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.tw-transition-opacity{
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}

.tw-transition-shadow{
  -webkit-transition-property: box-shadow !important;
  transition-property: box-shadow !important;
}

.tw-transition-transform{
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important;
}

.tw-ease-linear{
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.tw-ease-in{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.tw-ease-out{
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.tw-ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.tw-duration-75{
  -webkit-transition-duration: 75ms !important;
          transition-duration: 75ms !important;
}

.tw-duration-100{
  -webkit-transition-duration: 100ms !important;
          transition-duration: 100ms !important;
}

.tw-duration-150{
  -webkit-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.tw-duration-200{
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
}

.tw-duration-300{
  -webkit-transition-duration: 300ms !important;
          transition-duration: 300ms !important;
}

.tw-duration-500{
  -webkit-transition-duration: 500ms !important;
          transition-duration: 500ms !important;
}

.tw-duration-700{
  -webkit-transition-duration: 700ms !important;
          transition-duration: 700ms !important;
}

.tw-duration-1000{
  -webkit-transition-duration: 1000ms !important;
          transition-duration: 1000ms !important;
}

.tw-delay-75{
  -webkit-transition-delay: 75ms !important;
          transition-delay: 75ms !important;
}

.tw-delay-100{
  -webkit-transition-delay: 100ms !important;
          transition-delay: 100ms !important;
}

.tw-delay-150{
  -webkit-transition-delay: 150ms !important;
          transition-delay: 150ms !important;
}

.tw-delay-200{
  -webkit-transition-delay: 200ms !important;
          transition-delay: 200ms !important;
}

.tw-delay-300{
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.tw-delay-500{
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important;
}

.tw-delay-700{
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.tw-delay-1000{
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important;
}

body {
  font-family: Calibri, IBM Plex Sans, Poppins, Inter UI, system-ui, BlinkMacSystemFont, -apple-system;
  --text-opacity: 1;
  color: #374151;
  color: rgba(55, 65, 81, var(--text-opacity));
  background-color: rgb(248, 248, 248);
}

.header-section {
  top: 0;
}

a,
a:hover {
  text-decoration: none;
}

svg {
  cursor: pointer;
}

.material-icons {
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
}

.material-icons:hover {
  --text-opacity: 1;
  color: #252f3f;
  color: rgba(37, 47, 63, var(--text-opacity));
}

.navicon {
  padding: 0.5rem;
  margin-right: 0.5rem;
  padding-right: 1rem;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  border-right-width: 1px;
}

.sub-header-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  height: 48px;
}

.sub-wh-header {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-right-width: 1px;
  font-size: 0.875rem;
  padding: 0 4px;
  line-height: 40px;
  white-space: nowrap;
}

.navicon-icon {
  font-size: 0.875rem !important;
}

.navicon-title {
  padding-bottom: 0.25rem;
  --text-opacity: 1;
  color: #4b5563;
  color: rgba(75, 85, 99, var(--text-opacity));
  margin-bottom: 0.5rem;
}

.navicon-text {
  font-weight: 300;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
}

.navicon-text {
  --text-opacity: 1;
  color: #374151;
  color: rgba(55, 65, 81, var(--text-opacity));
}

.navicon-icon:hover,
.navicon-text:hover {
  --text-opacity: 1;
  color: #252f3f;
  color: rgba(37, 47, 63, var(--text-opacity));
}

.router-link-exact-active .navicon-icon {
  --text-opacity: 1;
  color: #3f83f8;
  color: rgba(63, 131, 248, var(--text-opacity));
}

.router-link-active {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.router-link-exact-active .navicon-text {
  --text-opacity: 1;
  color: #1a56db;
  color: rgba(26, 86, 219, var(--text-opacity));
}

.c-card {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding: 0;
}

.list.c-card {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.tw-bg-white .c-card,
.tw-bg-white .box-card {
  border: 1px solid #d6d6d6;
}

.c-card-header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom-width: 1px;
  height: 3.5rem;
}

.actions-card-header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-align: center;
          align-items: center;
  border-bottom-width: 1px;
  height: 3.5rem;
}

.c-card-title {
  --text-opacity: 1;
  color: #1A2633;
  color: rgba(26, 38, 51, var(--text-opacity));
}

.actions-card-header .c-card-title {
  margin-bottom: 0.25rem;
}

.dashboard .c-card-title {
  font-weight: 500;
}

.modal-form {
  padding: 0 !important;
  --bg-opacity: 1 !important;
  background-color: #ffffff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.c-card-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.c-card-footer {
  font-size: 1.125rem;
  --text-opacity: 1;
  color: #252f3f;
  color: rgba(37, 47, 63, var(--text-opacity));
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-top-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 4rem;
  -webkit-box-align: center;
          align-items: center;
}

.inline-form-row {
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-bottom: 1px solid #d6d2d2;
}

.inline-section-row {
  border-top: 1px solid #d6d2d2;
}

.form-section-text {
  padding-top: 0.75rem;
  padding-left: 1rem;
}

i {
  cursor: pointer;
}

.c-card-footer .el-form-item {
  margin-bottom: 0;
}

.schema-component-list {
  border: 1px solid rgba(26, 38, 51, 0.1);
  border-radius: 4px;
  margin-top: 16px !important;
}

.schema-component-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  cursor: pointer;
}

.schema-component-list li:hover {
  background-color: rgba(0, 153, 221, 0.1);
}

.schema-component-list .component-menu.active {
  background-color: rgba(0, 153, 221, 0.1);
  border-left: 3px solid #0099dd;
}

.component-name-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.75rem;
  -webkit-box-align: center;
          align-items: center;
}

.component-add-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0.75rem;
  -webkit-box-align: center;
          align-items: center;
  --bg-opacity: 1;
  background-color: #1c64f2;
  background-color: rgba(28, 100, 242, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 0.125rem;
}

.dialog-form {
  height: 16rem;
  margin-top: 1rem;
  padding: 1rem;
  max-width: 32rem;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #6b7280;
  border-color: rgba(107, 114, 128, var(--border-opacity));
  border-radius: 0.25rem;
  overflow: auto;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

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

.sub-form-section {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom-width: 1px;
}

.ddr-section {
  height: auto;
  margin: 1rem;
  padding: 1rem;
  max-width: 32rem;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #6b7280;
  border-color: rgba(107, 114, 128, var(--border-opacity));
  border-radius: 0.25rem;
  overflow: auto;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.ddr-section-heading {
  font-weight: 700;
  font-size: 1.125rem;
  margin-left: 1rem;
}

.section-sub-heading {
  font-weight: 600;
  font-size: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
}

.ddr-remark {
  margin-top: 30px;
  height: 385px;
}

.step-navs {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  bottom: 0;
  right: 0;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  height: 4rem;
  -webkit-box-align: center;
          align-items: center;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  z-index: 105;
  box-shadow: 0px 1px 1px 1px #d6d6d6;
  margin: 0 !important;
}

.search {
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #B6BBBF;
  border-color: rgba(182, 187, 191, var(--border-opacity));
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.search .el-input__inner {
  border: none;
  box-shadow: none;
  border-radius: 0;
  height: 3rem;
}

.search input::-webkit-input-placeholder {
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
}

.search input::-moz-placeholder {
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
}

.search input:-ms-input-placeholder {
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
}

.search input::-ms-input-placeholder {
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
}

.search input::placeholder {
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
}

.import-modal ul.tw-flex {
  padding: 0px !important;
}

.import-modal .el-form,
.dates-modal .el-form {
  padding: 0 !important;
}

.selection-section .el-form-item__label {
  text-align: left !important;
}

.side-nav-list li {
  padding: 1rem;
  border-width: 1px;
  cursor: pointer;
}

.static-lds-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.static-lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #b8c2cc;
  border-color: #b8c2cc transparent #b8c2cc transparent;
}

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #181819;
  border-color: #181819 transparent #181819 transparent;
  -webkit-animation: lds-hourglass 1.2s infinite;
          animation: lds-hourglass 1.2s infinite;
}

@-webkit-keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

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

@keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

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

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(91, 117, 211, 0.5);
}

.assign-items-check-list {
  padding: 20px;
}

.handsontable .htDimmed {
  background: #fdfdfd;
}

.view-page-button-section {
  justify-content: space-around;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
          align-items: flex-end;
}

.el-tabs__active-bar {
  background-color: #0099dd;
  width: 268px;
  height: 4px;
}

.add-button i:hover {
  border-radius: 0.25rem;
  --text-opacity: 1;
  color: #0099dd;
  color: rgba(0, 153, 221, var(--text-opacity));
  height: 24px;
  background-color: rgba(0, 153, 221, 0.1);
}

.chart-active {
  --text-opacity: 1;
  color: #0099dd;
  color: rgba(0, 153, 221, var(--text-opacity));
  background-color: rgba(0, 153, 221, 0.1);
}

.chart {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.row-header {
  /*remove text-grey and font-thin use in combination with label-font-style*/
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
  font-weight: 200;
  margin-bottom: 0.5rem;
}

.label-font-style,
.el-table th > .cell,
.el-form--label-top .el-form-item__label {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  --text-opacity: 1;
  color: #738699;
  color: rgba(115, 134, 153, var(--text-opacity));
}

.card-heading {
  --text-opacity: 1;
  color: #738699;
  color: rgba(115, 134, 153, var(--text-opacity));
}

.el-form-item__label {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  --text-opacity: 1;
  color: #738699;
  color: rgba(115, 134, 153, var(--text-opacity));
}

.meta-list ul {
  list-style: none !important;
  padding-left: 0;
  padding-top: 20px;
}

.view-template .view-section {
  padding: 1.5rem;
}

.program-steps-form {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}

.program-step-sub-tab .el-tabs__item.is-active {
  background-color: rgba(0, 153, 221, 0.1);
  border-radius: 4px;
}

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

.formulations-page {
  padding-top: 20px;
  padding-bottom: 20px;
}

.formulations-page .content-details {
  width: 50%;
  margin-bottom: 1rem;
}

.formulations-page .schema-cards {
  height: 500px;
  overflow: hidden;
}

.schema-cards .handsontable,
.c-card .handsontable,
.el-form .handsontable,
.el-row .handsontable {
  z-index: 1;
}

.formulations-page .details-collapse {
  margin-top: 30px;
  margin-bottom: 30px;
}

.formulation-table td {
  font-size: 14px;
  line-height: 20px;
}

.schema-index-details-pane {
  border-width: 1px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 400px;
}

.form-section-heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 2rem;
}

.form-item-width {
  width: 40%;
}

.card-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.file-viewer-outer-box {
  margin-top: 1rem;
  border-width: 1px;
  height: 12rem;
  overflow-y: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.file-viewer-inner-box {
  overflow: hidden;
  border-width: 1px;
  height: auto;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
}

.four-form-modal-header .c-card-footer,
.ddr-form-modal .c-card-footer {
  --bg-opacity: 1;
  background-color: #f7f7f7;
  background-color: rgba(247, 247, 247, var(--bg-opacity));
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.right-wrong-style {
  padding: 1.5rem;
}

.user-form-modal-style {
  border-bottom-width: 1px;
  border-radius: 0.25rem;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bha-form-modal-style {
  font-size: 14px;
  line-height: 20px;
  color: #738699;
  font-weight: normal;
  text-transform: uppercase;
}

.link-button {
  float: right;
  padding: 0.5rem;
  --text-opacity: 1;
  color: #3f83f8;
  color: rgba(63, 131, 248, var(--text-opacity));
  cursor: pointer;
}

.program-step-form-modal {
  width: 200px;
}

.file-upload-list-style {
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: flex;
  padding-top: 0.25rem;
}

.el-card__header {
  padding: 16px 20px 15px;
}

.well-handover-cert-style {
  font-size: 1rem;
  font-weight: 400;
  --text-opacity: 1;
  color: #3f83f8;
  color: rgba(63, 131, 248, var(--text-opacity));
  cursor: pointer;
}

.well-handover-cert-style:hover {
  text-decoration: underline;
}

.info-msg {
  color: #059;
  background-color: #bef;
  padding-left: 20px;
  margin-bottom: 14px;
}

.swal2-container {
  z-index: 999999 !important;
}

.risk-table-wrapper {
  overflow: scroll;
}

.risk-table-wrapper .el-table {
  font-size: 12px;
}

.risk-table-wrapper .category-list {
  list-style: none;
  padding: 0;
}

.risk-table-wrapper .el-table .cell {
  word-break: break-word !important;
}

.risk-table-wrapper .el-table .el-table__row td {
  vertical-align: top;
}

.notification {
  margin: 0.25rem;
  border-bottom-width: 1px;
  cursor: pointer;
}

.notification .module {
  margin-left: 0.5rem;
  text-align: left;
  font-size: 0.75rem;
}

.notification .notification-date {
  font-style: italic;
  text-align: left;
  margin-left: 0.5rem;
  font-size: 0.75rem;
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
}

.notification-icon .el-badge__content {
  border-style: none;
  right: 12px;
  top: 4px;
}

.annulus-section {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
  padding-top: 1rem;
}

.helper-text {
  font-style: italic;
  font-size: 0.75rem;
  margin-top: -0.75rem;
  color: #b8c2cc;
}

.helper-text-info {
  font-style: italic;
  color: #b8c2cc;
  font-size: 16px;
}

.col-one .el-checkbox__label {
  color: #09d;
}

.col-two .el-checkbox__label {
  color: red;
}

.router-link-active {
  color: #22292f;
  font-weight: 500;
}

.list-table-width {
  width: 100%;
}

.work-group-orange-header .el-card__header {
  --bg-opacity: 1;
  background-color: #ff8a4c;
  background-color: rgba(255, 138, 76, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.work-group-green-header .el-card__header {
  --bg-opacity: 1;
  background-color: #047481;
  background-color: rgba(4, 116, 129, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.placeholder-img {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 4rem;
}

.placeholder-img img {
  width: 33.333333%;
}

.placeholder-img .placeholder-text {
  font-size: 1.25rem;
  --text-opacity: 1;
  color: #4b5563;
  color: rgba(75, 85, 99, var(--text-opacity));
  margin-top: 2rem;
  font-weight: 200;
  font-family: Roboto, system-ui, BlinkMacSystemFont, -apple-system;
}

.back-to,
.footer-section,
.excel-section,
.title-section {
  padding: 16px;
}

.form-wrapper .card-footer {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.form-wrapper .title-section {
  display: -webkit-box;
  display: flex;
}

.section-separator,
.form-wrapper {
  border-bottom: 1px solid rgba(26, 38, 51, 0.1);
}

.form-wrapper {
  border-radius: 4px;
  margin-bottom: 40px;
}

.xmastreeForm .el-form-item {
  width: 33.333333%;
  white-space: nowrap;
}

.back-to-list {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
}

.back-to-list i {
  --text-opacity: 1;
  color: #3f83f8;
  color: rgba(63, 131, 248, var(--text-opacity));
  margin-right: 0.25rem;
}

.back-to-list-text {
  font-size: 0.875rem;
  font-weight: 400;
  --text-opacity: 1;
  color: #3f83f8;
  color: rgba(63, 131, 248, var(--text-opacity));
}

.back-to-list-text:hover {
  text-decoration: underline;
}

.view-chart-section {
  padding-left: 1rem;
  padding-right: 1rem;
}

.view-chart-header-section {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  color: #738699;
  border-top: 1px solid #d6d2d2;
}

.header-text-spacing {
  padding-top: 0;
  border-top-width: 0;
}

.program-details-page .program-header {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-bottom-width: 1px;
  padding: 1rem;
}

.program-header .actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.chart-empty-data {
  text-align: center;
  height: 300px;
  padding: 30%;
  color: #909399;
}

.not-approved-badges {
  margin-top: 3px;
}

.component-tree-section {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  overflow-y: scroll;
  height: 400px;
}

.schema-header-section {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
}

.data-section {
  margin-bottom: 1rem;
  width: 50%;
}

.data-section .title {
  font-size: 0.875rem;
  --text-opacity: 1;
  color: #4b5563;
  color: rgba(75, 85, 99, var(--text-opacity));
}

.data-section .value {
  font-weight: 600;
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.suggestions-heading {
  width: 100%;
  --text-opacity: 1;
  color: #252f3f;
  color: rgba(37, 47, 63, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #9fa6b2;
  border-color: rgba(159, 166, 178, var(--border-opacity));
  font-size: 1rem;
}

.hot-add-row {
  float: right;
  padding: 0.5rem;
  --text-opacity: 1;
  color: #3f83f8;
  color: rgba(63, 131, 248, var(--text-opacity));
  cursor: pointer;
}

.hot-add-row.cement {
  float: right;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --text-opacity: 1;
  color: #3f83f8;
  color: rgba(63, 131, 248, var(--text-opacity));
  cursor: pointer;
}

.step-cta {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #3f83f8;
  background-color: rgba(63, 131, 248, var(--bg-opacity));
  font-size: 0.875rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.step-cta-red {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #f05252;
  background-color: rgba(240, 82, 82, var(--bg-opacity));
  font-size: 0.875rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.stat {
  border-radius: 0.5rem;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  margin-right: 0.5rem;
  border-width: 1px;
  padding: 0.5rem;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.stat .heading {
  font-size: 1rem;
  text-align: center;
}

.stat .value {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 600;
  --text-opacity: 1;
  color: #5850ec;
  color: rgba(88, 80, 236, var(--text-opacity));
}

.action-th {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --bg-opacity: 1;
  background-color: #e5e7eb;
  background-color: rgba(229, 231, 235, var(--bg-opacity));
  text-align: left;
  font-size: 0.75rem;
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.action-td {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
  font-weight: 500;
  --text-opacity: 1;
  color: #4b5563;
  color: rgba(75, 85, 99, var(--text-opacity));
}

.review-test-th {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --bg-opacity: 1;
  background-color: #e5e7eb;
  background-color: rgba(229, 231, 235, var(--bg-opacity));
  text-align: left;
  font-size: 0.75rem;
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.review-test-td {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
  font-weight: 500;
  --text-opacity: 1;
  color: #4b5563;
  color: rgba(75, 85, 99, var(--text-opacity));
}

.actions-list tr {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #e5e7eb;
  border-color: rgba(229, 231, 235, var(--border-opacity));
}

.actions-list {
  vertical-align: middle;
  display: inline-block;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border-radius: 0.5rem;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #9fa6b2;
  border-color: rgba(159, 166, 178, var(--border-opacity));
}

.action-details-section {
  margin-left: 1rem;
  margin-right: 1rem;
  width: 20%;
}

.action-details-section p:nth-child(1) {
  line-height: 20px;
  font-size: 0.875rem;
  font-weight: 400;
  --text-opacity: 1;
  color: #738699;
  color: rgba(115, 134, 153, var(--text-opacity));
}

.action-details-section span:nth-child(2) {
  font-weight: 600;
}

.action-description span:nth-child(2) {
  font-weight: 600;
}

.module-badge {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  --bg-opacity: 1;
  background-color: #def7ec;
  background-color: rgba(222, 247, 236, var(--bg-opacity));
  --text-opacity: 1;
  color: #03543f;
  color: rgba(3, 84, 63, var(--text-opacity));
}

.detail-page-header {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #e5e7eb;
  border-color: rgba(229, 231, 235, var(--border-opacity));
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.action-description {
  margin-left: 1rem;
  margin-right: 1rem;
  width: 80%;
}

.action-description p:nth-child(1) {
  line-height: 20px;
  font-size: 0.875rem;
  font-weight: 400;
  --text-opacity: 1;
  color: #738699;
  color: rgba(115, 134, 153, var(--text-opacity));
}

.program-stage,
.program-sub-stage {
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #e5e7eb;
  border-color: rgba(229, 231, 235, var(--border-opacity));
}

.program-stage a {
  white-space: nowrap;
  margin-left: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-bottom-width: 2px;
  border-color: transparent;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
}

.program-stage .router-link-exact-active.router-link-active {
  outline: 0;
  --text-opacity: 1;
  color: #42389d;
  color: rgba(66, 56, 157, var(--text-opacity));
  --border-opacity: 1;
  border-color: #5145cd;
  border-color: rgba(81, 69, 205, var(--border-opacity));
}

.program-stage a:hover {
  --text-opacity: 1;
  color: #374151;
  color: rgba(55, 65, 81, var(--text-opacity));
  --border-opacity: 1;
  border-color: #d2d6dc;
  border-color: rgba(210, 214, 220, var(--border-opacity));
}

.program-sub-stage a {
  white-space: nowrap;
  margin-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-bottom-width: 2px;
  border-color: transparent;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
}

.program-sub-stage .router-link-exact-active.router-link-active {
  outline: 0;
  --text-opacity: 1;
  color: #42389d;
  color: rgba(66, 56, 157, var(--text-opacity));
  --border-opacity: 1;
  border-color: #5145cd;
  border-color: rgba(81, 69, 205, var(--border-opacity));
}

.program-sub-stage a:hover {
  --text-opacity: 1;
  color: #374151;
  color: rgba(55, 65, 81, var(--text-opacity));
  --border-opacity: 1;
  border-color: #d2d6dc;
  border-color: rgba(210, 214, 220, var(--border-opacity));
}

.table-cta {
  cursor: pointer;
  font-weight: 500;
  --text-opacity: 1;
  color: #6875f5;
  color: rgba(104, 117, 245, var(--text-opacity));
  font-size: 0.875rem;
}

.table-cta:hover {
  --text-opacity: 1;
  color: #5145cd;
  color: rgba(81, 69, 205, var(--text-opacity));
}

.table-cta-delete {
  cursor: pointer;
  font-weight: 500;
  font-size: 0.875rem;
}

.table-cta-delete:hover {
  --text-opacity: 1;
  color: #f05252;
  color: rgba(240, 82, 82, var(--text-opacity));
}

.tab-link {
  margin-left: 2rem;
  white-space: nowrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-bottom-width: 2px;
  border-color: transparent;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
}

.tab-link span {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.tab-link:hover {
  --text-opacity: 1;
  color: #374151;
  color: rgba(55, 65, 81, var(--text-opacity));
  --border-opacity: 1;
  border-color: #d2d6dc;
  border-color: rgba(210, 214, 220, var(--border-opacity));
  cursor: pointer;
}

.tab-link:focus {
  outline: 0;
  --text-opacity: 1;
  color: #374151;
  color: rgba(55, 65, 81, var(--text-opacity));
  --border-opacity: 1;
  border-color: #d2d6dc;
  border-color: rgba(210, 214, 220, var(--border-opacity));
}

.tab-link.router-link-exact-active.router-link-active {
  --border-opacity: 1;
  border-color: #6875f5;
  border-color: rgba(104, 117, 245, var(--border-opacity));
  --text-opacity: 1;
  color: #5850ec;
  color: rgba(88, 80, 236, var(--text-opacity));
}

.tab-link.router-link-exact-active.router-link-active:focus {
  --text-opacity: 1;
  color: #42389d;
  color: rgba(66, 56, 157, var(--text-opacity));
  --border-opacity: 1;
  border-color: #5145cd;
  border-color: rgba(81, 69, 205, var(--border-opacity));
}

.add-content {
  --text-opacity: 1;
  color: #5850ec;
  color: rgba(88, 80, 236, var(--text-opacity));
  text-decoration: underline;
  cursor: pointer;
}

.primary-button {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-width: 1px;
  border-color: transparent;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #5850ec;
  background-color: rgba(88, 80, 236, var(--bg-opacity));
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.primary-button:hover {
  --bg-opacity: 1;
  background-color: #6875f5;
  background-color: rgba(104, 117, 245, var(--bg-opacity));
}

.primary-button:focus {
  outline: 0;
  --border-opacity: 1;
  border-color: #5145cd;
  border-color: rgba(81, 69, 205, var(--border-opacity));
  box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45);
}

.secondary-button {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --bg-opacity: 1;
  background-color: #e5edff;
  background-color: rgba(229, 237, 255, var(--bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --text-opacity: 1;
  color: #5145cd;
  color: rgba(81, 69, 205, var(--text-opacity));
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  cursor: pointer;
}

.secondary-button:hover {
  --bg-opacity: 1;
  background-color: #f0f5ff;
  background-color: rgba(240, 245, 255, var(--bg-opacity));
}

.secondary-button:focus {
  outline: 0;
  --border-opacity: 1;
  border-color: #b4c6fc;
  border-color: rgba(180, 198, 252, var(--border-opacity));
  box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45);
}

.active-chevron {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sortable-chosen {
  border-width: 1px;
  padding: 0.5rem;
}

.node-active {
  font-weight: 700;
}

.sidebar-active {
  --text-opacity: 1;
  color: #5145cd;
  color: rgba(81, 69, 205, var(--text-opacity));
}

.stacked-list-item {
  display: block;
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-top-width: 1px;
  --border-opacity: 1;
  border-color: #e5e7eb;
  border-color: rgba(229, 231, 235, var(--border-opacity));
}

.stacked-list-item:focus {
  outline: 0;
  --bg-opacity: 1;
  background-color: #f9fafb;
  background-color: rgba(249, 250, 251, var(--bg-opacity));
}

.list-item-row {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-width: 0;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.list-item-row .content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --text-opacity: 1;
  color: #252f3f;
  color: rgba(37, 47, 63, var(--text-opacity));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.add-cta {
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
  cursor: pointer;
  padding: 0.25rem;
}

.add-cta:hover {
  --text-opacity: 1;
  color: #5145cd;
  color: rgba(81, 69, 205, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #f0f5ff;
  background-color: rgba(240, 245, 255, var(--bg-opacity));
  border-radius: 0.25rem;
}

.border-helper-text {
  padding: 1rem;
  text-align: center;
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #d2d6dc;
  border-color: rgba(210, 214, 220, var(--border-opacity));
}

.primary-barrier {
  --bg-opacity: 1;
  background-color: #3f83f8;
  background-color: rgba(63, 131, 248, var(--bg-opacity));
  padding: 0.5rem;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.secondary-barrier {
  --bg-opacity: 1;
  background-color: #e02424;
  background-color: rgba(224, 36, 36, var(--bg-opacity));
  padding: 0.5rem;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

@media (min-width: 576px){
  .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-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.75rem * 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-9 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-9 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.25rem * 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-11 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-11 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * 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-13 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important;
  }

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

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

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

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

  .sm\:tw-space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * 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-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * 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-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--space-x-reverse)) !important;
    margin-left: calc(15rem * 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-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--space-y-reverse)) !important;
  }

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

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

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

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

  .sm\:tw-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--space-x-reverse)) !important;
    margin-left: calc(24rem * 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\/2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important;
  }

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

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

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

  .sm\:tw-space-y-2\/3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-2\/3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .sm\:tw-space-y-2\/4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-2\/4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-3\/4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-3\/4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(75% * var(--space-x-reverse)) !important;
    margin-left: calc(75% * 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(20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-1\/5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(20% * var(--space-x-reverse)) !important;
    margin-left: calc(20% * 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(40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(40% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-2\/5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(40% * var(--space-x-reverse)) !important;
    margin-left: calc(40% * 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(60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60% * var(--space-y-reverse)) !important;
  }

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

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

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

  .sm\:tw-space-y-1\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-1\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-2\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-2\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-3\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-3\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-4\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-4\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .sm\:tw-space-y-1\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.333333% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-1\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-2\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-2\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .sm\:tw-space-y-4\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-4\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .sm\:tw-space-y-6\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-6\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-7\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(58.333333% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-7\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(58.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-8\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-8\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-9\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-9\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(75% * var(--space-x-reverse)) !important;
    margin-left: calc(75% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-10\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-10\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(83.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-11\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(91.666667% * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-11\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(91.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:tw-space-x-full > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * 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-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.75rem * 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-9 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-9 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.25rem * 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-11 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-11 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * 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-13 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important;
  }

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

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

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

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

  .sm\:tw--space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * 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-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * 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-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15rem * 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-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--space-y-reverse)) !important;
  }

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

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

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

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

  .sm\:tw--space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--space-x-reverse)) !important;
    margin-left: calc(-24rem * 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\/2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
  }

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

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

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

  .sm\:tw--space-y-2\/3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-2\/3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .sm\:tw--space-y-2\/4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-2\/4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-3\/4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-3\/4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-75% * var(--space-x-reverse)) !important;
    margin-left: calc(-75% * 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(-20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-1\/5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-20% * var(--space-x-reverse)) !important;
    margin-left: calc(-20% * 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(-40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-40% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-2\/5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-40% * var(--space-x-reverse)) !important;
    margin-left: calc(-40% * 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(-60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60% * var(--space-y-reverse)) !important;
  }

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

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

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

  .sm\:tw--space-y-1\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-1\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-2\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-2\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-3\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-3\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-4\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-4\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .sm\:tw--space-y-1\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.33333% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-1\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-2\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-2\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .sm\:tw--space-y-4\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-4\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .sm\:tw--space-y-6\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-6\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-7\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-58.33333% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-7\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-58.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-8\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-8\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-9\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-9\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-75% * var(--space-x-reverse)) !important;
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-10\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-10\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-83.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-11\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-91.66667% * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-11\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-91.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:tw--space-x-full > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * 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-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-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    border-color: rgba(210, 214, 220, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159, 166, 178, 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: #252f3f !important;
    border-color: rgba(37, 47, 63, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22, 30, 46, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-cool-gray-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251, 253, 254, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-cool-gray-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-cool-gray-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-cool-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207, 216, 227, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-cool-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151, 166, 186, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-cool-gray-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-cool-gray-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-cool-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #364152 !important;
    border-color: rgba(54, 65, 82, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-cool-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #27303f !important;
    border-color: rgba(39, 48, 63, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-cool-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26, 32, 46, var(--divide-opacity)) !important;
  }

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

  .sm\:tw-divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253, 232, 232, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251, 213, 213, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248, 180, 180, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249, 128, 128, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240, 82, 82, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224, 36, 36, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200, 30, 30, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155, 28, 28, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255, 248, 241, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254, 236, 220, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252, 217, 189, var(--divide-opacity)) !important;
  }

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

  .sm\:tw-divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255, 138, 76, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255, 90, 31, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208, 56, 1, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180, 52, 3, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138, 44, 13, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253, 253, 234, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253, 246, 178, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252, 233, 106, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250, 202, 21, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227, 160, 8, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194, 120, 3, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159, 88, 10, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142, 75, 16, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114, 59, 19, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #633112 !important;
    border-color: rgba(99, 49, 18, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243, 250, 247, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222, 247, 236, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188, 240, 218, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132, 225, 188, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49, 196, 141, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14, 159, 110, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5, 122, 85, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4, 108, 78, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #03543f !important;
    border-color: rgba(3, 84, 63, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #014737 !important;
    border-color: rgba(1, 71, 55, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237, 250, 250, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213, 245, 246, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #afecef !important;
    border-color: rgba(175, 236, 239, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126, 220, 226, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22, 189, 202, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6, 148, 162, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #047481 !important;
    border-color: rgba(4, 116, 129, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #036672 !important;
    border-color: rgba(3, 102, 114, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #05505c !important;
    border-color: rgba(5, 80, 92, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #014451 !important;
    border-color: rgba(1, 68, 81, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235, 245, 255, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225, 239, 254, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195, 221, 253, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164, 202, 254, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118, 169, 250, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63, 131, 248, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28, 100, 242, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26, 86, 219, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30, 66, 159, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #233876 !important;
    border-color: rgba(35, 56, 118, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240, 245, 255, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229, 237, 255, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205, 219, 254, var(--divide-opacity)) !important;
  }

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

  .sm\:tw-divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141, 162, 251, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104, 117, 245, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88, 80, 236, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81, 69, 205, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #42389d !important;
    border-color: rgba(66, 56, 157, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54, 47, 120, var(--divide-opacity)) !important;
  }

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

  .sm\:tw-divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237, 235, 254, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220, 215, 254, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202, 191, 253, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172, 148, 250, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144, 97, 249, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126, 58, 242, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108, 43, 217, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85, 33, 181, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    border-color: rgba(252, 232, 243, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250, 209, 232, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248, 180, 217, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241, 126, 184, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231, 70, 148, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214, 31, 105, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191, 18, 93, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #99154b !important;
    border-color: rgba(153, 21, 75, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117, 26, 61, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-modal-grey > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7f7f7 !important;
    border-color: rgba(247, 247, 247, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-separator-grey > :not(template) ~ :not(template){
    border-color: hsla(210,7%,83%,1) !important;
  }

  .sm\:tw-divide-label-grey > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #738699 !important;
    border-color: rgba(115, 134, 153, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-anvesh-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1A2633 !important;
    border-color: rgba(26, 38, 51, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-anvesh-grey > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #B6BBBF !important;
    border-color: rgba(182, 187, 191, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-anvesh-blue > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0099dd !important;
    border-color: rgba(0, 153, 221, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-jira-blue > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0b4571 !important;
    border-color: rgba(11, 69, 113, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-amber > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #FFBF00 !important;
    border-color: rgba(255, 191, 0, var(--divide-opacity)) !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-transparent{
    background-color: transparent !important;
  }

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

  .sm\:tw-bg-black{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    background-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    background-color: rgba(210, 214, 220, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #9fa6b2 !important;
    background-color: rgba(159, 166, 178, 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: #252f3f !important;
    background-color: rgba(37, 47, 63, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #161e2e !important;
    background-color: rgba(22, 30, 46, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-cool-gray-50{
    --bg-opacity: 1 !important;
    background-color: #fbfdfe !important;
    background-color: rgba(251, 253, 254, var(--bg-opacity)) !important;
  }

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

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

  .sm\:tw-bg-cool-gray-300{
    --bg-opacity: 1 !important;
    background-color: #cfd8e3 !important;
    background-color: rgba(207, 216, 227, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-cool-gray-400{
    --bg-opacity: 1 !important;
    background-color: #97a6ba !important;
    background-color: rgba(151, 166, 186, var(--bg-opacity)) !important;
  }

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

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

  .sm\:tw-bg-cool-gray-700{
    --bg-opacity: 1 !important;
    background-color: #364152 !important;
    background-color: rgba(54, 65, 82, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-cool-gray-800{
    --bg-opacity: 1 !important;
    background-color: #27303f !important;
    background-color: rgba(39, 48, 63, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-cool-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202e !important;
    background-color: rgba(26, 32, 46, var(--bg-opacity)) !important;
  }

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

  .sm\:tw-bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fde8e8 !important;
    background-color: rgba(253, 232, 232, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fbd5d5 !important;
    background-color: rgba(251, 213, 213, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #f8b4b4 !important;
    background-color: rgba(248, 180, 180, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #f98080 !important;
    background-color: rgba(249, 128, 128, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f05252 !important;
    background-color: rgba(240, 82, 82, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e02424 !important;
    background-color: rgba(224, 36, 36, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c81e1e !important;
    background-color: rgba(200, 30, 30, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b1c1c !important;
    background-color: rgba(155, 28, 28, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-50{
    --bg-opacity: 1 !important;
    background-color: #fff8f1 !important;
    background-color: rgba(255, 248, 241, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #feecdc !important;
    background-color: rgba(254, 236, 220, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #fcd9bd !important;
    background-color: rgba(252, 217, 189, var(--bg-opacity)) !important;
  }

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

  .sm\:tw-bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #ff8a4c !important;
    background-color: rgba(255, 138, 76, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ff5a1f !important;
    background-color: rgba(255, 90, 31, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #d03801 !important;
    background-color: rgba(208, 56, 1, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #b43403 !important;
    background-color: rgba(180, 52, 3, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #8a2c0d !important;
    background-color: rgba(138, 44, 13, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-50{
    --bg-opacity: 1 !important;
    background-color: #fdfdea !important;
    background-color: rgba(253, 253, 234, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fdf6b2 !important;
    background-color: rgba(253, 246, 178, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fce96a !important;
    background-color: rgba(252, 233, 106, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faca15 !important;
    background-color: rgba(250, 202, 21, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #e3a008 !important;
    background-color: rgba(227, 160, 8, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #c27803 !important;
    background-color: rgba(194, 120, 3, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #9f580a !important;
    background-color: rgba(159, 88, 10, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #8e4b10 !important;
    background-color: rgba(142, 75, 16, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #723b13 !important;
    background-color: rgba(114, 59, 19, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #633112 !important;
    background-color: rgba(99, 49, 18, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-50{
    --bg-opacity: 1 !important;
    background-color: #f3faf7 !important;
    background-color: rgba(243, 250, 247, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #def7ec !important;
    background-color: rgba(222, 247, 236, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #bcf0da !important;
    background-color: rgba(188, 240, 218, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #84e1bc !important;
    background-color: rgba(132, 225, 188, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #31c48d !important;
    background-color: rgba(49, 196, 141, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #0e9f6e !important;
    background-color: rgba(14, 159, 110, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #057a55 !important;
    background-color: rgba(5, 122, 85, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #046c4e !important;
    background-color: rgba(4, 108, 78, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #03543f !important;
    background-color: rgba(3, 84, 63, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #014737 !important;
    background-color: rgba(1, 71, 55, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-50{
    --bg-opacity: 1 !important;
    background-color: #edfafa !important;
    background-color: rgba(237, 250, 250, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #d5f5f6 !important;
    background-color: rgba(213, 245, 246, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #afecef !important;
    background-color: rgba(175, 236, 239, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #7edce2 !important;
    background-color: rgba(126, 220, 226, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #16bdca !important;
    background-color: rgba(22, 189, 202, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #0694a2 !important;
    background-color: rgba(6, 148, 162, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #047481 !important;
    background-color: rgba(4, 116, 129, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #036672 !important;
    background-color: rgba(3, 102, 114, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #05505c !important;
    background-color: rgba(5, 80, 92, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #014451 !important;
    background-color: rgba(1, 68, 81, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-50{
    --bg-opacity: 1 !important;
    background-color: #ebf5ff !important;
    background-color: rgba(235, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #e1effe !important;
    background-color: rgba(225, 239, 254, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #c3ddfd !important;
    background-color: rgba(195, 221, 253, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #a4cafe !important;
    background-color: rgba(164, 202, 254, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #76a9fa !important;
    background-color: rgba(118, 169, 250, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #3f83f8 !important;
    background-color: rgba(63, 131, 248, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #1c64f2 !important;
    background-color: rgba(28, 100, 242, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #1a56db !important;
    background-color: rgba(26, 86, 219, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #1e429f !important;
    background-color: rgba(30, 66, 159, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #233876 !important;
    background-color: rgba(35, 56, 118, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-50{
    --bg-opacity: 1 !important;
    background-color: #f0f5ff !important;
    background-color: rgba(240, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #e5edff !important;
    background-color: rgba(229, 237, 255, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #cddbfe !important;
    background-color: rgba(205, 219, 254, var(--bg-opacity)) !important;
  }

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

  .sm\:tw-bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #8da2fb !important;
    background-color: rgba(141, 162, 251, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #6875f5 !important;
    background-color: rgba(104, 117, 245, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5850ec !important;
    background-color: rgba(88, 80, 236, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #5145cd !important;
    background-color: rgba(81, 69, 205, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #42389d !important;
    background-color: rgba(66, 56, 157, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #362f78 !important;
    background-color: rgba(54, 47, 120, var(--bg-opacity)) !important;
  }

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

  .sm\:tw-bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #edebfe !important;
    background-color: rgba(237, 235, 254, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #dcd7fe !important;
    background-color: rgba(220, 215, 254, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #cabffd !important;
    background-color: rgba(202, 191, 253, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #ac94fa !important;
    background-color: rgba(172, 148, 250, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9061f9 !important;
    background-color: rgba(144, 97, 249, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #7e3af2 !important;
    background-color: rgba(126, 58, 242, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6c2bd9 !important;
    background-color: rgba(108, 43, 217, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #5521b5 !important;
    background-color: rgba(85, 33, 181, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #4a1d96 !important;
    background-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    background-color: rgba(252, 232, 243, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fad1e8 !important;
    background-color: rgba(250, 209, 232, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #f8b4d9 !important;
    background-color: rgba(248, 180, 217, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f17eb8 !important;
    background-color: rgba(241, 126, 184, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #e74694 !important;
    background-color: rgba(231, 70, 148, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d61f69 !important;
    background-color: rgba(214, 31, 105, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #bf125d !important;
    background-color: rgba(191, 18, 93, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #99154b !important;
    background-color: rgba(153, 21, 75, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #751a3d !important;
    background-color: rgba(117, 26, 61, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-modal-grey{
    --bg-opacity: 1 !important;
    background-color: #f7f7f7 !important;
    background-color: rgba(247, 247, 247, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-separator-grey{
    background-color: hsla(210,7%,83%,1) !important;
  }

  .sm\:tw-bg-label-grey{
    --bg-opacity: 1 !important;
    background-color: #738699 !important;
    background-color: rgba(115, 134, 153, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-anvesh-black{
    --bg-opacity: 1 !important;
    background-color: #1A2633 !important;
    background-color: rgba(26, 38, 51, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-anvesh-grey{
    --bg-opacity: 1 !important;
    background-color: #B6BBBF !important;
    background-color: rgba(182, 187, 191, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-anvesh-blue{
    --bg-opacity: 1 !important;
    background-color: #0099dd !important;
    background-color: rgba(0, 153, 221, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-jira-blue{
    --bg-opacity: 1 !important;
    background-color: #0b4571 !important;
    background-color: rgba(11, 69, 113, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-amber{
    --bg-opacity: 1 !important;
    background-color: #FFBF00 !important;
    background-color: rgba(255, 191, 0, var(--bg-opacity)) !important;
  }

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

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

  .sm\:hover\:tw-bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    background-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    background-color: rgba(210, 214, 220, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #9fa6b2 !important;
    background-color: rgba(159, 166, 178, 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: #252f3f !important;
    background-color: rgba(37, 47, 63, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #161e2e !important;
    background-color: rgba(22, 30, 46, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cool-gray-50:hover{
    --bg-opacity: 1 !important;
    background-color: #fbfdfe !important;
    background-color: rgba(251, 253, 254, var(--bg-opacity)) !important;
  }

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

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

  .sm\:hover\:tw-bg-cool-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #cfd8e3 !important;
    background-color: rgba(207, 216, 227, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cool-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #97a6ba !important;
    background-color: rgba(151, 166, 186, var(--bg-opacity)) !important;
  }

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

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

  .sm\:hover\:tw-bg-cool-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #364152 !important;
    background-color: rgba(54, 65, 82, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cool-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #27303f !important;
    background-color: rgba(39, 48, 63, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cool-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202e !important;
    background-color: rgba(26, 32, 46, var(--bg-opacity)) !important;
  }

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

  .sm\:hover\:tw-bg-red-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fde8e8 !important;
    background-color: rgba(253, 232, 232, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd5d5 !important;
    background-color: rgba(251, 213, 213, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-300:hover{
    --bg-opacity: 1 !important;
    background-color: #f8b4b4 !important;
    background-color: rgba(248, 180, 180, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f98080 !important;
    background-color: rgba(249, 128, 128, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-500:hover{
    --bg-opacity: 1 !important;
    background-color: #f05252 !important;
    background-color: rgba(240, 82, 82, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-600:hover{
    --bg-opacity: 1 !important;
    background-color: #e02424 !important;
    background-color: rgba(224, 36, 36, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c81e1e !important;
    background-color: rgba(200, 30, 30, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9b1c1c !important;
    background-color: rgba(155, 28, 28, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-900:hover{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-50:hover{
    --bg-opacity: 1 !important;
    background-color: #fff8f1 !important;
    background-color: rgba(255, 248, 241, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #feecdc !important;
    background-color: rgba(254, 236, 220, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fcd9bd !important;
    background-color: rgba(252, 217, 189, var(--bg-opacity)) !important;
  }

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

  .sm\:hover\:tw-bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #ff8a4c !important;
    background-color: rgba(255, 138, 76, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ff5a1f !important;
    background-color: rgba(255, 90, 31, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d03801 !important;
    background-color: rgba(208, 56, 1, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b43403 !important;
    background-color: rgba(180, 52, 3, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #8a2c0d !important;
    background-color: rgba(138, 44, 13, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-50:hover{
    --bg-opacity: 1 !important;
    background-color: #fdfdea !important;
    background-color: rgba(253, 253, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fdf6b2 !important;
    background-color: rgba(253, 246, 178, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fce96a !important;
    background-color: rgba(252, 233, 106, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faca15 !important;
    background-color: rgba(250, 202, 21, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #e3a008 !important;
    background-color: rgba(227, 160, 8, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #c27803 !important;
    background-color: rgba(194, 120, 3, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #9f580a !important;
    background-color: rgba(159, 88, 10, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #8e4b10 !important;
    background-color: rgba(142, 75, 16, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #723b13 !important;
    background-color: rgba(114, 59, 19, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #633112 !important;
    background-color: rgba(99, 49, 18, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-50:hover{
    --bg-opacity: 1 !important;
    background-color: #f3faf7 !important;
    background-color: rgba(243, 250, 247, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #def7ec !important;
    background-color: rgba(222, 247, 236, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bcf0da !important;
    background-color: rgba(188, 240, 218, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #84e1bc !important;
    background-color: rgba(132, 225, 188, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #31c48d !important;
    background-color: rgba(49, 196, 141, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #0e9f6e !important;
    background-color: rgba(14, 159, 110, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #057a55 !important;
    background-color: rgba(5, 122, 85, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #046c4e !important;
    background-color: rgba(4, 108, 78, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #03543f !important;
    background-color: rgba(3, 84, 63, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #014737 !important;
    background-color: rgba(1, 71, 55, var(--bg-opacity)) !important;
  }

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

  .sm\:hover\:tw-bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #d5f5f6 !important;
    background-color: rgba(213, 245, 246, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #afecef !important;
    background-color: rgba(175, 236, 239, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #7edce2 !important;
    background-color: rgba(126, 220, 226, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #16bdca !important;
    background-color: rgba(22, 189, 202, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #0694a2 !important;
    background-color: rgba(6, 148, 162, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #047481 !important;
    background-color: rgba(4, 116, 129, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #036672 !important;
    background-color: rgba(3, 102, 114, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #05505c !important;
    background-color: rgba(5, 80, 92, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #014451 !important;
    background-color: rgba(1, 68, 81, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-50:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf5ff !important;
    background-color: rgba(235, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e1effe !important;
    background-color: rgba(225, 239, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3ddfd !important;
    background-color: rgba(195, 221, 253, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a4cafe !important;
    background-color: rgba(164, 202, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #76a9fa !important;
    background-color: rgba(118, 169, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #3f83f8 !important;
    background-color: rgba(63, 131, 248, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #1c64f2 !important;
    background-color: rgba(28, 100, 242, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #1a56db !important;
    background-color: rgba(26, 86, 219, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #1e429f !important;
    background-color: rgba(30, 66, 159, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #233876 !important;
    background-color: rgba(35, 56, 118, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-50:hover{
    --bg-opacity: 1 !important;
    background-color: #f0f5ff !important;
    background-color: rgba(240, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e5edff !important;
    background-color: rgba(229, 237, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #cddbfe !important;
    background-color: rgba(205, 219, 254, var(--bg-opacity)) !important;
  }

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

  .sm\:hover\:tw-bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #8da2fb !important;
    background-color: rgba(141, 162, 251, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #6875f5 !important;
    background-color: rgba(104, 117, 245, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5850ec !important;
    background-color: rgba(88, 80, 236, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #5145cd !important;
    background-color: rgba(81, 69, 205, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #42389d !important;
    background-color: rgba(66, 56, 157, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #362f78 !important;
    background-color: rgba(54, 47, 120, var(--bg-opacity)) !important;
  }

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

  .sm\:hover\:tw-bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #edebfe !important;
    background-color: rgba(237, 235, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #dcd7fe !important;
    background-color: rgba(220, 215, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #cabffd !important;
    background-color: rgba(202, 191, 253, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #ac94fa !important;
    background-color: rgba(172, 148, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9061f9 !important;
    background-color: rgba(144, 97, 249, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #7e3af2 !important;
    background-color: rgba(126, 58, 242, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6c2bd9 !important;
    background-color: rgba(108, 43, 217, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #5521b5 !important;
    background-color: rgba(85, 33, 181, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #4a1d96 !important;
    background-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    background-color: rgba(252, 232, 243, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fad1e8 !important;
    background-color: rgba(250, 209, 232, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #f8b4d9 !important;
    background-color: rgba(248, 180, 217, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f17eb8 !important;
    background-color: rgba(241, 126, 184, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #e74694 !important;
    background-color: rgba(231, 70, 148, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d61f69 !important;
    background-color: rgba(214, 31, 105, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #bf125d !important;
    background-color: rgba(191, 18, 93, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #99154b !important;
    background-color: rgba(153, 21, 75, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #751a3d !important;
    background-color: rgba(117, 26, 61, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-modal-grey:hover{
    --bg-opacity: 1 !important;
    background-color: #f7f7f7 !important;
    background-color: rgba(247, 247, 247, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-separator-grey:hover{
    background-color: hsla(210,7%,83%,1) !important;
  }

  .sm\:hover\:tw-bg-label-grey:hover{
    --bg-opacity: 1 !important;
    background-color: #738699 !important;
    background-color: rgba(115, 134, 153, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-anvesh-black:hover{
    --bg-opacity: 1 !important;
    background-color: #1A2633 !important;
    background-color: rgba(26, 38, 51, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-anvesh-grey:hover{
    --bg-opacity: 1 !important;
    background-color: #B6BBBF !important;
    background-color: rgba(182, 187, 191, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-anvesh-blue:hover{
    --bg-opacity: 1 !important;
    background-color: #0099dd !important;
    background-color: rgba(0, 153, 221, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-jira-blue:hover{
    --bg-opacity: 1 !important;
    background-color: #0b4571 !important;
    background-color: rgba(11, 69, 113, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber:hover{
    --bg-opacity: 1 !important;
    background-color: #FFBF00 !important;
    background-color: rgba(255, 191, 0, var(--bg-opacity)) !important;
  }

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

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

  .sm\:focus\:tw-bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    background-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    background-color: rgba(210, 214, 220, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #9fa6b2 !important;
    background-color: rgba(159, 166, 178, 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: #252f3f !important;
    background-color: rgba(37, 47, 63, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #161e2e !important;
    background-color: rgba(22, 30, 46, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cool-gray-50:focus{
    --bg-opacity: 1 !important;
    background-color: #fbfdfe !important;
    background-color: rgba(251, 253, 254, var(--bg-opacity)) !important;
  }

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

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

  .sm\:focus\:tw-bg-cool-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #cfd8e3 !important;
    background-color: rgba(207, 216, 227, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cool-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #97a6ba !important;
    background-color: rgba(151, 166, 186, var(--bg-opacity)) !important;
  }

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

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

  .sm\:focus\:tw-bg-cool-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #364152 !important;
    background-color: rgba(54, 65, 82, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cool-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #27303f !important;
    background-color: rgba(39, 48, 63, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cool-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202e !important;
    background-color: rgba(26, 32, 46, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-50:focus{
    --bg-opacity: 1 !important;
    background-color: #fdf2f2 !important;
    background-color: rgba(253, 242, 242, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fde8e8 !important;
    background-color: rgba(253, 232, 232, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd5d5 !important;
    background-color: rgba(251, 213, 213, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-300:focus{
    --bg-opacity: 1 !important;
    background-color: #f8b4b4 !important;
    background-color: rgba(248, 180, 180, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f98080 !important;
    background-color: rgba(249, 128, 128, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-500:focus{
    --bg-opacity: 1 !important;
    background-color: #f05252 !important;
    background-color: rgba(240, 82, 82, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-600:focus{
    --bg-opacity: 1 !important;
    background-color: #e02424 !important;
    background-color: rgba(224, 36, 36, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c81e1e !important;
    background-color: rgba(200, 30, 30, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9b1c1c !important;
    background-color: rgba(155, 28, 28, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-900:focus{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-50:focus{
    --bg-opacity: 1 !important;
    background-color: #fff8f1 !important;
    background-color: rgba(255, 248, 241, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #feecdc !important;
    background-color: rgba(254, 236, 220, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fcd9bd !important;
    background-color: rgba(252, 217, 189, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fdba8c !important;
    background-color: rgba(253, 186, 140, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #ff8a4c !important;
    background-color: rgba(255, 138, 76, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ff5a1f !important;
    background-color: rgba(255, 90, 31, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d03801 !important;
    background-color: rgba(208, 56, 1, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b43403 !important;
    background-color: rgba(180, 52, 3, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #8a2c0d !important;
    background-color: rgba(138, 44, 13, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-50:focus{
    --bg-opacity: 1 !important;
    background-color: #fdfdea !important;
    background-color: rgba(253, 253, 234, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fdf6b2 !important;
    background-color: rgba(253, 246, 178, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fce96a !important;
    background-color: rgba(252, 233, 106, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faca15 !important;
    background-color: rgba(250, 202, 21, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #e3a008 !important;
    background-color: rgba(227, 160, 8, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #c27803 !important;
    background-color: rgba(194, 120, 3, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #9f580a !important;
    background-color: rgba(159, 88, 10, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #8e4b10 !important;
    background-color: rgba(142, 75, 16, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #723b13 !important;
    background-color: rgba(114, 59, 19, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #633112 !important;
    background-color: rgba(99, 49, 18, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-50:focus{
    --bg-opacity: 1 !important;
    background-color: #f3faf7 !important;
    background-color: rgba(243, 250, 247, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #def7ec !important;
    background-color: rgba(222, 247, 236, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bcf0da !important;
    background-color: rgba(188, 240, 218, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #84e1bc !important;
    background-color: rgba(132, 225, 188, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #31c48d !important;
    background-color: rgba(49, 196, 141, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #0e9f6e !important;
    background-color: rgba(14, 159, 110, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #057a55 !important;
    background-color: rgba(5, 122, 85, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #046c4e !important;
    background-color: rgba(4, 108, 78, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #03543f !important;
    background-color: rgba(3, 84, 63, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #014737 !important;
    background-color: rgba(1, 71, 55, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-50:focus{
    --bg-opacity: 1 !important;
    background-color: #edfafa !important;
    background-color: rgba(237, 250, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #d5f5f6 !important;
    background-color: rgba(213, 245, 246, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #afecef !important;
    background-color: rgba(175, 236, 239, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #7edce2 !important;
    background-color: rgba(126, 220, 226, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #16bdca !important;
    background-color: rgba(22, 189, 202, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #0694a2 !important;
    background-color: rgba(6, 148, 162, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #047481 !important;
    background-color: rgba(4, 116, 129, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #036672 !important;
    background-color: rgba(3, 102, 114, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #05505c !important;
    background-color: rgba(5, 80, 92, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #014451 !important;
    background-color: rgba(1, 68, 81, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-50:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf5ff !important;
    background-color: rgba(235, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e1effe !important;
    background-color: rgba(225, 239, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3ddfd !important;
    background-color: rgba(195, 221, 253, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a4cafe !important;
    background-color: rgba(164, 202, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #76a9fa !important;
    background-color: rgba(118, 169, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #3f83f8 !important;
    background-color: rgba(63, 131, 248, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #1c64f2 !important;
    background-color: rgba(28, 100, 242, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #1a56db !important;
    background-color: rgba(26, 86, 219, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #1e429f !important;
    background-color: rgba(30, 66, 159, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #233876 !important;
    background-color: rgba(35, 56, 118, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-50:focus{
    --bg-opacity: 1 !important;
    background-color: #f0f5ff !important;
    background-color: rgba(240, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e5edff !important;
    background-color: rgba(229, 237, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #cddbfe !important;
    background-color: rgba(205, 219, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #b4c6fc !important;
    background-color: rgba(180, 198, 252, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #8da2fb !important;
    background-color: rgba(141, 162, 251, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #6875f5 !important;
    background-color: rgba(104, 117, 245, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5850ec !important;
    background-color: rgba(88, 80, 236, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #5145cd !important;
    background-color: rgba(81, 69, 205, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #42389d !important;
    background-color: rgba(66, 56, 157, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #362f78 !important;
    background-color: rgba(54, 47, 120, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-50:focus{
    --bg-opacity: 1 !important;
    background-color: #f6f5ff !important;
    background-color: rgba(246, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #edebfe !important;
    background-color: rgba(237, 235, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #dcd7fe !important;
    background-color: rgba(220, 215, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #cabffd !important;
    background-color: rgba(202, 191, 253, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #ac94fa !important;
    background-color: rgba(172, 148, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9061f9 !important;
    background-color: rgba(144, 97, 249, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #7e3af2 !important;
    background-color: rgba(126, 58, 242, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6c2bd9 !important;
    background-color: rgba(108, 43, 217, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #5521b5 !important;
    background-color: rgba(85, 33, 181, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #4a1d96 !important;
    background-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    background-color: rgba(252, 232, 243, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fad1e8 !important;
    background-color: rgba(250, 209, 232, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #f8b4d9 !important;
    background-color: rgba(248, 180, 217, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f17eb8 !important;
    background-color: rgba(241, 126, 184, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #e74694 !important;
    background-color: rgba(231, 70, 148, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d61f69 !important;
    background-color: rgba(214, 31, 105, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #bf125d !important;
    background-color: rgba(191, 18, 93, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #99154b !important;
    background-color: rgba(153, 21, 75, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #751a3d !important;
    background-color: rgba(117, 26, 61, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-modal-grey:focus{
    --bg-opacity: 1 !important;
    background-color: #f7f7f7 !important;
    background-color: rgba(247, 247, 247, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-separator-grey:focus{
    background-color: hsla(210,7%,83%,1) !important;
  }

  .sm\:focus\:tw-bg-label-grey:focus{
    --bg-opacity: 1 !important;
    background-color: #738699 !important;
    background-color: rgba(115, 134, 153, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-anvesh-black:focus{
    --bg-opacity: 1 !important;
    background-color: #1A2633 !important;
    background-color: rgba(26, 38, 51, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-anvesh-grey:focus{
    --bg-opacity: 1 !important;
    background-color: #B6BBBF !important;
    background-color: rgba(182, 187, 191, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-anvesh-blue:focus{
    --bg-opacity: 1 !important;
    background-color: #0099dd !important;
    background-color: rgba(0, 153, 221, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-jira-blue:focus{
    --bg-opacity: 1 !important;
    background-color: #0b4571 !important;
    background-color: rgba(11, 69, 113, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber:focus{
    --bg-opacity: 1 !important;
    background-color: #FFBF00 !important;
    background-color: rgba(255, 191, 0, var(--bg-opacity)) !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-transparent{
    border-color: transparent !important;
  }

  .sm\:tw-border-white{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-black{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    border-color: rgba(210, 214, 220, var(--border-opacity)) !important;
  }

  .sm\:tw-border-gray-400{
    --border-opacity: 1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159, 166, 178, 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: #252f3f !important;
    border-color: rgba(37, 47, 63, var(--border-opacity)) !important;
  }

  .sm\:tw-border-gray-900{
    --border-opacity: 1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22, 30, 46, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cool-gray-50{
    --border-opacity: 1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251, 253, 254, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cool-gray-100{
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cool-gray-200{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cool-gray-300{
    --border-opacity: 1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207, 216, 227, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cool-gray-400{
    --border-opacity: 1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151, 166, 186, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cool-gray-500{
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cool-gray-600{
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cool-gray-700{
    --border-opacity: 1 !important;
    border-color: #364152 !important;
    border-color: rgba(54, 65, 82, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cool-gray-800{
    --border-opacity: 1 !important;
    border-color: #27303f !important;
    border-color: rgba(39, 48, 63, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cool-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26, 32, 46, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-50{
    --border-opacity: 1 !important;
    border-color: #fdf2f2 !important;
    border-color: rgba(253, 242, 242, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-100{
    --border-opacity: 1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253, 232, 232, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-200{
    --border-opacity: 1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251, 213, 213, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-300{
    --border-opacity: 1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248, 180, 180, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-400{
    --border-opacity: 1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249, 128, 128, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-500{
    --border-opacity: 1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240, 82, 82, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-600{
    --border-opacity: 1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224, 36, 36, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-700{
    --border-opacity: 1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200, 30, 30, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-800{
    --border-opacity: 1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155, 28, 28, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-900{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-50{
    --border-opacity: 1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255, 248, 241, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-100{
    --border-opacity: 1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254, 236, 220, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-200{
    --border-opacity: 1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252, 217, 189, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fdba8c !important;
    border-color: rgba(253, 186, 140, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-400{
    --border-opacity: 1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255, 138, 76, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255, 90, 31, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-600{
    --border-opacity: 1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208, 56, 1, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-700{
    --border-opacity: 1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180, 52, 3, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-800{
    --border-opacity: 1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138, 44, 13, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-900{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-50{
    --border-opacity: 1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253, 253, 234, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253, 246, 178, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252, 233, 106, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250, 202, 21, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227, 160, 8, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194, 120, 3, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159, 88, 10, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142, 75, 16, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114, 59, 19, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #633112 !important;
    border-color: rgba(99, 49, 18, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-50{
    --border-opacity: 1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243, 250, 247, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-100{
    --border-opacity: 1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222, 247, 236, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-200{
    --border-opacity: 1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188, 240, 218, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-300{
    --border-opacity: 1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132, 225, 188, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-400{
    --border-opacity: 1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49, 196, 141, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-500{
    --border-opacity: 1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14, 159, 110, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-600{
    --border-opacity: 1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5, 122, 85, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-700{
    --border-opacity: 1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4, 108, 78, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-800{
    --border-opacity: 1 !important;
    border-color: #03543f !important;
    border-color: rgba(3, 84, 63, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-900{
    --border-opacity: 1 !important;
    border-color: #014737 !important;
    border-color: rgba(1, 71, 55, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-50{
    --border-opacity: 1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237, 250, 250, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-100{
    --border-opacity: 1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213, 245, 246, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-200{
    --border-opacity: 1 !important;
    border-color: #afecef !important;
    border-color: rgba(175, 236, 239, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-300{
    --border-opacity: 1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126, 220, 226, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-400{
    --border-opacity: 1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22, 189, 202, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-500{
    --border-opacity: 1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6, 148, 162, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-600{
    --border-opacity: 1 !important;
    border-color: #047481 !important;
    border-color: rgba(4, 116, 129, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-700{
    --border-opacity: 1 !important;
    border-color: #036672 !important;
    border-color: rgba(3, 102, 114, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-800{
    --border-opacity: 1 !important;
    border-color: #05505c !important;
    border-color: rgba(5, 80, 92, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-900{
    --border-opacity: 1 !important;
    border-color: #014451 !important;
    border-color: rgba(1, 68, 81, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-50{
    --border-opacity: 1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-100{
    --border-opacity: 1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225, 239, 254, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-200{
    --border-opacity: 1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195, 221, 253, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-300{
    --border-opacity: 1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164, 202, 254, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-400{
    --border-opacity: 1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118, 169, 250, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-500{
    --border-opacity: 1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63, 131, 248, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-600{
    --border-opacity: 1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28, 100, 242, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-700{
    --border-opacity: 1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26, 86, 219, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-800{
    --border-opacity: 1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30, 66, 159, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-900{
    --border-opacity: 1 !important;
    border-color: #233876 !important;
    border-color: rgba(35, 56, 118, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-50{
    --border-opacity: 1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229, 237, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205, 219, 254, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #b4c6fc !important;
    border-color: rgba(180, 198, 252, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141, 162, 251, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104, 117, 245, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88, 80, 236, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81, 69, 205, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #42389d !important;
    border-color: rgba(66, 56, 157, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54, 47, 120, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-50{
    --border-opacity: 1 !important;
    border-color: #f6f5ff !important;
    border-color: rgba(246, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-100{
    --border-opacity: 1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237, 235, 254, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-200{
    --border-opacity: 1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220, 215, 254, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-300{
    --border-opacity: 1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202, 191, 253, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-400{
    --border-opacity: 1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172, 148, 250, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144, 97, 249, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-600{
    --border-opacity: 1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126, 58, 242, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108, 43, 217, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-800{
    --border-opacity: 1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85, 33, 181, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-900{
    --border-opacity: 1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    border-color: rgba(252, 232, 243, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250, 209, 232, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-300{
    --border-opacity: 1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248, 180, 217, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241, 126, 184, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-500{
    --border-opacity: 1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231, 70, 148, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214, 31, 105, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-700{
    --border-opacity: 1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191, 18, 93, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-800{
    --border-opacity: 1 !important;
    border-color: #99154b !important;
    border-color: rgba(153, 21, 75, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-900{
    --border-opacity: 1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117, 26, 61, var(--border-opacity)) !important;
  }

  .sm\:tw-border-modal-grey{
    --border-opacity: 1 !important;
    border-color: #f7f7f7 !important;
    border-color: rgba(247, 247, 247, var(--border-opacity)) !important;
  }

  .sm\:tw-border-separator-grey{
    border-color: hsla(210,7%,83%,1) !important;
  }

  .sm\:tw-border-label-grey{
    --border-opacity: 1 !important;
    border-color: #738699 !important;
    border-color: rgba(115, 134, 153, var(--border-opacity)) !important;
  }

  .sm\:tw-border-anvesh-black{
    --border-opacity: 1 !important;
    border-color: #1A2633 !important;
    border-color: rgba(26, 38, 51, var(--border-opacity)) !important;
  }

  .sm\:tw-border-anvesh-grey{
    --border-opacity: 1 !important;
    border-color: #B6BBBF !important;
    border-color: rgba(182, 187, 191, var(--border-opacity)) !important;
  }

  .sm\:tw-border-anvesh-blue{
    --border-opacity: 1 !important;
    border-color: #0099dd !important;
    border-color: rgba(0, 153, 221, var(--border-opacity)) !important;
  }

  .sm\:tw-border-jira-blue{
    --border-opacity: 1 !important;
    border-color: #0b4571 !important;
    border-color: rgba(11, 69, 113, var(--border-opacity)) !important;
  }

  .sm\:tw-border-amber{
    --border-opacity: 1 !important;
    border-color: #FFBF00 !important;
    border-color: rgba(255, 191, 0, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-transparent:hover{
    border-color: transparent !important;
  }

  .sm\:hover\:tw-border-white:hover{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-black:hover{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    border-color: rgba(210, 214, 220, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159, 166, 178, 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: #252f3f !important;
    border-color: rgba(37, 47, 63, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22, 30, 46, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cool-gray-50:hover{
    --border-opacity: 1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251, 253, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cool-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cool-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cool-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207, 216, 227, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cool-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151, 166, 186, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cool-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cool-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cool-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #364152 !important;
    border-color: rgba(54, 65, 82, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cool-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #27303f !important;
    border-color: rgba(39, 48, 63, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cool-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26, 32, 46, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-50:hover{
    --border-opacity: 1 !important;
    border-color: #fdf2f2 !important;
    border-color: rgba(253, 242, 242, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-100:hover{
    --border-opacity: 1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253, 232, 232, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-200:hover{
    --border-opacity: 1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251, 213, 213, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-300:hover{
    --border-opacity: 1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248, 180, 180, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-400:hover{
    --border-opacity: 1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249, 128, 128, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-500:hover{
    --border-opacity: 1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240, 82, 82, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-600:hover{
    --border-opacity: 1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224, 36, 36, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-700:hover{
    --border-opacity: 1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200, 30, 30, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-800:hover{
    --border-opacity: 1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155, 28, 28, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-900:hover{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-50:hover{
    --border-opacity: 1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255, 248, 241, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254, 236, 220, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252, 217, 189, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fdba8c !important;
    border-color: rgba(253, 186, 140, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255, 138, 76, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255, 90, 31, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208, 56, 1, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180, 52, 3, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138, 44, 13, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-50:hover{
    --border-opacity: 1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253, 253, 234, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253, 246, 178, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252, 233, 106, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250, 202, 21, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227, 160, 8, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194, 120, 3, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159, 88, 10, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142, 75, 16, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114, 59, 19, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #633112 !important;
    border-color: rgba(99, 49, 18, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-50:hover{
    --border-opacity: 1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243, 250, 247, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222, 247, 236, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188, 240, 218, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132, 225, 188, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49, 196, 141, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14, 159, 110, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5, 122, 85, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4, 108, 78, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #03543f !important;
    border-color: rgba(3, 84, 63, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #014737 !important;
    border-color: rgba(1, 71, 55, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-50:hover{
    --border-opacity: 1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237, 250, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213, 245, 246, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #afecef !important;
    border-color: rgba(175, 236, 239, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126, 220, 226, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22, 189, 202, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6, 148, 162, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #047481 !important;
    border-color: rgba(4, 116, 129, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #036672 !important;
    border-color: rgba(3, 102, 114, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #05505c !important;
    border-color: rgba(5, 80, 92, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #014451 !important;
    border-color: rgba(1, 68, 81, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-50:hover{
    --border-opacity: 1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225, 239, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195, 221, 253, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164, 202, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118, 169, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63, 131, 248, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28, 100, 242, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26, 86, 219, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30, 66, 159, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #233876 !important;
    border-color: rgba(35, 56, 118, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-50:hover{
    --border-opacity: 1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229, 237, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205, 219, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #b4c6fc !important;
    border-color: rgba(180, 198, 252, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141, 162, 251, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104, 117, 245, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88, 80, 236, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81, 69, 205, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #42389d !important;
    border-color: rgba(66, 56, 157, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54, 47, 120, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-50:hover{
    --border-opacity: 1 !important;
    border-color: #f6f5ff !important;
    border-color: rgba(246, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237, 235, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220, 215, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202, 191, 253, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172, 148, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144, 97, 249, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126, 58, 242, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108, 43, 217, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85, 33, 181, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    border-color: rgba(252, 232, 243, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250, 209, 232, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248, 180, 217, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241, 126, 184, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231, 70, 148, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214, 31, 105, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191, 18, 93, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #99154b !important;
    border-color: rgba(153, 21, 75, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117, 26, 61, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-modal-grey:hover{
    --border-opacity: 1 !important;
    border-color: #f7f7f7 !important;
    border-color: rgba(247, 247, 247, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-separator-grey:hover{
    border-color: hsla(210,7%,83%,1) !important;
  }

  .sm\:hover\:tw-border-label-grey:hover{
    --border-opacity: 1 !important;
    border-color: #738699 !important;
    border-color: rgba(115, 134, 153, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-anvesh-black:hover{
    --border-opacity: 1 !important;
    border-color: #1A2633 !important;
    border-color: rgba(26, 38, 51, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-anvesh-grey:hover{
    --border-opacity: 1 !important;
    border-color: #B6BBBF !important;
    border-color: rgba(182, 187, 191, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-anvesh-blue:hover{
    --border-opacity: 1 !important;
    border-color: #0099dd !important;
    border-color: rgba(0, 153, 221, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-jira-blue:hover{
    --border-opacity: 1 !important;
    border-color: #0b4571 !important;
    border-color: rgba(11, 69, 113, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber:hover{
    --border-opacity: 1 !important;
    border-color: #FFBF00 !important;
    border-color: rgba(255, 191, 0, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-transparent:focus{
    border-color: transparent !important;
  }

  .sm\:focus\:tw-border-white:focus{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-black:focus{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    border-color: rgba(210, 214, 220, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159, 166, 178, 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: #252f3f !important;
    border-color: rgba(37, 47, 63, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22, 30, 46, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cool-gray-50:focus{
    --border-opacity: 1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251, 253, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cool-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cool-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cool-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207, 216, 227, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cool-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151, 166, 186, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cool-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cool-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cool-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #364152 !important;
    border-color: rgba(54, 65, 82, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cool-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #27303f !important;
    border-color: rgba(39, 48, 63, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cool-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26, 32, 46, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-50:focus{
    --border-opacity: 1 !important;
    border-color: #fdf2f2 !important;
    border-color: rgba(253, 242, 242, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-100:focus{
    --border-opacity: 1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253, 232, 232, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-200:focus{
    --border-opacity: 1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251, 213, 213, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-300:focus{
    --border-opacity: 1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248, 180, 180, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-400:focus{
    --border-opacity: 1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249, 128, 128, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-500:focus{
    --border-opacity: 1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240, 82, 82, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-600:focus{
    --border-opacity: 1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224, 36, 36, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-700:focus{
    --border-opacity: 1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200, 30, 30, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-800:focus{
    --border-opacity: 1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155, 28, 28, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-900:focus{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-50:focus{
    --border-opacity: 1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255, 248, 241, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254, 236, 220, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252, 217, 189, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fdba8c !important;
    border-color: rgba(253, 186, 140, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255, 138, 76, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255, 90, 31, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208, 56, 1, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180, 52, 3, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138, 44, 13, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-50:focus{
    --border-opacity: 1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253, 253, 234, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253, 246, 178, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252, 233, 106, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250, 202, 21, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227, 160, 8, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194, 120, 3, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159, 88, 10, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142, 75, 16, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114, 59, 19, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #633112 !important;
    border-color: rgba(99, 49, 18, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-50:focus{
    --border-opacity: 1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243, 250, 247, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222, 247, 236, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188, 240, 218, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132, 225, 188, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49, 196, 141, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14, 159, 110, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5, 122, 85, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4, 108, 78, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #03543f !important;
    border-color: rgba(3, 84, 63, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #014737 !important;
    border-color: rgba(1, 71, 55, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-50:focus{
    --border-opacity: 1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237, 250, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213, 245, 246, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #afecef !important;
    border-color: rgba(175, 236, 239, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126, 220, 226, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22, 189, 202, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6, 148, 162, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #047481 !important;
    border-color: rgba(4, 116, 129, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #036672 !important;
    border-color: rgba(3, 102, 114, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #05505c !important;
    border-color: rgba(5, 80, 92, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #014451 !important;
    border-color: rgba(1, 68, 81, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-50:focus{
    --border-opacity: 1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225, 239, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195, 221, 253, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164, 202, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118, 169, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63, 131, 248, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28, 100, 242, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26, 86, 219, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30, 66, 159, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #233876 !important;
    border-color: rgba(35, 56, 118, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-50:focus{
    --border-opacity: 1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229, 237, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205, 219, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #b4c6fc !important;
    border-color: rgba(180, 198, 252, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141, 162, 251, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104, 117, 245, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88, 80, 236, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81, 69, 205, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #42389d !important;
    border-color: rgba(66, 56, 157, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54, 47, 120, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-50:focus{
    --border-opacity: 1 !important;
    border-color: #f6f5ff !important;
    border-color: rgba(246, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237, 235, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220, 215, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202, 191, 253, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172, 148, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144, 97, 249, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126, 58, 242, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108, 43, 217, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85, 33, 181, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    border-color: rgba(252, 232, 243, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250, 209, 232, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248, 180, 217, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241, 126, 184, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231, 70, 148, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214, 31, 105, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191, 18, 93, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #99154b !important;
    border-color: rgba(153, 21, 75, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117, 26, 61, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-modal-grey:focus{
    --border-opacity: 1 !important;
    border-color: #f7f7f7 !important;
    border-color: rgba(247, 247, 247, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-separator-grey:focus{
    border-color: hsla(210,7%,83%,1) !important;
  }

  .sm\:focus\:tw-border-label-grey:focus{
    --border-opacity: 1 !important;
    border-color: #738699 !important;
    border-color: rgba(115, 134, 153, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-anvesh-black:focus{
    --border-opacity: 1 !important;
    border-color: #1A2633 !important;
    border-color: rgba(26, 38, 51, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-anvesh-grey:focus{
    --border-opacity: 1 !important;
    border-color: #B6BBBF !important;
    border-color: rgba(182, 187, 191, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-anvesh-blue:focus{
    --border-opacity: 1 !important;
    border-color: #0099dd !important;
    border-color: rgba(0, 153, 221, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-jira-blue:focus{
    --border-opacity: 1 !important;
    border-color: #0b4571 !important;
    border-color: rgba(11, 69, 113, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber:focus{
    --border-opacity: 1 !important;
    border-color: #FFBF00 !important;
    border-color: rgba(255, 191, 0, 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-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-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-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-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-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: -webkit-box !important;
    display: flex !important;
  }

  .sm\:tw-inline-flex{
    display: -webkit-inline-box !important;
    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-hidden{
    display: none !important;
  }

  .sm\:tw-flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .sm\:tw-flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .sm\:tw-flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .sm\:tw-flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            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-items-start{
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .sm\:tw-items-end{
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .sm\:tw-items-center{
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .sm\:tw-items-baseline{
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .sm\:tw-items-stretch{
    -webkit-box-align: stretch !important;
            align-items: stretch !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-start{
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .sm\:tw-justify-end{
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .sm\:tw-justify-center{
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .sm\:tw-justify-between{
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .sm\:tw-justify-around{
    justify-content: space-around !important;
  }

  .sm\:tw-justify-evenly{
    -webkit-box-pack: space-evenly !important;
            justify-content: space-evenly !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-flex-1{
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .sm\:tw-flex-auto{
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .sm\:tw-flex-initial{
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .sm\:tw-flex-none{
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .sm\:tw-flex-grow-0{
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .sm\:tw-flex-grow{
    -webkit-box-flex: 1 !important;
            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{
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .sm\:tw-order-2{
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .sm\:tw-order-3{
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .sm\:tw-order-4{
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .sm\:tw-order-5{
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .sm\:tw-order-6{
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .sm\:tw-order-7{
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .sm\:tw-order-8{
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .sm\:tw-order-9{
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .sm\:tw-order-10{
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .sm\:tw-order-11{
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .sm\:tw-order-12{
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .sm\:tw-order-first{
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .sm\:tw-order-last{
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .sm\:tw-order-none{
    -webkit-box-ordinal-group: 1 !important;
            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-ui{
    font-family: Calibri, IBM Plex Sans, Poppins, Inter UI, system-ui, BlinkMacSystemFont, -apple-system !important;
  }

  .sm\:tw-font-heading{
    font-family: Roboto, system-ui, BlinkMacSystemFont, -apple-system !important;
  }

  .sm\:tw-font-article{
    font-family: Open Sans, system-ui, BlinkMacSystemFont, -apple-system !important;
  }

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

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

  .sm\:tw-font-mono{
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  }

  .sm\:tw-font-hairline{
    font-weight: 100 !important;
  }

  .sm\:tw-font-thin{
    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-hairline:hover{
    font-weight: 100 !important;
  }

  .sm\:hover\:tw-font-thin: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-hairline:focus{
    font-weight: 100 !important;
  }

  .sm\:focus\:tw-font-thin: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-7{
    height: 1.75rem !important;
  }

  .sm\:tw-h-8{
    height: 2rem !important;
  }

  .sm\:tw-h-9{
    height: 2.25rem !important;
  }

  .sm\:tw-h-10{
    height: 2.5rem !important;
  }

  .sm\:tw-h-11{
    height: 2.75rem !important;
  }

  .sm\:tw-h-12{
    height: 3rem !important;
  }

  .sm\:tw-h-13{
    height: 3.25rem !important;
  }

  .sm\:tw-h-14{
    height: 3.5rem !important;
  }

  .sm\:tw-h-15{
    height: 3.75rem !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-28{
    height: 7rem !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-60{
    height: 15rem !important;
  }

  .sm\:tw-h-64{
    height: 16rem !important;
  }

  .sm\:tw-h-72{
    height: 18rem !important;
  }

  .sm\:tw-h-80{
    height: 20rem !important;
  }

  .sm\:tw-h-96{
    height: 24rem !important;
  }

  .sm\:tw-h-auto{
    height: auto !important;
  }

  .sm\:tw-h-px{
    height: 1px !important;
  }

  .sm\:tw-h-0\.5{
    height: 0.125rem !important;
  }

  .sm\:tw-h-1\.5{
    height: 0.375rem !important;
  }

  .sm\:tw-h-2\.5{
    height: 0.625rem !important;
  }

  .sm\:tw-h-3\.5{
    height: 0.875rem !important;
  }

  .sm\:tw-h-1\/2{
    height: 50% !important;
  }

  .sm\:tw-h-1\/3{
    height: 33.333333% !important;
  }

  .sm\:tw-h-2\/3{
    height: 66.666667% !important;
  }

  .sm\:tw-h-1\/4{
    height: 25% !important;
  }

  .sm\:tw-h-2\/4{
    height: 50% !important;
  }

  .sm\:tw-h-3\/4{
    height: 75% !important;
  }

  .sm\:tw-h-1\/5{
    height: 20% !important;
  }

  .sm\:tw-h-2\/5{
    height: 40% !important;
  }

  .sm\:tw-h-3\/5{
    height: 60% !important;
  }

  .sm\:tw-h-4\/5{
    height: 80% !important;
  }

  .sm\:tw-h-1\/6{
    height: 16.666667% !important;
  }

  .sm\:tw-h-2\/6{
    height: 33.333333% !important;
  }

  .sm\:tw-h-3\/6{
    height: 50% !important;
  }

  .sm\:tw-h-4\/6{
    height: 66.666667% !important;
  }

  .sm\:tw-h-5\/6{
    height: 83.333333% !important;
  }

  .sm\:tw-h-1\/12{
    height: 8.333333% !important;
  }

  .sm\:tw-h-2\/12{
    height: 16.666667% !important;
  }

  .sm\:tw-h-3\/12{
    height: 25% !important;
  }

  .sm\:tw-h-4\/12{
    height: 33.333333% !important;
  }

  .sm\:tw-h-5\/12{
    height: 41.666667% !important;
  }

  .sm\:tw-h-6\/12{
    height: 50% !important;
  }

  .sm\:tw-h-7\/12{
    height: 58.333333% !important;
  }

  .sm\:tw-h-8\/12{
    height: 66.666667% !important;
  }

  .sm\:tw-h-9\/12{
    height: 75% !important;
  }

  .sm\:tw-h-10\/12{
    height: 83.333333% !important;
  }

  .sm\:tw-h-11\/12{
    height: 91.666667% !important;
  }

  .sm\:tw-h-full{
    height: 100% !important;
  }

  .sm\:tw-h-screen{
    height: 100vh !important;
  }

  .sm\:tw-text-xs{
    font-size: 0.75rem !important;
  }

  .sm\:tw-text-sm{
    font-size: 0.875rem !important;
  }

  .sm\:tw-text-base{
    font-size: 1rem !important;
  }

  .sm\:tw-text-lg{
    font-size: 1.125rem !important;
  }

  .sm\:tw-text-xl{
    font-size: 1.25rem !important;
  }

  .sm\:tw-text-2xl{
    font-size: 1.5rem !important;
  }

  .sm\:tw-text-3xl{
    font-size: 1.875rem !important;
  }

  .sm\:tw-text-4xl{
    font-size: 2.25rem !important;
  }

  .sm\:tw-text-5xl{
    font-size: 3rem !important;
  }

  .sm\:tw-text-6xl{
    font-size: 4rem !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-7{
    margin: 1.75rem !important;
  }

  .sm\:tw-m-8{
    margin: 2rem !important;
  }

  .sm\:tw-m-9{
    margin: 2.25rem !important;
  }

  .sm\:tw-m-10{
    margin: 2.5rem !important;
  }

  .sm\:tw-m-11{
    margin: 2.75rem !important;
  }

  .sm\:tw-m-12{
    margin: 3rem !important;
  }

  .sm\:tw-m-13{
    margin: 3.25rem !important;
  }

  .sm\:tw-m-14{
    margin: 3.5rem !important;
  }

  .sm\:tw-m-15{
    margin: 3.75rem !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-28{
    margin: 7rem !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-60{
    margin: 15rem !important;
  }

  .sm\:tw-m-64{
    margin: 16rem !important;
  }

  .sm\:tw-m-72{
    margin: 18rem !important;
  }

  .sm\:tw-m-80{
    margin: 20rem !important;
  }

  .sm\:tw-m-96{
    margin: 24rem !important;
  }

  .sm\:tw-m-auto{
    margin: auto !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\/2{
    margin: 50% !important;
  }

  .sm\:tw-m-1\/3{
    margin: 33.333333% !important;
  }

  .sm\:tw-m-2\/3{
    margin: 66.666667% !important;
  }

  .sm\:tw-m-1\/4{
    margin: 25% !important;
  }

  .sm\:tw-m-2\/4{
    margin: 50% !important;
  }

  .sm\:tw-m-3\/4{
    margin: 75% !important;
  }

  .sm\:tw-m-1\/5{
    margin: 20% !important;
  }

  .sm\:tw-m-2\/5{
    margin: 40% !important;
  }

  .sm\:tw-m-3\/5{
    margin: 60% !important;
  }

  .sm\:tw-m-4\/5{
    margin: 80% !important;
  }

  .sm\:tw-m-1\/6{
    margin: 16.666667% !important;
  }

  .sm\:tw-m-2\/6{
    margin: 33.333333% !important;
  }

  .sm\:tw-m-3\/6{
    margin: 50% !important;
  }

  .sm\:tw-m-4\/6{
    margin: 66.666667% !important;
  }

  .sm\:tw-m-5\/6{
    margin: 83.333333% !important;
  }

  .sm\:tw-m-1\/12{
    margin: 8.333333% !important;
  }

  .sm\:tw-m-2\/12{
    margin: 16.666667% !important;
  }

  .sm\:tw-m-3\/12{
    margin: 25% !important;
  }

  .sm\:tw-m-4\/12{
    margin: 33.333333% !important;
  }

  .sm\:tw-m-5\/12{
    margin: 41.666667% !important;
  }

  .sm\:tw-m-6\/12{
    margin: 50% !important;
  }

  .sm\:tw-m-7\/12{
    margin: 58.333333% !important;
  }

  .sm\:tw-m-8\/12{
    margin: 66.666667% !important;
  }

  .sm\:tw-m-9\/12{
    margin: 75% !important;
  }

  .sm\:tw-m-10\/12{
    margin: 83.333333% !important;
  }

  .sm\:tw-m-11\/12{
    margin: 91.666667% !important;
  }

  .sm\:tw-m-full{
    margin: 100% !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-7{
    margin: -1.75rem !important;
  }

  .sm\:tw--m-8{
    margin: -2rem !important;
  }

  .sm\:tw--m-9{
    margin: -2.25rem !important;
  }

  .sm\:tw--m-10{
    margin: -2.5rem !important;
  }

  .sm\:tw--m-11{
    margin: -2.75rem !important;
  }

  .sm\:tw--m-12{
    margin: -3rem !important;
  }

  .sm\:tw--m-13{
    margin: -3.25rem !important;
  }

  .sm\:tw--m-14{
    margin: -3.5rem !important;
  }

  .sm\:tw--m-15{
    margin: -3.75rem !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-28{
    margin: -7rem !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-60{
    margin: -15rem !important;
  }

  .sm\:tw--m-64{
    margin: -16rem !important;
  }

  .sm\:tw--m-72{
    margin: -18rem !important;
  }

  .sm\:tw--m-80{
    margin: -20rem !important;
  }

  .sm\:tw--m-96{
    margin: -24rem !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\/2{
    margin: -50% !important;
  }

  .sm\:tw--m-1\/3{
    margin: -33.33333% !important;
  }

  .sm\:tw--m-2\/3{
    margin: -66.66667% !important;
  }

  .sm\:tw--m-1\/4{
    margin: -25% !important;
  }

  .sm\:tw--m-2\/4{
    margin: -50% !important;
  }

  .sm\:tw--m-3\/4{
    margin: -75% !important;
  }

  .sm\:tw--m-1\/5{
    margin: -20% !important;
  }

  .sm\:tw--m-2\/5{
    margin: -40% !important;
  }

  .sm\:tw--m-3\/5{
    margin: -60% !important;
  }

  .sm\:tw--m-4\/5{
    margin: -80% !important;
  }

  .sm\:tw--m-1\/6{
    margin: -16.66667% !important;
  }

  .sm\:tw--m-2\/6{
    margin: -33.33333% !important;
  }

  .sm\:tw--m-3\/6{
    margin: -50% !important;
  }

  .sm\:tw--m-4\/6{
    margin: -66.66667% !important;
  }

  .sm\:tw--m-5\/6{
    margin: -83.33333% !important;
  }

  .sm\:tw--m-1\/12{
    margin: -8.33333% !important;
  }

  .sm\:tw--m-2\/12{
    margin: -16.66667% !important;
  }

  .sm\:tw--m-3\/12{
    margin: -25% !important;
  }

  .sm\:tw--m-4\/12{
    margin: -33.33333% !important;
  }

  .sm\:tw--m-5\/12{
    margin: -41.66667% !important;
  }

  .sm\:tw--m-6\/12{
    margin: -50% !important;
  }

  .sm\:tw--m-7\/12{
    margin: -58.33333% !important;
  }

  .sm\:tw--m-8\/12{
    margin: -66.66667% !important;
  }

  .sm\:tw--m-9\/12{
    margin: -75% !important;
  }

  .sm\:tw--m-10\/12{
    margin: -83.33333% !important;
  }

  .sm\:tw--m-11\/12{
    margin: -91.66667% !important;
  }

  .sm\:tw--m-full{
    margin: -100% !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-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .sm\:tw-mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !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-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .sm\:tw-mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !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-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .sm\:tw-mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !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-13{
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .sm\:tw-mx-13{
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }

  .sm\:tw-my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .sm\:tw-mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .sm\:tw-my-15{
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .sm\:tw-mx-15{
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .sm\:tw-mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !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-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .sm\:tw-mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !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-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .sm\:tw-mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .sm\:tw-my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .sm\:tw-mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .sm\:tw-my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .sm\:tw-mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !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: 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\/2{
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

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

  .sm\:tw-my-1\/3{
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .sm\:tw-mx-1\/3{
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .sm\:tw-my-2\/3{
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .sm\:tw-mx-2\/3{
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .sm\:tw-my-1\/4{
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .sm\:tw-mx-1\/4{
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .sm\:tw-my-2\/4{
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .sm\:tw-mx-2\/4{
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .sm\:tw-my-3\/4{
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .sm\:tw-mx-3\/4{
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .sm\:tw-my-1\/5{
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .sm\:tw-mx-1\/5{
    margin-left: 20% !important;
    margin-right: 20% !important;
  }

  .sm\:tw-my-2\/5{
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .sm\:tw-mx-2\/5{
    margin-left: 40% !important;
    margin-right: 40% !important;
  }

  .sm\:tw-my-3\/5{
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .sm\:tw-mx-3\/5{
    margin-left: 60% !important;
    margin-right: 60% !important;
  }

  .sm\:tw-my-4\/5{
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .sm\:tw-mx-4\/5{
    margin-left: 80% !important;
    margin-right: 80% !important;
  }

  .sm\:tw-my-1\/6{
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .sm\:tw-mx-1\/6{
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .sm\:tw-my-2\/6{
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .sm\:tw-mx-2\/6{
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .sm\:tw-my-3\/6{
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .sm\:tw-mx-3\/6{
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .sm\:tw-my-4\/6{
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .sm\:tw-mx-4\/6{
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .sm\:tw-my-5\/6{
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .sm\:tw-mx-5\/6{
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .sm\:tw-my-1\/12{
    margin-top: 8.333333% !important;
    margin-bottom: 8.333333% !important;
  }

  .sm\:tw-mx-1\/12{
    margin-left: 8.333333% !important;
    margin-right: 8.333333% !important;
  }

  .sm\:tw-my-2\/12{
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .sm\:tw-mx-2\/12{
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .sm\:tw-my-3\/12{
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .sm\:tw-mx-3\/12{
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .sm\:tw-my-4\/12{
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .sm\:tw-mx-4\/12{
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .sm\:tw-my-5\/12{
    margin-top: 41.666667% !important;
    margin-bottom: 41.666667% !important;
  }

  .sm\:tw-mx-5\/12{
    margin-left: 41.666667% !important;
    margin-right: 41.666667% !important;
  }

  .sm\:tw-my-6\/12{
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .sm\:tw-mx-6\/12{
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .sm\:tw-my-7\/12{
    margin-top: 58.333333% !important;
    margin-bottom: 58.333333% !important;
  }

  .sm\:tw-mx-7\/12{
    margin-left: 58.333333% !important;
    margin-right: 58.333333% !important;
  }

  .sm\:tw-my-8\/12{
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .sm\:tw-mx-8\/12{
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .sm\:tw-my-9\/12{
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .sm\:tw-mx-9\/12{
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .sm\:tw-my-10\/12{
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .sm\:tw-mx-10\/12{
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .sm\:tw-my-11\/12{
    margin-top: 91.666667% !important;
    margin-bottom: 91.666667% !important;
  }

  .sm\:tw-mx-11\/12{
    margin-left: 91.666667% !important;
    margin-right: 91.666667% !important;
  }

  .sm\:tw-my-full{
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }

  .sm\:tw-mx-full{
    margin-left: 100% !important;
    margin-right: 100% !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-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .sm\:tw--mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !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-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .sm\:tw--mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !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-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .sm\:tw--mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !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-13{
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }

  .sm\:tw--mx-13{
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !important;
  }

  .sm\:tw--my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .sm\:tw--mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .sm\:tw--my-15{
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .sm\:tw--mx-15{
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .sm\:tw--mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !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-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .sm\:tw--mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !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-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .sm\:tw--mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .sm\:tw--my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .sm\:tw--mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .sm\:tw--my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .sm\:tw--mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !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\/2{
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

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

  .sm\:tw--my-1\/3{
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .sm\:tw--mx-1\/3{
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .sm\:tw--my-2\/3{
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .sm\:tw--mx-2\/3{
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .sm\:tw--my-1\/4{
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .sm\:tw--mx-1\/4{
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .sm\:tw--my-2\/4{
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .sm\:tw--mx-2\/4{
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .sm\:tw--my-3\/4{
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .sm\:tw--mx-3\/4{
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .sm\:tw--my-1\/5{
    margin-top: -20% !important;
    margin-bottom: -20% !important;
  }

  .sm\:tw--mx-1\/5{
    margin-left: -20% !important;
    margin-right: -20% !important;
  }

  .sm\:tw--my-2\/5{
    margin-top: -40% !important;
    margin-bottom: -40% !important;
  }

  .sm\:tw--mx-2\/5{
    margin-left: -40% !important;
    margin-right: -40% !important;
  }

  .sm\:tw--my-3\/5{
    margin-top: -60% !important;
    margin-bottom: -60% !important;
  }

  .sm\:tw--mx-3\/5{
    margin-left: -60% !important;
    margin-right: -60% !important;
  }

  .sm\:tw--my-4\/5{
    margin-top: -80% !important;
    margin-bottom: -80% !important;
  }

  .sm\:tw--mx-4\/5{
    margin-left: -80% !important;
    margin-right: -80% !important;
  }

  .sm\:tw--my-1\/6{
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .sm\:tw--mx-1\/6{
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .sm\:tw--my-2\/6{
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .sm\:tw--mx-2\/6{
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .sm\:tw--my-3\/6{
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .sm\:tw--mx-3\/6{
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .sm\:tw--my-4\/6{
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .sm\:tw--mx-4\/6{
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .sm\:tw--my-5\/6{
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .sm\:tw--mx-5\/6{
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .sm\:tw--my-1\/12{
    margin-top: -8.33333% !important;
    margin-bottom: -8.33333% !important;
  }

  .sm\:tw--mx-1\/12{
    margin-left: -8.33333% !important;
    margin-right: -8.33333% !important;
  }

  .sm\:tw--my-2\/12{
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .sm\:tw--mx-2\/12{
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .sm\:tw--my-3\/12{
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .sm\:tw--mx-3\/12{
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .sm\:tw--my-4\/12{
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .sm\:tw--mx-4\/12{
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .sm\:tw--my-5\/12{
    margin-top: -41.66667% !important;
    margin-bottom: -41.66667% !important;
  }

  .sm\:tw--mx-5\/12{
    margin-left: -41.66667% !important;
    margin-right: -41.66667% !important;
  }

  .sm\:tw--my-6\/12{
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .sm\:tw--mx-6\/12{
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .sm\:tw--my-7\/12{
    margin-top: -58.33333% !important;
    margin-bottom: -58.33333% !important;
  }

  .sm\:tw--mx-7\/12{
    margin-left: -58.33333% !important;
    margin-right: -58.33333% !important;
  }

  .sm\:tw--my-8\/12{
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .sm\:tw--mx-8\/12{
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .sm\:tw--my-9\/12{
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .sm\:tw--mx-9\/12{
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .sm\:tw--my-10\/12{
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .sm\:tw--mx-10\/12{
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .sm\:tw--my-11\/12{
    margin-top: -91.66667% !important;
    margin-bottom: -91.66667% !important;
  }

  .sm\:tw--mx-11\/12{
    margin-left: -91.66667% !important;
    margin-right: -91.66667% !important;
  }

  .sm\:tw--my-full{
    margin-top: -100% !important;
    margin-bottom: -100% !important;
  }

  .sm\:tw--mx-full{
    margin-left: -100% !important;
    margin-right: -100% !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-7{
    margin-top: 1.75rem !important;
  }

  .sm\:tw-mr-7{
    margin-right: 1.75rem !important;
  }

  .sm\:tw-mb-7{
    margin-bottom: 1.75rem !important;
  }

  .sm\:tw-ml-7{
    margin-left: 1.75rem !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-9{
    margin-top: 2.25rem !important;
  }

  .sm\:tw-mr-9{
    margin-right: 2.25rem !important;
  }

  .sm\:tw-mb-9{
    margin-bottom: 2.25rem !important;
  }

  .sm\:tw-ml-9{
    margin-left: 2.25rem !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-11{
    margin-top: 2.75rem !important;
  }

  .sm\:tw-mr-11{
    margin-right: 2.75rem !important;
  }

  .sm\:tw-mb-11{
    margin-bottom: 2.75rem !important;
  }

  .sm\:tw-ml-11{
    margin-left: 2.75rem !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-13{
    margin-top: 3.25rem !important;
  }

  .sm\:tw-mr-13{
    margin-right: 3.25rem !important;
  }

  .sm\:tw-mb-13{
    margin-bottom: 3.25rem !important;
  }

  .sm\:tw-ml-13{
    margin-left: 3.25rem !important;
  }

  .sm\:tw-mt-14{
    margin-top: 3.5rem !important;
  }

  .sm\:tw-mr-14{
    margin-right: 3.5rem !important;
  }

  .sm\:tw-mb-14{
    margin-bottom: 3.5rem !important;
  }

  .sm\:tw-ml-14{
    margin-left: 3.5rem !important;
  }

  .sm\:tw-mt-15{
    margin-top: 3.75rem !important;
  }

  .sm\:tw-mr-15{
    margin-right: 3.75rem !important;
  }

  .sm\:tw-mb-15{
    margin-bottom: 3.75rem !important;
  }

  .sm\:tw-ml-15{
    margin-left: 3.75rem !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-28{
    margin-top: 7rem !important;
  }

  .sm\:tw-mr-28{
    margin-right: 7rem !important;
  }

  .sm\:tw-mb-28{
    margin-bottom: 7rem !important;
  }

  .sm\:tw-ml-28{
    margin-left: 7rem !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-60{
    margin-top: 15rem !important;
  }

  .sm\:tw-mr-60{
    margin-right: 15rem !important;
  }

  .sm\:tw-mb-60{
    margin-bottom: 15rem !important;
  }

  .sm\:tw-ml-60{
    margin-left: 15rem !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-72{
    margin-top: 18rem !important;
  }

  .sm\:tw-mr-72{
    margin-right: 18rem !important;
  }

  .sm\:tw-mb-72{
    margin-bottom: 18rem !important;
  }

  .sm\:tw-ml-72{
    margin-left: 18rem !important;
  }

  .sm\:tw-mt-80{
    margin-top: 20rem !important;
  }

  .sm\:tw-mr-80{
    margin-right: 20rem !important;
  }

  .sm\:tw-mb-80{
    margin-bottom: 20rem !important;
  }

  .sm\:tw-ml-80{
    margin-left: 20rem !important;
  }

  .sm\:tw-mt-96{
    margin-top: 24rem !important;
  }

  .sm\:tw-mr-96{
    margin-right: 24rem !important;
  }

  .sm\:tw-mb-96{
    margin-bottom: 24rem !important;
  }

  .sm\:tw-ml-96{
    margin-left: 24rem !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: 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\/2{
    margin-top: 50% !important;
  }

  .sm\:tw-mr-1\/2{
    margin-right: 50% !important;
  }

  .sm\:tw-mb-1\/2{
    margin-bottom: 50% !important;
  }

  .sm\:tw-ml-1\/2{
    margin-left: 50% !important;
  }

  .sm\:tw-mt-1\/3{
    margin-top: 33.333333% !important;
  }

  .sm\:tw-mr-1\/3{
    margin-right: 33.333333% !important;
  }

  .sm\:tw-mb-1\/3{
    margin-bottom: 33.333333% !important;
  }

  .sm\:tw-ml-1\/3{
    margin-left: 33.333333% !important;
  }

  .sm\:tw-mt-2\/3{
    margin-top: 66.666667% !important;
  }

  .sm\:tw-mr-2\/3{
    margin-right: 66.666667% !important;
  }

  .sm\:tw-mb-2\/3{
    margin-bottom: 66.666667% !important;
  }

  .sm\:tw-ml-2\/3{
    margin-left: 66.666667% !important;
  }

  .sm\:tw-mt-1\/4{
    margin-top: 25% !important;
  }

  .sm\:tw-mr-1\/4{
    margin-right: 25% !important;
  }

  .sm\:tw-mb-1\/4{
    margin-bottom: 25% !important;
  }

  .sm\:tw-ml-1\/4{
    margin-left: 25% !important;
  }

  .sm\:tw-mt-2\/4{
    margin-top: 50% !important;
  }

  .sm\:tw-mr-2\/4{
    margin-right: 50% !important;
  }

  .sm\:tw-mb-2\/4{
    margin-bottom: 50% !important;
  }

  .sm\:tw-ml-2\/4{
    margin-left: 50% !important;
  }

  .sm\:tw-mt-3\/4{
    margin-top: 75% !important;
  }

  .sm\:tw-mr-3\/4{
    margin-right: 75% !important;
  }

  .sm\:tw-mb-3\/4{
    margin-bottom: 75% !important;
  }

  .sm\:tw-ml-3\/4{
    margin-left: 75% !important;
  }

  .sm\:tw-mt-1\/5{
    margin-top: 20% !important;
  }

  .sm\:tw-mr-1\/5{
    margin-right: 20% !important;
  }

  .sm\:tw-mb-1\/5{
    margin-bottom: 20% !important;
  }

  .sm\:tw-ml-1\/5{
    margin-left: 20% !important;
  }

  .sm\:tw-mt-2\/5{
    margin-top: 40% !important;
  }

  .sm\:tw-mr-2\/5{
    margin-right: 40% !important;
  }

  .sm\:tw-mb-2\/5{
    margin-bottom: 40% !important;
  }

  .sm\:tw-ml-2\/5{
    margin-left: 40% !important;
  }

  .sm\:tw-mt-3\/5{
    margin-top: 60% !important;
  }

  .sm\:tw-mr-3\/5{
    margin-right: 60% !important;
  }

  .sm\:tw-mb-3\/5{
    margin-bottom: 60% !important;
  }

  .sm\:tw-ml-3\/5{
    margin-left: 60% !important;
  }

  .sm\:tw-mt-4\/5{
    margin-top: 80% !important;
  }

  .sm\:tw-mr-4\/5{
    margin-right: 80% !important;
  }

  .sm\:tw-mb-4\/5{
    margin-bottom: 80% !important;
  }

  .sm\:tw-ml-4\/5{
    margin-left: 80% !important;
  }

  .sm\:tw-mt-1\/6{
    margin-top: 16.666667% !important;
  }

  .sm\:tw-mr-1\/6{
    margin-right: 16.666667% !important;
  }

  .sm\:tw-mb-1\/6{
    margin-bottom: 16.666667% !important;
  }

  .sm\:tw-ml-1\/6{
    margin-left: 16.666667% !important;
  }

  .sm\:tw-mt-2\/6{
    margin-top: 33.333333% !important;
  }

  .sm\:tw-mr-2\/6{
    margin-right: 33.333333% !important;
  }

  .sm\:tw-mb-2\/6{
    margin-bottom: 33.333333% !important;
  }

  .sm\:tw-ml-2\/6{
    margin-left: 33.333333% !important;
  }

  .sm\:tw-mt-3\/6{
    margin-top: 50% !important;
  }

  .sm\:tw-mr-3\/6{
    margin-right: 50% !important;
  }

  .sm\:tw-mb-3\/6{
    margin-bottom: 50% !important;
  }

  .sm\:tw-ml-3\/6{
    margin-left: 50% !important;
  }

  .sm\:tw-mt-4\/6{
    margin-top: 66.666667% !important;
  }

  .sm\:tw-mr-4\/6{
    margin-right: 66.666667% !important;
  }

  .sm\:tw-mb-4\/6{
    margin-bottom: 66.666667% !important;
  }

  .sm\:tw-ml-4\/6{
    margin-left: 66.666667% !important;
  }

  .sm\:tw-mt-5\/6{
    margin-top: 83.333333% !important;
  }

  .sm\:tw-mr-5\/6{
    margin-right: 83.333333% !important;
  }

  .sm\:tw-mb-5\/6{
    margin-bottom: 83.333333% !important;
  }

  .sm\:tw-ml-5\/6{
    margin-left: 83.333333% !important;
  }

  .sm\:tw-mt-1\/12{
    margin-top: 8.333333% !important;
  }

  .sm\:tw-mr-1\/12{
    margin-right: 8.333333% !important;
  }

  .sm\:tw-mb-1\/12{
    margin-bottom: 8.333333% !important;
  }

  .sm\:tw-ml-1\/12{
    margin-left: 8.333333% !important;
  }

  .sm\:tw-mt-2\/12{
    margin-top: 16.666667% !important;
  }

  .sm\:tw-mr-2\/12{
    margin-right: 16.666667% !important;
  }

  .sm\:tw-mb-2\/12{
    margin-bottom: 16.666667% !important;
  }

  .sm\:tw-ml-2\/12{
    margin-left: 16.666667% !important;
  }

  .sm\:tw-mt-3\/12{
    margin-top: 25% !important;
  }

  .sm\:tw-mr-3\/12{
    margin-right: 25% !important;
  }

  .sm\:tw-mb-3\/12{
    margin-bottom: 25% !important;
  }

  .sm\:tw-ml-3\/12{
    margin-left: 25% !important;
  }

  .sm\:tw-mt-4\/12{
    margin-top: 33.333333% !important;
  }

  .sm\:tw-mr-4\/12{
    margin-right: 33.333333% !important;
  }

  .sm\:tw-mb-4\/12{
    margin-bottom: 33.333333% !important;
  }

  .sm\:tw-ml-4\/12{
    margin-left: 33.333333% !important;
  }

  .sm\:tw-mt-5\/12{
    margin-top: 41.666667% !important;
  }

  .sm\:tw-mr-5\/12{
    margin-right: 41.666667% !important;
  }

  .sm\:tw-mb-5\/12{
    margin-bottom: 41.666667% !important;
  }

  .sm\:tw-ml-5\/12{
    margin-left: 41.666667% !important;
  }

  .sm\:tw-mt-6\/12{
    margin-top: 50% !important;
  }

  .sm\:tw-mr-6\/12{
    margin-right: 50% !important;
  }

  .sm\:tw-mb-6\/12{
    margin-bottom: 50% !important;
  }

  .sm\:tw-ml-6\/12{
    margin-left: 50% !important;
  }

  .sm\:tw-mt-7\/12{
    margin-top: 58.333333% !important;
  }

  .sm\:tw-mr-7\/12{
    margin-right: 58.333333% !important;
  }

  .sm\:tw-mb-7\/12{
    margin-bottom: 58.333333% !important;
  }

  .sm\:tw-ml-7\/12{
    margin-left: 58.333333% !important;
  }

  .sm\:tw-mt-8\/12{
    margin-top: 66.666667% !important;
  }

  .sm\:tw-mr-8\/12{
    margin-right: 66.666667% !important;
  }

  .sm\:tw-mb-8\/12{
    margin-bottom: 66.666667% !important;
  }

  .sm\:tw-ml-8\/12{
    margin-left: 66.666667% !important;
  }

  .sm\:tw-mt-9\/12{
    margin-top: 75% !important;
  }

  .sm\:tw-mr-9\/12{
    margin-right: 75% !important;
  }

  .sm\:tw-mb-9\/12{
    margin-bottom: 75% !important;
  }

  .sm\:tw-ml-9\/12{
    margin-left: 75% !important;
  }

  .sm\:tw-mt-10\/12{
    margin-top: 83.333333% !important;
  }

  .sm\:tw-mr-10\/12{
    margin-right: 83.333333% !important;
  }

  .sm\:tw-mb-10\/12{
    margin-bottom: 83.333333% !important;
  }

  .sm\:tw-ml-10\/12{
    margin-left: 83.333333% !important;
  }

  .sm\:tw-mt-11\/12{
    margin-top: 91.666667% !important;
  }

  .sm\:tw-mr-11\/12{
    margin-right: 91.666667% !important;
  }

  .sm\:tw-mb-11\/12{
    margin-bottom: 91.666667% !important;
  }

  .sm\:tw-ml-11\/12{
    margin-left: 91.666667% !important;
  }

  .sm\:tw-mt-full{
    margin-top: 100% !important;
  }

  .sm\:tw-mr-full{
    margin-right: 100% !important;
  }

  .sm\:tw-mb-full{
    margin-bottom: 100% !important;
  }

  .sm\:tw-ml-full{
    margin-left: 100% !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-7{
    margin-top: -1.75rem !important;
  }

  .sm\:tw--mr-7{
    margin-right: -1.75rem !important;
  }

  .sm\:tw--mb-7{
    margin-bottom: -1.75rem !important;
  }

  .sm\:tw--ml-7{
    margin-left: -1.75rem !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-9{
    margin-top: -2.25rem !important;
  }

  .sm\:tw--mr-9{
    margin-right: -2.25rem !important;
  }

  .sm\:tw--mb-9{
    margin-bottom: -2.25rem !important;
  }

  .sm\:tw--ml-9{
    margin-left: -2.25rem !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-11{
    margin-top: -2.75rem !important;
  }

  .sm\:tw--mr-11{
    margin-right: -2.75rem !important;
  }

  .sm\:tw--mb-11{
    margin-bottom: -2.75rem !important;
  }

  .sm\:tw--ml-11{
    margin-left: -2.75rem !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-13{
    margin-top: -3.25rem !important;
  }

  .sm\:tw--mr-13{
    margin-right: -3.25rem !important;
  }

  .sm\:tw--mb-13{
    margin-bottom: -3.25rem !important;
  }

  .sm\:tw--ml-13{
    margin-left: -3.25rem !important;
  }

  .sm\:tw--mt-14{
    margin-top: -3.5rem !important;
  }

  .sm\:tw--mr-14{
    margin-right: -3.5rem !important;
  }

  .sm\:tw--mb-14{
    margin-bottom: -3.5rem !important;
  }

  .sm\:tw--ml-14{
    margin-left: -3.5rem !important;
  }

  .sm\:tw--mt-15{
    margin-top: -3.75rem !important;
  }

  .sm\:tw--mr-15{
    margin-right: -3.75rem !important;
  }

  .sm\:tw--mb-15{
    margin-bottom: -3.75rem !important;
  }

  .sm\:tw--ml-15{
    margin-left: -3.75rem !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-28{
    margin-top: -7rem !important;
  }

  .sm\:tw--mr-28{
    margin-right: -7rem !important;
  }

  .sm\:tw--mb-28{
    margin-bottom: -7rem !important;
  }

  .sm\:tw--ml-28{
    margin-left: -7rem !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-60{
    margin-top: -15rem !important;
  }

  .sm\:tw--mr-60{
    margin-right: -15rem !important;
  }

  .sm\:tw--mb-60{
    margin-bottom: -15rem !important;
  }

  .sm\:tw--ml-60{
    margin-left: -15rem !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-72{
    margin-top: -18rem !important;
  }

  .sm\:tw--mr-72{
    margin-right: -18rem !important;
  }

  .sm\:tw--mb-72{
    margin-bottom: -18rem !important;
  }

  .sm\:tw--ml-72{
    margin-left: -18rem !important;
  }

  .sm\:tw--mt-80{
    margin-top: -20rem !important;
  }

  .sm\:tw--mr-80{
    margin-right: -20rem !important;
  }

  .sm\:tw--mb-80{
    margin-bottom: -20rem !important;
  }

  .sm\:tw--ml-80{
    margin-left: -20rem !important;
  }

  .sm\:tw--mt-96{
    margin-top: -24rem !important;
  }

  .sm\:tw--mr-96{
    margin-right: -24rem !important;
  }

  .sm\:tw--mb-96{
    margin-bottom: -24rem !important;
  }

  .sm\:tw--ml-96{
    margin-left: -24rem !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\/2{
    margin-top: -50% !important;
  }

  .sm\:tw--mr-1\/2{
    margin-right: -50% !important;
  }

  .sm\:tw--mb-1\/2{
    margin-bottom: -50% !important;
  }

  .sm\:tw--ml-1\/2{
    margin-left: -50% !important;
  }

  .sm\:tw--mt-1\/3{
    margin-top: -33.33333% !important;
  }

  .sm\:tw--mr-1\/3{
    margin-right: -33.33333% !important;
  }

  .sm\:tw--mb-1\/3{
    margin-bottom: -33.33333% !important;
  }

  .sm\:tw--ml-1\/3{
    margin-left: -33.33333% !important;
  }

  .sm\:tw--mt-2\/3{
    margin-top: -66.66667% !important;
  }

  .sm\:tw--mr-2\/3{
    margin-right: -66.66667% !important;
  }

  .sm\:tw--mb-2\/3{
    margin-bottom: -66.66667% !important;
  }

  .sm\:tw--ml-2\/3{
    margin-left: -66.66667% !important;
  }

  .sm\:tw--mt-1\/4{
    margin-top: -25% !important;
  }

  .sm\:tw--mr-1\/4{
    margin-right: -25% !important;
  }

  .sm\:tw--mb-1\/4{
    margin-bottom: -25% !important;
  }

  .sm\:tw--ml-1\/4{
    margin-left: -25% !important;
  }

  .sm\:tw--mt-2\/4{
    margin-top: -50% !important;
  }

  .sm\:tw--mr-2\/4{
    margin-right: -50% !important;
  }

  .sm\:tw--mb-2\/4{
    margin-bottom: -50% !important;
  }

  .sm\:tw--ml-2\/4{
    margin-left: -50% !important;
  }

  .sm\:tw--mt-3\/4{
    margin-top: -75% !important;
  }

  .sm\:tw--mr-3\/4{
    margin-right: -75% !important;
  }

  .sm\:tw--mb-3\/4{
    margin-bottom: -75% !important;
  }

  .sm\:tw--ml-3\/4{
    margin-left: -75% !important;
  }

  .sm\:tw--mt-1\/5{
    margin-top: -20% !important;
  }

  .sm\:tw--mr-1\/5{
    margin-right: -20% !important;
  }

  .sm\:tw--mb-1\/5{
    margin-bottom: -20% !important;
  }

  .sm\:tw--ml-1\/5{
    margin-left: -20% !important;
  }

  .sm\:tw--mt-2\/5{
    margin-top: -40% !important;
  }

  .sm\:tw--mr-2\/5{
    margin-right: -40% !important;
  }

  .sm\:tw--mb-2\/5{
    margin-bottom: -40% !important;
  }

  .sm\:tw--ml-2\/5{
    margin-left: -40% !important;
  }

  .sm\:tw--mt-3\/5{
    margin-top: -60% !important;
  }

  .sm\:tw--mr-3\/5{
    margin-right: -60% !important;
  }

  .sm\:tw--mb-3\/5{
    margin-bottom: -60% !important;
  }

  .sm\:tw--ml-3\/5{
    margin-left: -60% !important;
  }

  .sm\:tw--mt-4\/5{
    margin-top: -80% !important;
  }

  .sm\:tw--mr-4\/5{
    margin-right: -80% !important;
  }

  .sm\:tw--mb-4\/5{
    margin-bottom: -80% !important;
  }

  .sm\:tw--ml-4\/5{
    margin-left: -80% !important;
  }

  .sm\:tw--mt-1\/6{
    margin-top: -16.66667% !important;
  }

  .sm\:tw--mr-1\/6{
    margin-right: -16.66667% !important;
  }

  .sm\:tw--mb-1\/6{
    margin-bottom: -16.66667% !important;
  }

  .sm\:tw--ml-1\/6{
    margin-left: -16.66667% !important;
  }

  .sm\:tw--mt-2\/6{
    margin-top: -33.33333% !important;
  }

  .sm\:tw--mr-2\/6{
    margin-right: -33.33333% !important;
  }

  .sm\:tw--mb-2\/6{
    margin-bottom: -33.33333% !important;
  }

  .sm\:tw--ml-2\/6{
    margin-left: -33.33333% !important;
  }

  .sm\:tw--mt-3\/6{
    margin-top: -50% !important;
  }

  .sm\:tw--mr-3\/6{
    margin-right: -50% !important;
  }

  .sm\:tw--mb-3\/6{
    margin-bottom: -50% !important;
  }

  .sm\:tw--ml-3\/6{
    margin-left: -50% !important;
  }

  .sm\:tw--mt-4\/6{
    margin-top: -66.66667% !important;
  }

  .sm\:tw--mr-4\/6{
    margin-right: -66.66667% !important;
  }

  .sm\:tw--mb-4\/6{
    margin-bottom: -66.66667% !important;
  }

  .sm\:tw--ml-4\/6{
    margin-left: -66.66667% !important;
  }

  .sm\:tw--mt-5\/6{
    margin-top: -83.33333% !important;
  }

  .sm\:tw--mr-5\/6{
    margin-right: -83.33333% !important;
  }

  .sm\:tw--mb-5\/6{
    margin-bottom: -83.33333% !important;
  }

  .sm\:tw--ml-5\/6{
    margin-left: -83.33333% !important;
  }

  .sm\:tw--mt-1\/12{
    margin-top: -8.33333% !important;
  }

  .sm\:tw--mr-1\/12{
    margin-right: -8.33333% !important;
  }

  .sm\:tw--mb-1\/12{
    margin-bottom: -8.33333% !important;
  }

  .sm\:tw--ml-1\/12{
    margin-left: -8.33333% !important;
  }

  .sm\:tw--mt-2\/12{
    margin-top: -16.66667% !important;
  }

  .sm\:tw--mr-2\/12{
    margin-right: -16.66667% !important;
  }

  .sm\:tw--mb-2\/12{
    margin-bottom: -16.66667% !important;
  }

  .sm\:tw--ml-2\/12{
    margin-left: -16.66667% !important;
  }

  .sm\:tw--mt-3\/12{
    margin-top: -25% !important;
  }

  .sm\:tw--mr-3\/12{
    margin-right: -25% !important;
  }

  .sm\:tw--mb-3\/12{
    margin-bottom: -25% !important;
  }

  .sm\:tw--ml-3\/12{
    margin-left: -25% !important;
  }

  .sm\:tw--mt-4\/12{
    margin-top: -33.33333% !important;
  }

  .sm\:tw--mr-4\/12{
    margin-right: -33.33333% !important;
  }

  .sm\:tw--mb-4\/12{
    margin-bottom: -33.33333% !important;
  }

  .sm\:tw--ml-4\/12{
    margin-left: -33.33333% !important;
  }

  .sm\:tw--mt-5\/12{
    margin-top: -41.66667% !important;
  }

  .sm\:tw--mr-5\/12{
    margin-right: -41.66667% !important;
  }

  .sm\:tw--mb-5\/12{
    margin-bottom: -41.66667% !important;
  }

  .sm\:tw--ml-5\/12{
    margin-left: -41.66667% !important;
  }

  .sm\:tw--mt-6\/12{
    margin-top: -50% !important;
  }

  .sm\:tw--mr-6\/12{
    margin-right: -50% !important;
  }

  .sm\:tw--mb-6\/12{
    margin-bottom: -50% !important;
  }

  .sm\:tw--ml-6\/12{
    margin-left: -50% !important;
  }

  .sm\:tw--mt-7\/12{
    margin-top: -58.33333% !important;
  }

  .sm\:tw--mr-7\/12{
    margin-right: -58.33333% !important;
  }

  .sm\:tw--mb-7\/12{
    margin-bottom: -58.33333% !important;
  }

  .sm\:tw--ml-7\/12{
    margin-left: -58.33333% !important;
  }

  .sm\:tw--mt-8\/12{
    margin-top: -66.66667% !important;
  }

  .sm\:tw--mr-8\/12{
    margin-right: -66.66667% !important;
  }

  .sm\:tw--mb-8\/12{
    margin-bottom: -66.66667% !important;
  }

  .sm\:tw--ml-8\/12{
    margin-left: -66.66667% !important;
  }

  .sm\:tw--mt-9\/12{
    margin-top: -75% !important;
  }

  .sm\:tw--mr-9\/12{
    margin-right: -75% !important;
  }

  .sm\:tw--mb-9\/12{
    margin-bottom: -75% !important;
  }

  .sm\:tw--ml-9\/12{
    margin-left: -75% !important;
  }

  .sm\:tw--mt-10\/12{
    margin-top: -83.33333% !important;
  }

  .sm\:tw--mr-10\/12{
    margin-right: -83.33333% !important;
  }

  .sm\:tw--mb-10\/12{
    margin-bottom: -83.33333% !important;
  }

  .sm\:tw--ml-10\/12{
    margin-left: -83.33333% !important;
  }

  .sm\:tw--mt-11\/12{
    margin-top: -91.66667% !important;
  }

  .sm\:tw--mr-11\/12{
    margin-right: -91.66667% !important;
  }

  .sm\:tw--mb-11\/12{
    margin-bottom: -91.66667% !important;
  }

  .sm\:tw--ml-11\/12{
    margin-left: -91.66667% !important;
  }

  .sm\:tw--mt-full{
    margin-top: -100% !important;
  }

  .sm\:tw--mr-full{
    margin-right: -100% !important;
  }

  .sm\:tw--mb-full{
    margin-bottom: -100% !important;
  }

  .sm\:tw--ml-full{
    margin-left: -100% !important;
  }

  .sm\:tw-max-h-0{
    max-height: 0 !important;
  }

  .sm\:tw-max-h-1{
    max-height: 0.25rem !important;
  }

  .sm\:tw-max-h-2{
    max-height: 0.5rem !important;
  }

  .sm\:tw-max-h-3{
    max-height: 0.75rem !important;
  }

  .sm\:tw-max-h-4{
    max-height: 1rem !important;
  }

  .sm\:tw-max-h-5{
    max-height: 1.25rem !important;
  }

  .sm\:tw-max-h-6{
    max-height: 1.5rem !important;
  }

  .sm\:tw-max-h-7{
    max-height: 1.75rem !important;
  }

  .sm\:tw-max-h-8{
    max-height: 2rem !important;
  }

  .sm\:tw-max-h-9{
    max-height: 2.25rem !important;
  }

  .sm\:tw-max-h-10{
    max-height: 2.5rem !important;
  }

  .sm\:tw-max-h-11{
    max-height: 2.75rem !important;
  }

  .sm\:tw-max-h-12{
    max-height: 3rem !important;
  }

  .sm\:tw-max-h-13{
    max-height: 3.25rem !important;
  }

  .sm\:tw-max-h-14{
    max-height: 3.5rem !important;
  }

  .sm\:tw-max-h-15{
    max-height: 3.75rem !important;
  }

  .sm\:tw-max-h-16{
    max-height: 4rem !important;
  }

  .sm\:tw-max-h-20{
    max-height: 5rem !important;
  }

  .sm\:tw-max-h-24{
    max-height: 6rem !important;
  }

  .sm\:tw-max-h-28{
    max-height: 7rem !important;
  }

  .sm\:tw-max-h-32{
    max-height: 8rem !important;
  }

  .sm\:tw-max-h-36{
    max-height: 9rem !important;
  }

  .sm\:tw-max-h-40{
    max-height: 10rem !important;
  }

  .sm\:tw-max-h-48{
    max-height: 12rem !important;
  }

  .sm\:tw-max-h-56{
    max-height: 14rem !important;
  }

  .sm\:tw-max-h-60{
    max-height: 15rem !important;
  }

  .sm\:tw-max-h-64{
    max-height: 16rem !important;
  }

  .sm\:tw-max-h-72{
    max-height: 18rem !important;
  }

  .sm\:tw-max-h-80{
    max-height: 20rem !important;
  }

  .sm\:tw-max-h-96{
    max-height: 24rem !important;
  }

  .sm\:tw-max-h-screen{
    max-height: 100vh !important;
  }

  .sm\:tw-max-h-px{
    max-height: 1px !important;
  }

  .sm\:tw-max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .sm\:tw-max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .sm\:tw-max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .sm\:tw-max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .sm\:tw-max-h-1\/2{
    max-height: 50% !important;
  }

  .sm\:tw-max-h-1\/3{
    max-height: 33.333333% !important;
  }

  .sm\:tw-max-h-2\/3{
    max-height: 66.666667% !important;
  }

  .sm\:tw-max-h-1\/4{
    max-height: 25% !important;
  }

  .sm\:tw-max-h-2\/4{
    max-height: 50% !important;
  }

  .sm\:tw-max-h-3\/4{
    max-height: 75% !important;
  }

  .sm\:tw-max-h-1\/5{
    max-height: 20% !important;
  }

  .sm\:tw-max-h-2\/5{
    max-height: 40% !important;
  }

  .sm\:tw-max-h-3\/5{
    max-height: 60% !important;
  }

  .sm\:tw-max-h-4\/5{
    max-height: 80% !important;
  }

  .sm\:tw-max-h-1\/6{
    max-height: 16.666667% !important;
  }

  .sm\:tw-max-h-2\/6{
    max-height: 33.333333% !important;
  }

  .sm\:tw-max-h-3\/6{
    max-height: 50% !important;
  }

  .sm\:tw-max-h-4\/6{
    max-height: 66.666667% !important;
  }

  .sm\:tw-max-h-5\/6{
    max-height: 83.333333% !important;
  }

  .sm\:tw-max-h-1\/12{
    max-height: 8.333333% !important;
  }

  .sm\:tw-max-h-2\/12{
    max-height: 16.666667% !important;
  }

  .sm\:tw-max-h-3\/12{
    max-height: 25% !important;
  }

  .sm\:tw-max-h-4\/12{
    max-height: 33.333333% !important;
  }

  .sm\:tw-max-h-5\/12{
    max-height: 41.666667% !important;
  }

  .sm\:tw-max-h-6\/12{
    max-height: 50% !important;
  }

  .sm\:tw-max-h-7\/12{
    max-height: 58.333333% !important;
  }

  .sm\:tw-max-h-8\/12{
    max-height: 66.666667% !important;
  }

  .sm\:tw-max-h-9\/12{
    max-height: 75% !important;
  }

  .sm\:tw-max-h-10\/12{
    max-height: 83.333333% !important;
  }

  .sm\:tw-max-h-11\/12{
    max-height: 91.666667% !important;
  }

  .sm\:tw-max-h-full{
    max-height: 100% !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-7xl{
    max-width: 80rem !important;
  }

  .sm\:tw-max-w-full{
    max-width: 100% !important;
  }

  .sm\:tw-max-w-min-content{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .sm\:tw-max-w-max-content{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .sm\:tw-max-w-screen-sm{
    max-width: 576px !important;
  }

  .sm\:tw-max-w-screen-md{
    max-width: 768px !important;
  }

  .sm\:tw-max-w-screen-lg{
    max-width: 992px !important;
  }

  .sm\:tw-max-w-screen-xl{
    max-width: 1200px !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-full{
    min-width: 100% !important;
  }

  .sm\:tw-min-w-min-content{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .sm\:tw-min-w-max-content{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !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\: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-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-7{
    padding: 1.75rem !important;
  }

  .sm\:tw-p-8{
    padding: 2rem !important;
  }

  .sm\:tw-p-9{
    padding: 2.25rem !important;
  }

  .sm\:tw-p-10{
    padding: 2.5rem !important;
  }

  .sm\:tw-p-11{
    padding: 2.75rem !important;
  }

  .sm\:tw-p-12{
    padding: 3rem !important;
  }

  .sm\:tw-p-13{
    padding: 3.25rem !important;
  }

  .sm\:tw-p-14{
    padding: 3.5rem !important;
  }

  .sm\:tw-p-15{
    padding: 3.75rem !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-28{
    padding: 7rem !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-60{
    padding: 15rem !important;
  }

  .sm\:tw-p-64{
    padding: 16rem !important;
  }

  .sm\:tw-p-72{
    padding: 18rem !important;
  }

  .sm\:tw-p-80{
    padding: 20rem !important;
  }

  .sm\:tw-p-96{
    padding: 24rem !important;
  }

  .sm\:tw-p-px{
    padding: 1px !important;
  }

  .sm\:tw-p-0\.5{
    padding: 0.125rem !important;
  }

  .sm\:tw-p-1\.5{
    padding: 0.375rem !important;
  }

  .sm\:tw-p-2\.5{
    padding: 0.625rem !important;
  }

  .sm\:tw-p-3\.5{
    padding: 0.875rem !important;
  }

  .sm\:tw-p-1\/2{
    padding: 50% !important;
  }

  .sm\:tw-p-1\/3{
    padding: 33.333333% !important;
  }

  .sm\:tw-p-2\/3{
    padding: 66.666667% !important;
  }

  .sm\:tw-p-1\/4{
    padding: 25% !important;
  }

  .sm\:tw-p-2\/4{
    padding: 50% !important;
  }

  .sm\:tw-p-3\/4{
    padding: 75% !important;
  }

  .sm\:tw-p-1\/5{
    padding: 20% !important;
  }

  .sm\:tw-p-2\/5{
    padding: 40% !important;
  }

  .sm\:tw-p-3\/5{
    padding: 60% !important;
  }

  .sm\:tw-p-4\/5{
    padding: 80% !important;
  }

  .sm\:tw-p-1\/6{
    padding: 16.666667% !important;
  }

  .sm\:tw-p-2\/6{
    padding: 33.333333% !important;
  }

  .sm\:tw-p-3\/6{
    padding: 50% !important;
  }

  .sm\:tw-p-4\/6{
    padding: 66.666667% !important;
  }

  .sm\:tw-p-5\/6{
    padding: 83.333333% !important;
  }

  .sm\:tw-p-1\/12{
    padding: 8.333333% !important;
  }

  .sm\:tw-p-2\/12{
    padding: 16.666667% !important;
  }

  .sm\:tw-p-3\/12{
    padding: 25% !important;
  }

  .sm\:tw-p-4\/12{
    padding: 33.333333% !important;
  }

  .sm\:tw-p-5\/12{
    padding: 41.666667% !important;
  }

  .sm\:tw-p-6\/12{
    padding: 50% !important;
  }

  .sm\:tw-p-7\/12{
    padding: 58.333333% !important;
  }

  .sm\:tw-p-8\/12{
    padding: 66.666667% !important;
  }

  .sm\:tw-p-9\/12{
    padding: 75% !important;
  }

  .sm\:tw-p-10\/12{
    padding: 83.333333% !important;
  }

  .sm\:tw-p-11\/12{
    padding: 91.666667% !important;
  }

  .sm\:tw-p-full{
    padding: 100% !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-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .sm\:tw-px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !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-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .sm\:tw-px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !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-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .sm\:tw-px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !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-13{
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .sm\:tw-px-13{
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }

  .sm\:tw-py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .sm\:tw-px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .sm\:tw-py-15{
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .sm\:tw-px-15{
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .sm\:tw-px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !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-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .sm\:tw-px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !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-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .sm\:tw-px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .sm\:tw-py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .sm\:tw-px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .sm\:tw-py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .sm\:tw-px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !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: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .sm\:tw-px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .sm\:tw-py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .sm\:tw-px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .sm\:tw-py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .sm\:tw-px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .sm\:tw-py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .sm\:tw-px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .sm\:tw-py-1\/2{
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .sm\:tw-px-1\/2{
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .sm\:tw-py-1\/3{
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .sm\:tw-px-1\/3{
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .sm\:tw-py-2\/3{
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .sm\:tw-px-2\/3{
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .sm\:tw-py-1\/4{
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .sm\:tw-px-1\/4{
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .sm\:tw-py-2\/4{
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .sm\:tw-px-2\/4{
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .sm\:tw-py-3\/4{
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .sm\:tw-px-3\/4{
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .sm\:tw-py-1\/5{
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .sm\:tw-px-1\/5{
    padding-left: 20% !important;
    padding-right: 20% !important;
  }

  .sm\:tw-py-2\/5{
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }

  .sm\:tw-px-2\/5{
    padding-left: 40% !important;
    padding-right: 40% !important;
  }

  .sm\:tw-py-3\/5{
    padding-top: 60% !important;
    padding-bottom: 60% !important;
  }

  .sm\:tw-px-3\/5{
    padding-left: 60% !important;
    padding-right: 60% !important;
  }

  .sm\:tw-py-4\/5{
    padding-top: 80% !important;
    padding-bottom: 80% !important;
  }

  .sm\:tw-px-4\/5{
    padding-left: 80% !important;
    padding-right: 80% !important;
  }

  .sm\:tw-py-1\/6{
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .sm\:tw-px-1\/6{
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .sm\:tw-py-2\/6{
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .sm\:tw-px-2\/6{
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .sm\:tw-py-3\/6{
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .sm\:tw-px-3\/6{
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .sm\:tw-py-4\/6{
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .sm\:tw-px-4\/6{
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .sm\:tw-py-5\/6{
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .sm\:tw-px-5\/6{
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .sm\:tw-py-1\/12{
    padding-top: 8.333333% !important;
    padding-bottom: 8.333333% !important;
  }

  .sm\:tw-px-1\/12{
    padding-left: 8.333333% !important;
    padding-right: 8.333333% !important;
  }

  .sm\:tw-py-2\/12{
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .sm\:tw-px-2\/12{
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .sm\:tw-py-3\/12{
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .sm\:tw-px-3\/12{
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .sm\:tw-py-4\/12{
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .sm\:tw-px-4\/12{
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .sm\:tw-py-5\/12{
    padding-top: 41.666667% !important;
    padding-bottom: 41.666667% !important;
  }

  .sm\:tw-px-5\/12{
    padding-left: 41.666667% !important;
    padding-right: 41.666667% !important;
  }

  .sm\:tw-py-6\/12{
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .sm\:tw-px-6\/12{
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .sm\:tw-py-7\/12{
    padding-top: 58.333333% !important;
    padding-bottom: 58.333333% !important;
  }

  .sm\:tw-px-7\/12{
    padding-left: 58.333333% !important;
    padding-right: 58.333333% !important;
  }

  .sm\:tw-py-8\/12{
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .sm\:tw-px-8\/12{
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .sm\:tw-py-9\/12{
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .sm\:tw-px-9\/12{
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .sm\:tw-py-10\/12{
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .sm\:tw-px-10\/12{
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .sm\:tw-py-11\/12{
    padding-top: 91.666667% !important;
    padding-bottom: 91.666667% !important;
  }

  .sm\:tw-px-11\/12{
    padding-left: 91.666667% !important;
    padding-right: 91.666667% !important;
  }

  .sm\:tw-py-full{
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }

  .sm\:tw-px-full{
    padding-left: 100% !important;
    padding-right: 100% !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-7{
    padding-top: 1.75rem !important;
  }

  .sm\:tw-pr-7{
    padding-right: 1.75rem !important;
  }

  .sm\:tw-pb-7{
    padding-bottom: 1.75rem !important;
  }

  .sm\:tw-pl-7{
    padding-left: 1.75rem !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-9{
    padding-top: 2.25rem !important;
  }

  .sm\:tw-pr-9{
    padding-right: 2.25rem !important;
  }

  .sm\:tw-pb-9{
    padding-bottom: 2.25rem !important;
  }

  .sm\:tw-pl-9{
    padding-left: 2.25rem !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-11{
    padding-top: 2.75rem !important;
  }

  .sm\:tw-pr-11{
    padding-right: 2.75rem !important;
  }

  .sm\:tw-pb-11{
    padding-bottom: 2.75rem !important;
  }

  .sm\:tw-pl-11{
    padding-left: 2.75rem !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-13{
    padding-top: 3.25rem !important;
  }

  .sm\:tw-pr-13{
    padding-right: 3.25rem !important;
  }

  .sm\:tw-pb-13{
    padding-bottom: 3.25rem !important;
  }

  .sm\:tw-pl-13{
    padding-left: 3.25rem !important;
  }

  .sm\:tw-pt-14{
    padding-top: 3.5rem !important;
  }

  .sm\:tw-pr-14{
    padding-right: 3.5rem !important;
  }

  .sm\:tw-pb-14{
    padding-bottom: 3.5rem !important;
  }

  .sm\:tw-pl-14{
    padding-left: 3.5rem !important;
  }

  .sm\:tw-pt-15{
    padding-top: 3.75rem !important;
  }

  .sm\:tw-pr-15{
    padding-right: 3.75rem !important;
  }

  .sm\:tw-pb-15{
    padding-bottom: 3.75rem !important;
  }

  .sm\:tw-pl-15{
    padding-left: 3.75rem !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-28{
    padding-top: 7rem !important;
  }

  .sm\:tw-pr-28{
    padding-right: 7rem !important;
  }

  .sm\:tw-pb-28{
    padding-bottom: 7rem !important;
  }

  .sm\:tw-pl-28{
    padding-left: 7rem !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-60{
    padding-top: 15rem !important;
  }

  .sm\:tw-pr-60{
    padding-right: 15rem !important;
  }

  .sm\:tw-pb-60{
    padding-bottom: 15rem !important;
  }

  .sm\:tw-pl-60{
    padding-left: 15rem !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-72{
    padding-top: 18rem !important;
  }

  .sm\:tw-pr-72{
    padding-right: 18rem !important;
  }

  .sm\:tw-pb-72{
    padding-bottom: 18rem !important;
  }

  .sm\:tw-pl-72{
    padding-left: 18rem !important;
  }

  .sm\:tw-pt-80{
    padding-top: 20rem !important;
  }

  .sm\:tw-pr-80{
    padding-right: 20rem !important;
  }

  .sm\:tw-pb-80{
    padding-bottom: 20rem !important;
  }

  .sm\:tw-pl-80{
    padding-left: 20rem !important;
  }

  .sm\:tw-pt-96{
    padding-top: 24rem !important;
  }

  .sm\:tw-pr-96{
    padding-right: 24rem !important;
  }

  .sm\:tw-pb-96{
    padding-bottom: 24rem !important;
  }

  .sm\:tw-pl-96{
    padding-left: 24rem !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: 0.125rem !important;
  }

  .sm\:tw-pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .sm\:tw-pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .sm\:tw-pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .sm\:tw-pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .sm\:tw-pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .sm\:tw-pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .sm\:tw-pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .sm\:tw-pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .sm\:tw-pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .sm\:tw-pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .sm\:tw-pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .sm\:tw-pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .sm\:tw-pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .sm\:tw-pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .sm\:tw-pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .sm\:tw-pt-1\/2{
    padding-top: 50% !important;
  }

  .sm\:tw-pr-1\/2{
    padding-right: 50% !important;
  }

  .sm\:tw-pb-1\/2{
    padding-bottom: 50% !important;
  }

  .sm\:tw-pl-1\/2{
    padding-left: 50% !important;
  }

  .sm\:tw-pt-1\/3{
    padding-top: 33.333333% !important;
  }

  .sm\:tw-pr-1\/3{
    padding-right: 33.333333% !important;
  }

  .sm\:tw-pb-1\/3{
    padding-bottom: 33.333333% !important;
  }

  .sm\:tw-pl-1\/3{
    padding-left: 33.333333% !important;
  }

  .sm\:tw-pt-2\/3{
    padding-top: 66.666667% !important;
  }

  .sm\:tw-pr-2\/3{
    padding-right: 66.666667% !important;
  }

  .sm\:tw-pb-2\/3{
    padding-bottom: 66.666667% !important;
  }

  .sm\:tw-pl-2\/3{
    padding-left: 66.666667% !important;
  }

  .sm\:tw-pt-1\/4{
    padding-top: 25% !important;
  }

  .sm\:tw-pr-1\/4{
    padding-right: 25% !important;
  }

  .sm\:tw-pb-1\/4{
    padding-bottom: 25% !important;
  }

  .sm\:tw-pl-1\/4{
    padding-left: 25% !important;
  }

  .sm\:tw-pt-2\/4{
    padding-top: 50% !important;
  }

  .sm\:tw-pr-2\/4{
    padding-right: 50% !important;
  }

  .sm\:tw-pb-2\/4{
    padding-bottom: 50% !important;
  }

  .sm\:tw-pl-2\/4{
    padding-left: 50% !important;
  }

  .sm\:tw-pt-3\/4{
    padding-top: 75% !important;
  }

  .sm\:tw-pr-3\/4{
    padding-right: 75% !important;
  }

  .sm\:tw-pb-3\/4{
    padding-bottom: 75% !important;
  }

  .sm\:tw-pl-3\/4{
    padding-left: 75% !important;
  }

  .sm\:tw-pt-1\/5{
    padding-top: 20% !important;
  }

  .sm\:tw-pr-1\/5{
    padding-right: 20% !important;
  }

  .sm\:tw-pb-1\/5{
    padding-bottom: 20% !important;
  }

  .sm\:tw-pl-1\/5{
    padding-left: 20% !important;
  }

  .sm\:tw-pt-2\/5{
    padding-top: 40% !important;
  }

  .sm\:tw-pr-2\/5{
    padding-right: 40% !important;
  }

  .sm\:tw-pb-2\/5{
    padding-bottom: 40% !important;
  }

  .sm\:tw-pl-2\/5{
    padding-left: 40% !important;
  }

  .sm\:tw-pt-3\/5{
    padding-top: 60% !important;
  }

  .sm\:tw-pr-3\/5{
    padding-right: 60% !important;
  }

  .sm\:tw-pb-3\/5{
    padding-bottom: 60% !important;
  }

  .sm\:tw-pl-3\/5{
    padding-left: 60% !important;
  }

  .sm\:tw-pt-4\/5{
    padding-top: 80% !important;
  }

  .sm\:tw-pr-4\/5{
    padding-right: 80% !important;
  }

  .sm\:tw-pb-4\/5{
    padding-bottom: 80% !important;
  }

  .sm\:tw-pl-4\/5{
    padding-left: 80% !important;
  }

  .sm\:tw-pt-1\/6{
    padding-top: 16.666667% !important;
  }

  .sm\:tw-pr-1\/6{
    padding-right: 16.666667% !important;
  }

  .sm\:tw-pb-1\/6{
    padding-bottom: 16.666667% !important;
  }

  .sm\:tw-pl-1\/6{
    padding-left: 16.666667% !important;
  }

  .sm\:tw-pt-2\/6{
    padding-top: 33.333333% !important;
  }

  .sm\:tw-pr-2\/6{
    padding-right: 33.333333% !important;
  }

  .sm\:tw-pb-2\/6{
    padding-bottom: 33.333333% !important;
  }

  .sm\:tw-pl-2\/6{
    padding-left: 33.333333% !important;
  }

  .sm\:tw-pt-3\/6{
    padding-top: 50% !important;
  }

  .sm\:tw-pr-3\/6{
    padding-right: 50% !important;
  }

  .sm\:tw-pb-3\/6{
    padding-bottom: 50% !important;
  }

  .sm\:tw-pl-3\/6{
    padding-left: 50% !important;
  }

  .sm\:tw-pt-4\/6{
    padding-top: 66.666667% !important;
  }

  .sm\:tw-pr-4\/6{
    padding-right: 66.666667% !important;
  }

  .sm\:tw-pb-4\/6{
    padding-bottom: 66.666667% !important;
  }

  .sm\:tw-pl-4\/6{
    padding-left: 66.666667% !important;
  }

  .sm\:tw-pt-5\/6{
    padding-top: 83.333333% !important;
  }

  .sm\:tw-pr-5\/6{
    padding-right: 83.333333% !important;
  }

  .sm\:tw-pb-5\/6{
    padding-bottom: 83.333333% !important;
  }

  .sm\:tw-pl-5\/6{
    padding-left: 83.333333% !important;
  }

  .sm\:tw-pt-1\/12{
    padding-top: 8.333333% !important;
  }

  .sm\:tw-pr-1\/12{
    padding-right: 8.333333% !important;
  }

  .sm\:tw-pb-1\/12{
    padding-bottom: 8.333333% !important;
  }

  .sm\:tw-pl-1\/12{
    padding-left: 8.333333% !important;
  }

  .sm\:tw-pt-2\/12{
    padding-top: 16.666667% !important;
  }

  .sm\:tw-pr-2\/12{
    padding-right: 16.666667% !important;
  }

  .sm\:tw-pb-2\/12{
    padding-bottom: 16.666667% !important;
  }

  .sm\:tw-pl-2\/12{
    padding-left: 16.666667% !important;
  }

  .sm\:tw-pt-3\/12{
    padding-top: 25% !important;
  }

  .sm\:tw-pr-3\/12{
    padding-right: 25% !important;
  }

  .sm\:tw-pb-3\/12{
    padding-bottom: 25% !important;
  }

  .sm\:tw-pl-3\/12{
    padding-left: 25% !important;
  }

  .sm\:tw-pt-4\/12{
    padding-top: 33.333333% !important;
  }

  .sm\:tw-pr-4\/12{
    padding-right: 33.333333% !important;
  }

  .sm\:tw-pb-4\/12{
    padding-bottom: 33.333333% !important;
  }

  .sm\:tw-pl-4\/12{
    padding-left: 33.333333% !important;
  }

  .sm\:tw-pt-5\/12{
    padding-top: 41.666667% !important;
  }

  .sm\:tw-pr-5\/12{
    padding-right: 41.666667% !important;
  }

  .sm\:tw-pb-5\/12{
    padding-bottom: 41.666667% !important;
  }

  .sm\:tw-pl-5\/12{
    padding-left: 41.666667% !important;
  }

  .sm\:tw-pt-6\/12{
    padding-top: 50% !important;
  }

  .sm\:tw-pr-6\/12{
    padding-right: 50% !important;
  }

  .sm\:tw-pb-6\/12{
    padding-bottom: 50% !important;
  }

  .sm\:tw-pl-6\/12{
    padding-left: 50% !important;
  }

  .sm\:tw-pt-7\/12{
    padding-top: 58.333333% !important;
  }

  .sm\:tw-pr-7\/12{
    padding-right: 58.333333% !important;
  }

  .sm\:tw-pb-7\/12{
    padding-bottom: 58.333333% !important;
  }

  .sm\:tw-pl-7\/12{
    padding-left: 58.333333% !important;
  }

  .sm\:tw-pt-8\/12{
    padding-top: 66.666667% !important;
  }

  .sm\:tw-pr-8\/12{
    padding-right: 66.666667% !important;
  }

  .sm\:tw-pb-8\/12{
    padding-bottom: 66.666667% !important;
  }

  .sm\:tw-pl-8\/12{
    padding-left: 66.666667% !important;
  }

  .sm\:tw-pt-9\/12{
    padding-top: 75% !important;
  }

  .sm\:tw-pr-9\/12{
    padding-right: 75% !important;
  }

  .sm\:tw-pb-9\/12{
    padding-bottom: 75% !important;
  }

  .sm\:tw-pl-9\/12{
    padding-left: 75% !important;
  }

  .sm\:tw-pt-10\/12{
    padding-top: 83.333333% !important;
  }

  .sm\:tw-pr-10\/12{
    padding-right: 83.333333% !important;
  }

  .sm\:tw-pb-10\/12{
    padding-bottom: 83.333333% !important;
  }

  .sm\:tw-pl-10\/12{
    padding-left: 83.333333% !important;
  }

  .sm\:tw-pt-11\/12{
    padding-top: 91.666667% !important;
  }

  .sm\:tw-pr-11\/12{
    padding-right: 91.666667% !important;
  }

  .sm\:tw-pb-11\/12{
    padding-bottom: 91.666667% !important;
  }

  .sm\:tw-pl-11\/12{
    padding-left: 91.666667% !important;
  }

  .sm\:tw-pt-full{
    padding-top: 100% !important;
  }

  .sm\:tw-pr-full{
    padding-right: 100% !important;
  }

  .sm\:tw-pb-full{
    padding-bottom: 100% !important;
  }

  .sm\:tw-pl-full{
    padding-left: 100% !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-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cool-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-modal-grey::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-modal-grey::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-modal-grey:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-modal-grey::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-modal-grey::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-separator-grey::-webkit-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .sm\:tw-placeholder-separator-grey::-moz-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .sm\:tw-placeholder-separator-grey:-ms-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .sm\:tw-placeholder-separator-grey::-ms-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .sm\:tw-placeholder-separator-grey::placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .sm\:tw-placeholder-label-grey::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-label-grey::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-label-grey:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-label-grey::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-label-grey::placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-anvesh-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-anvesh-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-anvesh-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-anvesh-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-anvesh-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-anvesh-grey::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-anvesh-grey::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-anvesh-grey:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-anvesh-grey::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-anvesh-grey::placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-anvesh-blue::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-anvesh-blue::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-anvesh-blue:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-anvesh-blue::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-anvesh-blue::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-jira-blue::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-jira-blue::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-jira-blue:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-jira-blue::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-jira-blue::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, 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-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-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-cool-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-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-cool-gray-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-cool-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-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-cool-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-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-cool-gray-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-cool-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-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-cool-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-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-cool-gray-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-cool-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-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-cool-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-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-cool-gray-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-cool-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cool-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-modal-grey:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-modal-grey:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-modal-grey:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-modal-grey:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-modal-grey:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-separator-grey:focus::-webkit-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .sm\:focus\:tw-placeholder-separator-grey:focus::-moz-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .sm\:focus\:tw-placeholder-separator-grey:focus:-ms-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .sm\:focus\:tw-placeholder-separator-grey:focus::-ms-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .sm\:focus\:tw-placeholder-separator-grey:focus::placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .sm\:focus\:tw-placeholder-label-grey:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-label-grey:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-label-grey:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-label-grey:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-label-grey:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-anvesh-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-anvesh-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-anvesh-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-anvesh-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-anvesh-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-anvesh-grey:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-anvesh-grey:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-anvesh-grey:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-anvesh-grey:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-anvesh-grey:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-anvesh-blue:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-anvesh-blue:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-anvesh-blue:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-anvesh-blue:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-anvesh-blue:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-jira-blue:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-jira-blue:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-jira-blue:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-jira-blue:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-jira-blue:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, 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-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .sm\:tw-inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .sm\:tw-inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .sm\:tw-inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .sm\:tw-inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .sm\:tw-inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .sm\:tw-inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .sm\:tw-inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .sm\:tw-inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .sm\:tw-inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .sm\:tw-inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .sm\:tw-inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .sm\:tw-inset-13{
    top: 3.25rem !important;
    right: 3.25rem !important;
    bottom: 3.25rem !important;
    left: 3.25rem !important;
  }

  .sm\:tw-inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .sm\:tw-inset-15{
    top: 3.75rem !important;
    right: 3.75rem !important;
    bottom: 3.75rem !important;
    left: 3.75rem !important;
  }

  .sm\:tw-inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .sm\:tw-inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .sm\:tw-inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .sm\:tw-inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .sm\:tw-inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .sm\:tw-inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .sm\:tw-inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .sm\:tw-inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .sm\:tw-inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .sm\:tw-inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .sm\:tw-inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .sm\:tw-inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .sm\:tw-inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .sm\:tw-inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .sm\:tw-inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:tw-inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .sm\:tw-inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .sm\:tw-inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .sm\:tw-inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .sm\:tw-inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .sm\:tw-inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:tw-inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:tw-inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:tw-inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .sm\:tw-inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:tw-inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .sm\:tw-inset-1\/5{
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .sm\:tw-inset-2\/5{
    top: 40% !important;
    right: 40% !important;
    bottom: 40% !important;
    left: 40% !important;
  }

  .sm\:tw-inset-3\/5{
    top: 60% !important;
    right: 60% !important;
    bottom: 60% !important;
    left: 60% !important;
  }

  .sm\:tw-inset-4\/5{
    top: 80% !important;
    right: 80% !important;
    bottom: 80% !important;
    left: 80% !important;
  }

  .sm\:tw-inset-1\/6{
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .sm\:tw-inset-2\/6{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:tw-inset-3\/6{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:tw-inset-4\/6{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:tw-inset-5\/6{
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .sm\:tw-inset-1\/12{
    top: 8.333333% !important;
    right: 8.333333% !important;
    bottom: 8.333333% !important;
    left: 8.333333% !important;
  }

  .sm\:tw-inset-2\/12{
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .sm\:tw-inset-3\/12{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .sm\:tw-inset-4\/12{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:tw-inset-5\/12{
    top: 41.666667% !important;
    right: 41.666667% !important;
    bottom: 41.666667% !important;
    left: 41.666667% !important;
  }

  .sm\:tw-inset-6\/12{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:tw-inset-7\/12{
    top: 58.333333% !important;
    right: 58.333333% !important;
    bottom: 58.333333% !important;
    left: 58.333333% !important;
  }

  .sm\:tw-inset-8\/12{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:tw-inset-9\/12{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .sm\:tw-inset-10\/12{
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .sm\:tw-inset-11\/12{
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

  .sm\:tw-inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !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-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .sm\:tw-inset-x-1{
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .sm\:tw-inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .sm\:tw-inset-x-2{
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .sm\:tw-inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .sm\:tw-inset-x-3{
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .sm\:tw-inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .sm\:tw-inset-x-4{
    right: 1rem !important;
    left: 1rem !important;
  }

  .sm\:tw-inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .sm\:tw-inset-x-5{
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .sm\:tw-inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .sm\:tw-inset-x-6{
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .sm\:tw-inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .sm\:tw-inset-x-7{
    right: 1.75rem !important;
    left: 1.75rem !important;
  }

  .sm\:tw-inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .sm\:tw-inset-x-8{
    right: 2rem !important;
    left: 2rem !important;
  }

  .sm\:tw-inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .sm\:tw-inset-x-9{
    right: 2.25rem !important;
    left: 2.25rem !important;
  }

  .sm\:tw-inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .sm\:tw-inset-x-10{
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .sm\:tw-inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .sm\:tw-inset-x-11{
    right: 2.75rem !important;
    left: 2.75rem !important;
  }

  .sm\:tw-inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .sm\:tw-inset-x-12{
    right: 3rem !important;
    left: 3rem !important;
  }

  .sm\:tw-inset-y-13{
    top: 3.25rem !important;
    bottom: 3.25rem !important;
  }

  .sm\:tw-inset-x-13{
    right: 3.25rem !important;
    left: 3.25rem !important;
  }

  .sm\:tw-inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .sm\:tw-inset-x-14{
    right: 3.5rem !important;
    left: 3.5rem !important;
  }

  .sm\:tw-inset-y-15{
    top: 3.75rem !important;
    bottom: 3.75rem !important;
  }

  .sm\:tw-inset-x-15{
    right: 3.75rem !important;
    left: 3.75rem !important;
  }

  .sm\:tw-inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .sm\:tw-inset-x-16{
    right: 4rem !important;
    left: 4rem !important;
  }

  .sm\:tw-inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .sm\:tw-inset-x-20{
    right: 5rem !important;
    left: 5rem !important;
  }

  .sm\:tw-inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .sm\:tw-inset-x-24{
    right: 6rem !important;
    left: 6rem !important;
  }

  .sm\:tw-inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .sm\:tw-inset-x-28{
    right: 7rem !important;
    left: 7rem !important;
  }

  .sm\:tw-inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .sm\:tw-inset-x-32{
    right: 8rem !important;
    left: 8rem !important;
  }

  .sm\:tw-inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .sm\:tw-inset-x-36{
    right: 9rem !important;
    left: 9rem !important;
  }

  .sm\:tw-inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .sm\:tw-inset-x-40{
    right: 10rem !important;
    left: 10rem !important;
  }

  .sm\:tw-inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .sm\:tw-inset-x-48{
    right: 12rem !important;
    left: 12rem !important;
  }

  .sm\:tw-inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .sm\:tw-inset-x-56{
    right: 14rem !important;
    left: 14rem !important;
  }

  .sm\:tw-inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .sm\:tw-inset-x-60{
    right: 15rem !important;
    left: 15rem !important;
  }

  .sm\:tw-inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .sm\:tw-inset-x-64{
    right: 16rem !important;
    left: 16rem !important;
  }

  .sm\:tw-inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .sm\:tw-inset-x-72{
    right: 18rem !important;
    left: 18rem !important;
  }

  .sm\:tw-inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .sm\:tw-inset-x-80{
    right: 20rem !important;
    left: 20rem !important;
  }

  .sm\:tw-inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .sm\:tw-inset-x-96{
    right: 24rem !important;
    left: 24rem !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-inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .sm\:tw-inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .sm\:tw-inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .sm\:tw-inset-x-0\.5{
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .sm\:tw-inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .sm\:tw-inset-x-1\.5{
    right: 0.375rem !important;
    left: 0.375rem !important;
  }

  .sm\:tw-inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .sm\:tw-inset-x-2\.5{
    right: 0.625rem !important;
    left: 0.625rem !important;
  }

  .sm\:tw-inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .sm\:tw-inset-x-3\.5{
    right: 0.875rem !important;
    left: 0.875rem !important;
  }

  .sm\:tw-inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:tw-inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .sm\:tw-inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .sm\:tw-inset-x-1\/3{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:tw-inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .sm\:tw-inset-x-2\/3{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:tw-inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .sm\:tw-inset-x-1\/4{
    right: 25% !important;
    left: 25% !important;
  }

  .sm\:tw-inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:tw-inset-x-2\/4{
    right: 50% !important;
    left: 50% !important;
  }

  .sm\:tw-inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .sm\:tw-inset-x-3\/4{
    right: 75% !important;
    left: 75% !important;
  }

  .sm\:tw-inset-y-1\/5{
    top: 20% !important;
    bottom: 20% !important;
  }

  .sm\:tw-inset-x-1\/5{
    right: 20% !important;
    left: 20% !important;
  }

  .sm\:tw-inset-y-2\/5{
    top: 40% !important;
    bottom: 40% !important;
  }

  .sm\:tw-inset-x-2\/5{
    right: 40% !important;
    left: 40% !important;
  }

  .sm\:tw-inset-y-3\/5{
    top: 60% !important;
    bottom: 60% !important;
  }

  .sm\:tw-inset-x-3\/5{
    right: 60% !important;
    left: 60% !important;
  }

  .sm\:tw-inset-y-4\/5{
    top: 80% !important;
    bottom: 80% !important;
  }

  .sm\:tw-inset-x-4\/5{
    right: 80% !important;
    left: 80% !important;
  }

  .sm\:tw-inset-y-1\/6{
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .sm\:tw-inset-x-1\/6{
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .sm\:tw-inset-y-2\/6{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .sm\:tw-inset-x-2\/6{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:tw-inset-y-3\/6{
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:tw-inset-x-3\/6{
    right: 50% !important;
    left: 50% !important;
  }

  .sm\:tw-inset-y-4\/6{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .sm\:tw-inset-x-4\/6{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:tw-inset-y-5\/6{
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .sm\:tw-inset-x-5\/6{
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .sm\:tw-inset-y-1\/12{
    top: 8.333333% !important;
    bottom: 8.333333% !important;
  }

  .sm\:tw-inset-x-1\/12{
    right: 8.333333% !important;
    left: 8.333333% !important;
  }

  .sm\:tw-inset-y-2\/12{
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .sm\:tw-inset-x-2\/12{
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .sm\:tw-inset-y-3\/12{
    top: 25% !important;
    bottom: 25% !important;
  }

  .sm\:tw-inset-x-3\/12{
    right: 25% !important;
    left: 25% !important;
  }

  .sm\:tw-inset-y-4\/12{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .sm\:tw-inset-x-4\/12{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:tw-inset-y-5\/12{
    top: 41.666667% !important;
    bottom: 41.666667% !important;
  }

  .sm\:tw-inset-x-5\/12{
    right: 41.666667% !important;
    left: 41.666667% !important;
  }

  .sm\:tw-inset-y-6\/12{
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:tw-inset-x-6\/12{
    right: 50% !important;
    left: 50% !important;
  }

  .sm\:tw-inset-y-7\/12{
    top: 58.333333% !important;
    bottom: 58.333333% !important;
  }

  .sm\:tw-inset-x-7\/12{
    right: 58.333333% !important;
    left: 58.333333% !important;
  }

  .sm\:tw-inset-y-8\/12{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .sm\:tw-inset-x-8\/12{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:tw-inset-y-9\/12{
    top: 75% !important;
    bottom: 75% !important;
  }

  .sm\:tw-inset-x-9\/12{
    right: 75% !important;
    left: 75% !important;
  }

  .sm\:tw-inset-y-10\/12{
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .sm\:tw-inset-x-10\/12{
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .sm\:tw-inset-y-11\/12{
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .sm\:tw-inset-x-11\/12{
    right: 91.666667% !important;
    left: 91.666667% !important;
  }

  .sm\:tw-inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .sm\:tw-inset-x-full{
    right: 100% !important;
    left: 100% !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-1{
    top: 0.25rem !important;
  }

  .sm\:tw-right-1{
    right: 0.25rem !important;
  }

  .sm\:tw-bottom-1{
    bottom: 0.25rem !important;
  }

  .sm\:tw-left-1{
    left: 0.25rem !important;
  }

  .sm\:tw-top-2{
    top: 0.5rem !important;
  }

  .sm\:tw-right-2{
    right: 0.5rem !important;
  }

  .sm\:tw-bottom-2{
    bottom: 0.5rem !important;
  }

  .sm\:tw-left-2{
    left: 0.5rem !important;
  }

  .sm\:tw-top-3{
    top: 0.75rem !important;
  }

  .sm\:tw-right-3{
    right: 0.75rem !important;
  }

  .sm\:tw-bottom-3{
    bottom: 0.75rem !important;
  }

  .sm\:tw-left-3{
    left: 0.75rem !important;
  }

  .sm\:tw-top-4{
    top: 1rem !important;
  }

  .sm\:tw-right-4{
    right: 1rem !important;
  }

  .sm\:tw-bottom-4{
    bottom: 1rem !important;
  }

  .sm\:tw-left-4{
    left: 1rem !important;
  }

  .sm\:tw-top-5{
    top: 1.25rem !important;
  }

  .sm\:tw-right-5{
    right: 1.25rem !important;
  }

  .sm\:tw-bottom-5{
    bottom: 1.25rem !important;
  }

  .sm\:tw-left-5{
    left: 1.25rem !important;
  }

  .sm\:tw-top-6{
    top: 1.5rem !important;
  }

  .sm\:tw-right-6{
    right: 1.5rem !important;
  }

  .sm\:tw-bottom-6{
    bottom: 1.5rem !important;
  }

  .sm\:tw-left-6{
    left: 1.5rem !important;
  }

  .sm\:tw-top-7{
    top: 1.75rem !important;
  }

  .sm\:tw-right-7{
    right: 1.75rem !important;
  }

  .sm\:tw-bottom-7{
    bottom: 1.75rem !important;
  }

  .sm\:tw-left-7{
    left: 1.75rem !important;
  }

  .sm\:tw-top-8{
    top: 2rem !important;
  }

  .sm\:tw-right-8{
    right: 2rem !important;
  }

  .sm\:tw-bottom-8{
    bottom: 2rem !important;
  }

  .sm\:tw-left-8{
    left: 2rem !important;
  }

  .sm\:tw-top-9{
    top: 2.25rem !important;
  }

  .sm\:tw-right-9{
    right: 2.25rem !important;
  }

  .sm\:tw-bottom-9{
    bottom: 2.25rem !important;
  }

  .sm\:tw-left-9{
    left: 2.25rem !important;
  }

  .sm\:tw-top-10{
    top: 2.5rem !important;
  }

  .sm\:tw-right-10{
    right: 2.5rem !important;
  }

  .sm\:tw-bottom-10{
    bottom: 2.5rem !important;
  }

  .sm\:tw-left-10{
    left: 2.5rem !important;
  }

  .sm\:tw-top-11{
    top: 2.75rem !important;
  }

  .sm\:tw-right-11{
    right: 2.75rem !important;
  }

  .sm\:tw-bottom-11{
    bottom: 2.75rem !important;
  }

  .sm\:tw-left-11{
    left: 2.75rem !important;
  }

  .sm\:tw-top-12{
    top: 3rem !important;
  }

  .sm\:tw-right-12{
    right: 3rem !important;
  }

  .sm\:tw-bottom-12{
    bottom: 3rem !important;
  }

  .sm\:tw-left-12{
    left: 3rem !important;
  }

  .sm\:tw-top-13{
    top: 3.25rem !important;
  }

  .sm\:tw-right-13{
    right: 3.25rem !important;
  }

  .sm\:tw-bottom-13{
    bottom: 3.25rem !important;
  }

  .sm\:tw-left-13{
    left: 3.25rem !important;
  }

  .sm\:tw-top-14{
    top: 3.5rem !important;
  }

  .sm\:tw-right-14{
    right: 3.5rem !important;
  }

  .sm\:tw-bottom-14{
    bottom: 3.5rem !important;
  }

  .sm\:tw-left-14{
    left: 3.5rem !important;
  }

  .sm\:tw-top-15{
    top: 3.75rem !important;
  }

  .sm\:tw-right-15{
    right: 3.75rem !important;
  }

  .sm\:tw-bottom-15{
    bottom: 3.75rem !important;
  }

  .sm\:tw-left-15{
    left: 3.75rem !important;
  }

  .sm\:tw-top-16{
    top: 4rem !important;
  }

  .sm\:tw-right-16{
    right: 4rem !important;
  }

  .sm\:tw-bottom-16{
    bottom: 4rem !important;
  }

  .sm\:tw-left-16{
    left: 4rem !important;
  }

  .sm\:tw-top-20{
    top: 5rem !important;
  }

  .sm\:tw-right-20{
    right: 5rem !important;
  }

  .sm\:tw-bottom-20{
    bottom: 5rem !important;
  }

  .sm\:tw-left-20{
    left: 5rem !important;
  }

  .sm\:tw-top-24{
    top: 6rem !important;
  }

  .sm\:tw-right-24{
    right: 6rem !important;
  }

  .sm\:tw-bottom-24{
    bottom: 6rem !important;
  }

  .sm\:tw-left-24{
    left: 6rem !important;
  }

  .sm\:tw-top-28{
    top: 7rem !important;
  }

  .sm\:tw-right-28{
    right: 7rem !important;
  }

  .sm\:tw-bottom-28{
    bottom: 7rem !important;
  }

  .sm\:tw-left-28{
    left: 7rem !important;
  }

  .sm\:tw-top-32{
    top: 8rem !important;
  }

  .sm\:tw-right-32{
    right: 8rem !important;
  }

  .sm\:tw-bottom-32{
    bottom: 8rem !important;
  }

  .sm\:tw-left-32{
    left: 8rem !important;
  }

  .sm\:tw-top-36{
    top: 9rem !important;
  }

  .sm\:tw-right-36{
    right: 9rem !important;
  }

  .sm\:tw-bottom-36{
    bottom: 9rem !important;
  }

  .sm\:tw-left-36{
    left: 9rem !important;
  }

  .sm\:tw-top-40{
    top: 10rem !important;
  }

  .sm\:tw-right-40{
    right: 10rem !important;
  }

  .sm\:tw-bottom-40{
    bottom: 10rem !important;
  }

  .sm\:tw-left-40{
    left: 10rem !important;
  }

  .sm\:tw-top-48{
    top: 12rem !important;
  }

  .sm\:tw-right-48{
    right: 12rem !important;
  }

  .sm\:tw-bottom-48{
    bottom: 12rem !important;
  }

  .sm\:tw-left-48{
    left: 12rem !important;
  }

  .sm\:tw-top-56{
    top: 14rem !important;
  }

  .sm\:tw-right-56{
    right: 14rem !important;
  }

  .sm\:tw-bottom-56{
    bottom: 14rem !important;
  }

  .sm\:tw-left-56{
    left: 14rem !important;
  }

  .sm\:tw-top-60{
    top: 15rem !important;
  }

  .sm\:tw-right-60{
    right: 15rem !important;
  }

  .sm\:tw-bottom-60{
    bottom: 15rem !important;
  }

  .sm\:tw-left-60{
    left: 15rem !important;
  }

  .sm\:tw-top-64{
    top: 16rem !important;
  }

  .sm\:tw-right-64{
    right: 16rem !important;
  }

  .sm\:tw-bottom-64{
    bottom: 16rem !important;
  }

  .sm\:tw-left-64{
    left: 16rem !important;
  }

  .sm\:tw-top-72{
    top: 18rem !important;
  }

  .sm\:tw-right-72{
    right: 18rem !important;
  }

  .sm\:tw-bottom-72{
    bottom: 18rem !important;
  }

  .sm\:tw-left-72{
    left: 18rem !important;
  }

  .sm\:tw-top-80{
    top: 20rem !important;
  }

  .sm\:tw-right-80{
    right: 20rem !important;
  }

  .sm\:tw-bottom-80{
    bottom: 20rem !important;
  }

  .sm\:tw-left-80{
    left: 20rem !important;
  }

  .sm\:tw-top-96{
    top: 24rem !important;
  }

  .sm\:tw-right-96{
    right: 24rem !important;
  }

  .sm\:tw-bottom-96{
    bottom: 24rem !important;
  }

  .sm\:tw-left-96{
    left: 24rem !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-top-px{
    top: 1px !important;
  }

  .sm\:tw-right-px{
    right: 1px !important;
  }

  .sm\:tw-bottom-px{
    bottom: 1px !important;
  }

  .sm\:tw-left-px{
    left: 1px !important;
  }

  .sm\:tw-top-0\.5{
    top: 0.125rem !important;
  }

  .sm\:tw-right-0\.5{
    right: 0.125rem !important;
  }

  .sm\:tw-bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .sm\:tw-left-0\.5{
    left: 0.125rem !important;
  }

  .sm\:tw-top-1\.5{
    top: 0.375rem !important;
  }

  .sm\:tw-right-1\.5{
    right: 0.375rem !important;
  }

  .sm\:tw-bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .sm\:tw-left-1\.5{
    left: 0.375rem !important;
  }

  .sm\:tw-top-2\.5{
    top: 0.625rem !important;
  }

  .sm\:tw-right-2\.5{
    right: 0.625rem !important;
  }

  .sm\:tw-bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .sm\:tw-left-2\.5{
    left: 0.625rem !important;
  }

  .sm\:tw-top-3\.5{
    top: 0.875rem !important;
  }

  .sm\:tw-right-3\.5{
    right: 0.875rem !important;
  }

  .sm\:tw-bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .sm\:tw-left-3\.5{
    left: 0.875rem !important;
  }

  .sm\:tw-top-1\/2{
    top: 50% !important;
  }

  .sm\:tw-right-1\/2{
    right: 50% !important;
  }

  .sm\:tw-bottom-1\/2{
    bottom: 50% !important;
  }

  .sm\:tw-left-1\/2{
    left: 50% !important;
  }

  .sm\:tw-top-1\/3{
    top: 33.333333% !important;
  }

  .sm\:tw-right-1\/3{
    right: 33.333333% !important;
  }

  .sm\:tw-bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .sm\:tw-left-1\/3{
    left: 33.333333% !important;
  }

  .sm\:tw-top-2\/3{
    top: 66.666667% !important;
  }

  .sm\:tw-right-2\/3{
    right: 66.666667% !important;
  }

  .sm\:tw-bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .sm\:tw-left-2\/3{
    left: 66.666667% !important;
  }

  .sm\:tw-top-1\/4{
    top: 25% !important;
  }

  .sm\:tw-right-1\/4{
    right: 25% !important;
  }

  .sm\:tw-bottom-1\/4{
    bottom: 25% !important;
  }

  .sm\:tw-left-1\/4{
    left: 25% !important;
  }

  .sm\:tw-top-2\/4{
    top: 50% !important;
  }

  .sm\:tw-right-2\/4{
    right: 50% !important;
  }

  .sm\:tw-bottom-2\/4{
    bottom: 50% !important;
  }

  .sm\:tw-left-2\/4{
    left: 50% !important;
  }

  .sm\:tw-top-3\/4{
    top: 75% !important;
  }

  .sm\:tw-right-3\/4{
    right: 75% !important;
  }

  .sm\:tw-bottom-3\/4{
    bottom: 75% !important;
  }

  .sm\:tw-left-3\/4{
    left: 75% !important;
  }

  .sm\:tw-top-1\/5{
    top: 20% !important;
  }

  .sm\:tw-right-1\/5{
    right: 20% !important;
  }

  .sm\:tw-bottom-1\/5{
    bottom: 20% !important;
  }

  .sm\:tw-left-1\/5{
    left: 20% !important;
  }

  .sm\:tw-top-2\/5{
    top: 40% !important;
  }

  .sm\:tw-right-2\/5{
    right: 40% !important;
  }

  .sm\:tw-bottom-2\/5{
    bottom: 40% !important;
  }

  .sm\:tw-left-2\/5{
    left: 40% !important;
  }

  .sm\:tw-top-3\/5{
    top: 60% !important;
  }

  .sm\:tw-right-3\/5{
    right: 60% !important;
  }

  .sm\:tw-bottom-3\/5{
    bottom: 60% !important;
  }

  .sm\:tw-left-3\/5{
    left: 60% !important;
  }

  .sm\:tw-top-4\/5{
    top: 80% !important;
  }

  .sm\:tw-right-4\/5{
    right: 80% !important;
  }

  .sm\:tw-bottom-4\/5{
    bottom: 80% !important;
  }

  .sm\:tw-left-4\/5{
    left: 80% !important;
  }

  .sm\:tw-top-1\/6{
    top: 16.666667% !important;
  }

  .sm\:tw-right-1\/6{
    right: 16.666667% !important;
  }

  .sm\:tw-bottom-1\/6{
    bottom: 16.666667% !important;
  }

  .sm\:tw-left-1\/6{
    left: 16.666667% !important;
  }

  .sm\:tw-top-2\/6{
    top: 33.333333% !important;
  }

  .sm\:tw-right-2\/6{
    right: 33.333333% !important;
  }

  .sm\:tw-bottom-2\/6{
    bottom: 33.333333% !important;
  }

  .sm\:tw-left-2\/6{
    left: 33.333333% !important;
  }

  .sm\:tw-top-3\/6{
    top: 50% !important;
  }

  .sm\:tw-right-3\/6{
    right: 50% !important;
  }

  .sm\:tw-bottom-3\/6{
    bottom: 50% !important;
  }

  .sm\:tw-left-3\/6{
    left: 50% !important;
  }

  .sm\:tw-top-4\/6{
    top: 66.666667% !important;
  }

  .sm\:tw-right-4\/6{
    right: 66.666667% !important;
  }

  .sm\:tw-bottom-4\/6{
    bottom: 66.666667% !important;
  }

  .sm\:tw-left-4\/6{
    left: 66.666667% !important;
  }

  .sm\:tw-top-5\/6{
    top: 83.333333% !important;
  }

  .sm\:tw-right-5\/6{
    right: 83.333333% !important;
  }

  .sm\:tw-bottom-5\/6{
    bottom: 83.333333% !important;
  }

  .sm\:tw-left-5\/6{
    left: 83.333333% !important;
  }

  .sm\:tw-top-1\/12{
    top: 8.333333% !important;
  }

  .sm\:tw-right-1\/12{
    right: 8.333333% !important;
  }

  .sm\:tw-bottom-1\/12{
    bottom: 8.333333% !important;
  }

  .sm\:tw-left-1\/12{
    left: 8.333333% !important;
  }

  .sm\:tw-top-2\/12{
    top: 16.666667% !important;
  }

  .sm\:tw-right-2\/12{
    right: 16.666667% !important;
  }

  .sm\:tw-bottom-2\/12{
    bottom: 16.666667% !important;
  }

  .sm\:tw-left-2\/12{
    left: 16.666667% !important;
  }

  .sm\:tw-top-3\/12{
    top: 25% !important;
  }

  .sm\:tw-right-3\/12{
    right: 25% !important;
  }

  .sm\:tw-bottom-3\/12{
    bottom: 25% !important;
  }

  .sm\:tw-left-3\/12{
    left: 25% !important;
  }

  .sm\:tw-top-4\/12{
    top: 33.333333% !important;
  }

  .sm\:tw-right-4\/12{
    right: 33.333333% !important;
  }

  .sm\:tw-bottom-4\/12{
    bottom: 33.333333% !important;
  }

  .sm\:tw-left-4\/12{
    left: 33.333333% !important;
  }

  .sm\:tw-top-5\/12{
    top: 41.666667% !important;
  }

  .sm\:tw-right-5\/12{
    right: 41.666667% !important;
  }

  .sm\:tw-bottom-5\/12{
    bottom: 41.666667% !important;
  }

  .sm\:tw-left-5\/12{
    left: 41.666667% !important;
  }

  .sm\:tw-top-6\/12{
    top: 50% !important;
  }

  .sm\:tw-right-6\/12{
    right: 50% !important;
  }

  .sm\:tw-bottom-6\/12{
    bottom: 50% !important;
  }

  .sm\:tw-left-6\/12{
    left: 50% !important;
  }

  .sm\:tw-top-7\/12{
    top: 58.333333% !important;
  }

  .sm\:tw-right-7\/12{
    right: 58.333333% !important;
  }

  .sm\:tw-bottom-7\/12{
    bottom: 58.333333% !important;
  }

  .sm\:tw-left-7\/12{
    left: 58.333333% !important;
  }

  .sm\:tw-top-8\/12{
    top: 66.666667% !important;
  }

  .sm\:tw-right-8\/12{
    right: 66.666667% !important;
  }

  .sm\:tw-bottom-8\/12{
    bottom: 66.666667% !important;
  }

  .sm\:tw-left-8\/12{
    left: 66.666667% !important;
  }

  .sm\:tw-top-9\/12{
    top: 75% !important;
  }

  .sm\:tw-right-9\/12{
    right: 75% !important;
  }

  .sm\:tw-bottom-9\/12{
    bottom: 75% !important;
  }

  .sm\:tw-left-9\/12{
    left: 75% !important;
  }

  .sm\:tw-top-10\/12{
    top: 83.333333% !important;
  }

  .sm\:tw-right-10\/12{
    right: 83.333333% !important;
  }

  .sm\:tw-bottom-10\/12{
    bottom: 83.333333% !important;
  }

  .sm\:tw-left-10\/12{
    left: 83.333333% !important;
  }

  .sm\:tw-top-11\/12{
    top: 91.666667% !important;
  }

  .sm\:tw-right-11\/12{
    right: 91.666667% !important;
  }

  .sm\:tw-bottom-11\/12{
    bottom: 91.666667% !important;
  }

  .sm\:tw-left-11\/12{
    left: 91.666667% !important;
  }

  .sm\:tw-top-full{
    top: 100% !important;
  }

  .sm\:tw-right-full{
    right: 100% !important;
  }

  .sm\:tw-bottom-full{
    bottom: 100% !important;
  }

  .sm\:tw-left-full{
    left: 100% !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(118, 169, 250, 0.45) !important;
  }

  .sm\:tw-shadow-none{
    box-shadow: none !important;
  }

  .sm\:tw-shadow-solid{
    box-shadow: 0 0 0 2px currentColor !important;
  }

  .sm\:tw-shadow-outline-gray{
    box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
  }

  .sm\:tw-shadow-outline-blue{
    box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
  }

  .sm\:tw-shadow-outline-teal{
    box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
  }

  .sm\:tw-shadow-outline-green{
    box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
  }

  .sm\:tw-shadow-outline-yellow{
    box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
  }

  .sm\:tw-shadow-outline-orange{
    box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
  }

  .sm\:tw-shadow-outline-red{
    box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
  }

  .sm\:tw-shadow-outline-pink{
    box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
  }

  .sm\:tw-shadow-outline-purple{
    box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
  }

  .sm\:tw-shadow-outline-indigo{
    box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !important;
  }

  .tw-group:focus .sm\:group-focus\:tw-shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .tw-group:focus .sm\:group-focus\:tw-shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .tw-group:focus .sm\:group-focus\: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-group:focus .sm\:group-focus\: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-group:focus .sm\:group-focus\: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-group:focus .sm\:group-focus\: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-group:focus .sm\:group-focus\:tw-shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .tw-group:focus .sm\:group-focus\:tw-shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .tw-group:focus .sm\:group-focus\:tw-shadow-outline{
    box-shadow: 0 0 0 3px rgba(118, 169, 250, 0.45) !important;
  }

  .tw-group:focus .sm\:group-focus\:tw-shadow-none{
    box-shadow: none !important;
  }

  .tw-group:focus .sm\:group-focus\:tw-shadow-solid{
    box-shadow: 0 0 0 2px currentColor !important;
  }

  .tw-group:focus .sm\:group-focus\:tw-shadow-outline-gray{
    box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
  }

  .tw-group:focus .sm\:group-focus\:tw-shadow-outline-blue{
    box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
  }

  .tw-group:focus .sm\:group-focus\:tw-shadow-outline-teal{
    box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
  }

  .tw-group:focus .sm\:group-focus\:tw-shadow-outline-green{
    box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
  }

  .tw-group:focus .sm\:group-focus\:tw-shadow-outline-yellow{
    box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
  }

  .tw-group:focus .sm\:group-focus\:tw-shadow-outline-orange{
    box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
  }

  .tw-group:focus .sm\:group-focus\:tw-shadow-outline-red{
    box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
  }

  .tw-group:focus .sm\:group-focus\:tw-shadow-outline-pink{
    box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
  }

  .tw-group:focus .sm\:group-focus\:tw-shadow-outline-purple{
    box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
  }

  .tw-group:focus .sm\:group-focus\:tw-shadow-outline-indigo{
    box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !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(118, 169, 250, 0.45) !important;
  }

  .sm\:hover\:tw-shadow-none:hover{
    box-shadow: none !important;
  }

  .sm\:hover\:tw-shadow-solid:hover{
    box-shadow: 0 0 0 2px currentColor !important;
  }

  .sm\:hover\:tw-shadow-outline-gray:hover{
    box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
  }

  .sm\:hover\:tw-shadow-outline-blue:hover{
    box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
  }

  .sm\:hover\:tw-shadow-outline-teal:hover{
    box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
  }

  .sm\:hover\:tw-shadow-outline-green:hover{
    box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
  }

  .sm\:hover\:tw-shadow-outline-yellow:hover{
    box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
  }

  .sm\:hover\:tw-shadow-outline-orange:hover{
    box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
  }

  .sm\:hover\:tw-shadow-outline-red:hover{
    box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
  }

  .sm\:hover\:tw-shadow-outline-pink:hover{
    box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
  }

  .sm\:hover\:tw-shadow-outline-purple:hover{
    box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
  }

  .sm\:hover\:tw-shadow-outline-indigo:hover{
    box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !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(118, 169, 250, 0.45) !important;
  }

  .sm\:focus\:tw-shadow-none:focus{
    box-shadow: none !important;
  }

  .sm\:focus\:tw-shadow-solid:focus{
    box-shadow: 0 0 0 2px currentColor !important;
  }

  .sm\:focus\:tw-shadow-outline-gray:focus{
    box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
  }

  .sm\:focus\:tw-shadow-outline-blue:focus{
    box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
  }

  .sm\:focus\:tw-shadow-outline-teal:focus{
    box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
  }

  .sm\:focus\:tw-shadow-outline-green:focus{
    box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
  }

  .sm\:focus\:tw-shadow-outline-yellow:focus{
    box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
  }

  .sm\:focus\:tw-shadow-outline-orange:focus{
    box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
  }

  .sm\:focus\:tw-shadow-outline-red:focus{
    box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
  }

  .sm\:focus\:tw-shadow-outline-pink:focus{
    box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
  }

  .sm\:focus\:tw-shadow-outline-purple:focus{
    box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
  }

  .sm\:focus\:tw-shadow-outline-indigo:focus{
    box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !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-white{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-black{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--text-opacity)) !important;
  }

  .sm\:tw-text-gray-400{
    --text-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--text-opacity)) !important;
  }

  .sm\:tw-text-gray-900{
    --text-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cool-gray-50{
    --text-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cool-gray-100{
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cool-gray-200{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cool-gray-300{
    --text-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cool-gray-400{
    --text-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cool-gray-500{
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cool-gray-600{
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cool-gray-700{
    --text-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cool-gray-800{
    --text-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cool-gray-900{
    --text-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-50{
    --text-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-100{
    --text-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-200{
    --text-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-300{
    --text-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-400{
    --text-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-500{
    --text-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-600{
    --text-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-700{
    --text-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-800{
    --text-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-900{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-50{
    --text-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-100{
    --text-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-200{
    --text-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-300{
    --text-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-400{
    --text-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-500{
    --text-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-600{
    --text-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-700{
    --text-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-800{
    --text-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-900{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-50{
    --text-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-100{
    --text-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-200{
    --text-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-300{
    --text-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-400{
    --text-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-500{
    --text-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-600{
    --text-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-700{
    --text-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-800{
    --text-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-900{
    --text-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-50{
    --text-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-100{
    --text-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-200{
    --text-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-300{
    --text-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-400{
    --text-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-500{
    --text-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-600{
    --text-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-700{
    --text-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-800{
    --text-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-900{
    --text-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-50{
    --text-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-100{
    --text-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-200{
    --text-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-300{
    --text-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-400{
    --text-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-500{
    --text-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-600{
    --text-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-700{
    --text-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-800{
    --text-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-900{
    --text-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-50{
    --text-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-100{
    --text-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-200{
    --text-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-300{
    --text-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-400{
    --text-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-500{
    --text-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-600{
    --text-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-700{
    --text-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-800{
    --text-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-900{
    --text-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-50{
    --text-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-100{
    --text-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-200{
    --text-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-300{
    --text-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-400{
    --text-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-500{
    --text-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-600{
    --text-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-700{
    --text-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-800{
    --text-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-900{
    --text-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-50{
    --text-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-100{
    --text-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-200{
    --text-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-300{
    --text-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-400{
    --text-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-500{
    --text-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-600{
    --text-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-700{
    --text-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-800{
    --text-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-900{
    --text-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-200{
    --text-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-300{
    --text-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-400{
    --text-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-500{
    --text-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-600{
    --text-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-700{
    --text-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-800{
    --text-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-900{
    --text-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--text-opacity)) !important;
  }

  .sm\:tw-text-modal-grey{
    --text-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--text-opacity)) !important;
  }

  .sm\:tw-text-separator-grey{
    color: hsla(210,7%,83%,1) !important;
  }

  .sm\:tw-text-label-grey{
    --text-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--text-opacity)) !important;
  }

  .sm\:tw-text-anvesh-black{
    --text-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--text-opacity)) !important;
  }

  .sm\:tw-text-anvesh-grey{
    --text-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--text-opacity)) !important;
  }

  .sm\:tw-text-anvesh-blue{
    --text-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--text-opacity)) !important;
  }

  .sm\:tw-text-jira-blue{
    --text-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--text-opacity)) !important;
  }

  .sm\:tw-text-amber{
    --text-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-transparent:hover{
    color: transparent !important;
  }

  .sm\:hover\:tw-text-white:hover{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-black:hover{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cool-gray-50:hover{
    --text-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cool-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cool-gray-200:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cool-gray-300:hover{
    --text-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cool-gray-400:hover{
    --text-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cool-gray-500:hover{
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cool-gray-600:hover{
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cool-gray-700:hover{
    --text-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cool-gray-800:hover{
    --text-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cool-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-50:hover{
    --text-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-100:hover{
    --text-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-200:hover{
    --text-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-300:hover{
    --text-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-400:hover{
    --text-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-500:hover{
    --text-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-600:hover{
    --text-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-700:hover{
    --text-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-800:hover{
    --text-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-900:hover{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-50:hover{
    --text-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-50:hover{
    --text-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-50:hover{
    --text-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-100:hover{
    --text-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-200:hover{
    --text-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-300:hover{
    --text-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-400:hover{
    --text-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-500:hover{
    --text-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-600:hover{
    --text-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-700:hover{
    --text-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-800:hover{
    --text-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-900:hover{
    --text-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-50:hover{
    --text-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-50:hover{
    --text-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-50:hover{
    --text-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-50:hover{
    --text-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-modal-grey:hover{
    --text-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-separator-grey:hover{
    color: hsla(210,7%,83%,1) !important;
  }

  .sm\:hover\:tw-text-label-grey:hover{
    --text-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-anvesh-black:hover{
    --text-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-anvesh-grey:hover{
    --text-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-anvesh-blue:hover{
    --text-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-jira-blue:hover{
    --text-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber:hover{
    --text-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-transparent:focus{
    color: transparent !important;
  }

  .sm\:focus\:tw-text-white:focus{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-black:focus{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cool-gray-50:focus{
    --text-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cool-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cool-gray-200:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cool-gray-300:focus{
    --text-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cool-gray-400:focus{
    --text-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cool-gray-500:focus{
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cool-gray-600:focus{
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cool-gray-700:focus{
    --text-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cool-gray-800:focus{
    --text-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cool-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-50:focus{
    --text-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-100:focus{
    --text-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-200:focus{
    --text-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-300:focus{
    --text-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-400:focus{
    --text-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-500:focus{
    --text-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-600:focus{
    --text-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-700:focus{
    --text-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-800:focus{
    --text-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-900:focus{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-50:focus{
    --text-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-50:focus{
    --text-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-50:focus{
    --text-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-100:focus{
    --text-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-200:focus{
    --text-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-300:focus{
    --text-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-400:focus{
    --text-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-500:focus{
    --text-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-600:focus{
    --text-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-700:focus{
    --text-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-800:focus{
    --text-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-900:focus{
    --text-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-50:focus{
    --text-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-50:focus{
    --text-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-50:focus{
    --text-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-50:focus{
    --text-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-modal-grey:focus{
    --text-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-separator-grey:focus{
    color: hsla(210,7%,83%,1) !important;
  }

  .sm\:focus\:tw-text-label-grey:focus{
    --text-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-anvesh-black:focus{
    --text-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-anvesh-grey:focus{
    --text-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-anvesh-blue:focus{
    --text-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-jira-blue:focus{
    --text-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber:focus{
    --text-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, 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\: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-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{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:tw-break-words{
    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-7{
    width: 1.75rem !important;
  }

  .sm\:tw-w-8{
    width: 2rem !important;
  }

  .sm\:tw-w-9{
    width: 2.25rem !important;
  }

  .sm\:tw-w-10{
    width: 2.5rem !important;
  }

  .sm\:tw-w-11{
    width: 2.75rem !important;
  }

  .sm\:tw-w-12{
    width: 3rem !important;
  }

  .sm\:tw-w-13{
    width: 3.25rem !important;
  }

  .sm\:tw-w-14{
    width: 3.5rem !important;
  }

  .sm\:tw-w-15{
    width: 3.75rem !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-28{
    width: 7rem !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-60{
    width: 15rem !important;
  }

  .sm\:tw-w-64{
    width: 16rem !important;
  }

  .sm\:tw-w-72{
    width: 18rem !important;
  }

  .sm\:tw-w-80{
    width: 20rem !important;
  }

  .sm\:tw-w-96{
    width: 24rem !important;
  }

  .sm\:tw-w-auto{
    width: auto !important;
  }

  .sm\:tw-w-px{
    width: 1px !important;
  }

  .sm\:tw-w-0\.5{
    width: 0.125rem !important;
  }

  .sm\:tw-w-1\.5{
    width: 0.375rem !important;
  }

  .sm\:tw-w-2\.5{
    width: 0.625rem !important;
  }

  .sm\:tw-w-3\.5{
    width: 0.875rem !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-min-content{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .sm\:tw-w-max-content{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !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-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-7{
    grid-gap: 1.75rem !important;
    gap: 1.75rem !important;
  }

  .sm\:tw-gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .sm\:tw-gap-9{
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .sm\:tw-gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .sm\:tw-gap-11{
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important;
  }

  .sm\:tw-gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .sm\:tw-gap-13{
    grid-gap: 3.25rem !important;
    gap: 3.25rem !important;
  }

  .sm\:tw-gap-14{
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .sm\:tw-gap-15{
    grid-gap: 3.75rem !important;
    gap: 3.75rem !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-28{
    grid-gap: 7rem !important;
    gap: 7rem !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-60{
    grid-gap: 15rem !important;
    gap: 15rem !important;
  }

  .sm\:tw-gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .sm\:tw-gap-72{
    grid-gap: 18rem !important;
    gap: 18rem !important;
  }

  .sm\:tw-gap-80{
    grid-gap: 20rem !important;
    gap: 20rem !important;
  }

  .sm\:tw-gap-96{
    grid-gap: 24rem !important;
    gap: 24rem !important;
  }

  .sm\:tw-gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .sm\:tw-gap-0\.5{
    grid-gap: 0.125rem !important;
    gap: 0.125rem !important;
  }

  .sm\:tw-gap-1\.5{
    grid-gap: 0.375rem !important;
    gap: 0.375rem !important;
  }

  .sm\:tw-gap-2\.5{
    grid-gap: 0.625rem !important;
    gap: 0.625rem !important;
  }

  .sm\:tw-gap-3\.5{
    grid-gap: 0.875rem !important;
    gap: 0.875rem !important;
  }

  .sm\:tw-gap-1\/2{
    grid-gap: 50% !important;
    gap: 50% !important;
  }

  .sm\:tw-gap-1\/3{
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important;
  }

  .sm\:tw-gap-2\/3{
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important;
  }

  .sm\:tw-gap-1\/4{
    grid-gap: 25% !important;
    gap: 25% !important;
  }

  .sm\:tw-gap-2\/4{
    grid-gap: 50% !important;
    gap: 50% !important;
  }

  .sm\:tw-gap-3\/4{
    grid-gap: 75% !important;
    gap: 75% !important;
  }

  .sm\:tw-gap-1\/5{
    grid-gap: 20% !important;
    gap: 20% !important;
  }

  .sm\:tw-gap-2\/5{
    grid-gap: 40% !important;
    gap: 40% !important;
  }

  .sm\:tw-gap-3\/5{
    grid-gap: 60% !important;
    gap: 60% !important;
  }

  .sm\:tw-gap-4\/5{
    grid-gap: 80% !important;
    gap: 80% !important;
  }

  .sm\:tw-gap-1\/6{
    grid-gap: 16.666667% !important;
    gap: 16.666667% !important;
  }

  .sm\:tw-gap-2\/6{
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important;
  }

  .sm\:tw-gap-3\/6{
    grid-gap: 50% !important;
    gap: 50% !important;
  }

  .sm\:tw-gap-4\/6{
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important;
  }

  .sm\:tw-gap-5\/6{
    grid-gap: 83.333333% !important;
    gap: 83.333333% !important;
  }

  .sm\:tw-gap-1\/12{
    grid-gap: 8.333333% !important;
    gap: 8.333333% !important;
  }

  .sm\:tw-gap-2\/12{
    grid-gap: 16.666667% !important;
    gap: 16.666667% !important;
  }

  .sm\:tw-gap-3\/12{
    grid-gap: 25% !important;
    gap: 25% !important;
  }

  .sm\:tw-gap-4\/12{
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important;
  }

  .sm\:tw-gap-5\/12{
    grid-gap: 41.666667% !important;
    gap: 41.666667% !important;
  }

  .sm\:tw-gap-6\/12{
    grid-gap: 50% !important;
    gap: 50% !important;
  }

  .sm\:tw-gap-7\/12{
    grid-gap: 58.333333% !important;
    gap: 58.333333% !important;
  }

  .sm\:tw-gap-8\/12{
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important;
  }

  .sm\:tw-gap-9\/12{
    grid-gap: 75% !important;
    gap: 75% !important;
  }

  .sm\:tw-gap-10\/12{
    grid-gap: 83.333333% !important;
    gap: 83.333333% !important;
  }

  .sm\:tw-gap-11\/12{
    grid-gap: 91.666667% !important;
    gap: 91.666667% !important;
  }

  .sm\:tw-gap-full{
    grid-gap: 100% !important;
    gap: 100% !important;
  }

  .sm\:tw-col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .sm\:tw-col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .sm\:tw-col-gap-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .sm\:tw-col-gap-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .sm\:tw-col-gap-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .sm\:tw-col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .sm\:tw-col-gap-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .sm\:tw-col-gap-7{
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .sm\:tw-col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .sm\:tw-col-gap-9{
    grid-column-gap: 2.25rem !important;
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

  .sm\:tw-col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .sm\:tw-col-gap-11{
    grid-column-gap: 2.75rem !important;
    -webkit-column-gap: 2.75rem !important;
       -moz-column-gap: 2.75rem !important;
            column-gap: 2.75rem !important;
  }

  .sm\:tw-col-gap-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .sm\:tw-col-gap-13{
    grid-column-gap: 3.25rem !important;
    -webkit-column-gap: 3.25rem !important;
       -moz-column-gap: 3.25rem !important;
            column-gap: 3.25rem !important;
  }

  .sm\:tw-col-gap-14{
    grid-column-gap: 3.5rem !important;
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .sm\:tw-col-gap-15{
    grid-column-gap: 3.75rem !important;
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }

  .sm\:tw-col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .sm\:tw-col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .sm\:tw-col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .sm\:tw-col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .sm\:tw-col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .sm\:tw-col-gap-36{
    grid-column-gap: 9rem !important;
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }

  .sm\:tw-col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .sm\:tw-col-gap-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .sm\:tw-col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .sm\:tw-col-gap-60{
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .sm\:tw-col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .sm\:tw-col-gap-72{
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .sm\:tw-col-gap-80{
    grid-column-gap: 20rem !important;
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !important;
  }

  .sm\:tw-col-gap-96{
    grid-column-gap: 24rem !important;
    -webkit-column-gap: 24rem !important;
       -moz-column-gap: 24rem !important;
            column-gap: 24rem !important;
  }

  .sm\:tw-col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .sm\:tw-col-gap-0\.5{
    grid-column-gap: 0.125rem !important;
    -webkit-column-gap: 0.125rem !important;
       -moz-column-gap: 0.125rem !important;
            column-gap: 0.125rem !important;
  }

  .sm\:tw-col-gap-1\.5{
    grid-column-gap: 0.375rem !important;
    -webkit-column-gap: 0.375rem !important;
       -moz-column-gap: 0.375rem !important;
            column-gap: 0.375rem !important;
  }

  .sm\:tw-col-gap-2\.5{
    grid-column-gap: 0.625rem !important;
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .sm\:tw-col-gap-3\.5{
    grid-column-gap: 0.875rem !important;
    -webkit-column-gap: 0.875rem !important;
       -moz-column-gap: 0.875rem !important;
            column-gap: 0.875rem !important;
  }

  .sm\:tw-col-gap-1\/2{
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
       -moz-column-gap: 50% !important;
            column-gap: 50% !important;
  }

  .sm\:tw-col-gap-1\/3{
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
       -moz-column-gap: 33.333333% !important;
            column-gap: 33.333333% !important;
  }

  .sm\:tw-col-gap-2\/3{
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
       -moz-column-gap: 66.666667% !important;
            column-gap: 66.666667% !important;
  }

  .sm\:tw-col-gap-1\/4{
    grid-column-gap: 25% !important;
    -webkit-column-gap: 25% !important;
       -moz-column-gap: 25% !important;
            column-gap: 25% !important;
  }

  .sm\:tw-col-gap-2\/4{
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
       -moz-column-gap: 50% !important;
            column-gap: 50% !important;
  }

  .sm\:tw-col-gap-3\/4{
    grid-column-gap: 75% !important;
    -webkit-column-gap: 75% !important;
       -moz-column-gap: 75% !important;
            column-gap: 75% !important;
  }

  .sm\:tw-col-gap-1\/5{
    grid-column-gap: 20% !important;
    -webkit-column-gap: 20% !important;
       -moz-column-gap: 20% !important;
            column-gap: 20% !important;
  }

  .sm\:tw-col-gap-2\/5{
    grid-column-gap: 40% !important;
    -webkit-column-gap: 40% !important;
       -moz-column-gap: 40% !important;
            column-gap: 40% !important;
  }

  .sm\:tw-col-gap-3\/5{
    grid-column-gap: 60% !important;
    -webkit-column-gap: 60% !important;
       -moz-column-gap: 60% !important;
            column-gap: 60% !important;
  }

  .sm\:tw-col-gap-4\/5{
    grid-column-gap: 80% !important;
    -webkit-column-gap: 80% !important;
       -moz-column-gap: 80% !important;
            column-gap: 80% !important;
  }

  .sm\:tw-col-gap-1\/6{
    grid-column-gap: 16.666667% !important;
    -webkit-column-gap: 16.666667% !important;
       -moz-column-gap: 16.666667% !important;
            column-gap: 16.666667% !important;
  }

  .sm\:tw-col-gap-2\/6{
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
       -moz-column-gap: 33.333333% !important;
            column-gap: 33.333333% !important;
  }

  .sm\:tw-col-gap-3\/6{
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
       -moz-column-gap: 50% !important;
            column-gap: 50% !important;
  }

  .sm\:tw-col-gap-4\/6{
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
       -moz-column-gap: 66.666667% !important;
            column-gap: 66.666667% !important;
  }

  .sm\:tw-col-gap-5\/6{
    grid-column-gap: 83.333333% !important;
    -webkit-column-gap: 83.333333% !important;
       -moz-column-gap: 83.333333% !important;
            column-gap: 83.333333% !important;
  }

  .sm\:tw-col-gap-1\/12{
    grid-column-gap: 8.333333% !important;
    -webkit-column-gap: 8.333333% !important;
       -moz-column-gap: 8.333333% !important;
            column-gap: 8.333333% !important;
  }

  .sm\:tw-col-gap-2\/12{
    grid-column-gap: 16.666667% !important;
    -webkit-column-gap: 16.666667% !important;
       -moz-column-gap: 16.666667% !important;
            column-gap: 16.666667% !important;
  }

  .sm\:tw-col-gap-3\/12{
    grid-column-gap: 25% !important;
    -webkit-column-gap: 25% !important;
       -moz-column-gap: 25% !important;
            column-gap: 25% !important;
  }

  .sm\:tw-col-gap-4\/12{
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
       -moz-column-gap: 33.333333% !important;
            column-gap: 33.333333% !important;
  }

  .sm\:tw-col-gap-5\/12{
    grid-column-gap: 41.666667% !important;
    -webkit-column-gap: 41.666667% !important;
       -moz-column-gap: 41.666667% !important;
            column-gap: 41.666667% !important;
  }

  .sm\:tw-col-gap-6\/12{
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
       -moz-column-gap: 50% !important;
            column-gap: 50% !important;
  }

  .sm\:tw-col-gap-7\/12{
    grid-column-gap: 58.333333% !important;
    -webkit-column-gap: 58.333333% !important;
       -moz-column-gap: 58.333333% !important;
            column-gap: 58.333333% !important;
  }

  .sm\:tw-col-gap-8\/12{
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
       -moz-column-gap: 66.666667% !important;
            column-gap: 66.666667% !important;
  }

  .sm\:tw-col-gap-9\/12{
    grid-column-gap: 75% !important;
    -webkit-column-gap: 75% !important;
       -moz-column-gap: 75% !important;
            column-gap: 75% !important;
  }

  .sm\:tw-col-gap-10\/12{
    grid-column-gap: 83.333333% !important;
    -webkit-column-gap: 83.333333% !important;
       -moz-column-gap: 83.333333% !important;
            column-gap: 83.333333% !important;
  }

  .sm\:tw-col-gap-11\/12{
    grid-column-gap: 91.666667% !important;
    -webkit-column-gap: 91.666667% !important;
       -moz-column-gap: 91.666667% !important;
            column-gap: 91.666667% !important;
  }

  .sm\:tw-col-gap-full{
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
       -moz-column-gap: 100% !important;
            column-gap: 100% !important;
  }

  .sm\:tw-row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .sm\:tw-row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .sm\:tw-row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .sm\:tw-row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .sm\:tw-row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .sm\:tw-row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm\:tw-row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm\:tw-row-gap-7{
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !important;
  }

  .sm\:tw-row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .sm\:tw-row-gap-9{
    grid-row-gap: 2.25rem !important;
    row-gap: 2.25rem !important;
  }

  .sm\:tw-row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm\:tw-row-gap-11{
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .sm\:tw-row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .sm\:tw-row-gap-13{
    grid-row-gap: 3.25rem !important;
    row-gap: 3.25rem !important;
  }

  .sm\:tw-row-gap-14{
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .sm\:tw-row-gap-15{
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .sm\:tw-row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .sm\:tw-row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:tw-row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:tw-row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .sm\:tw-row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .sm\:tw-row-gap-36{
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important;
  }

  .sm\:tw-row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .sm\:tw-row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .sm\:tw-row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm\:tw-row-gap-60{
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important;
  }

  .sm\:tw-row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm\:tw-row-gap-72{
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important;
  }

  .sm\:tw-row-gap-80{
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important;
  }

  .sm\:tw-row-gap-96{
    grid-row-gap: 24rem !important;
    row-gap: 24rem !important;
  }

  .sm\:tw-row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .sm\:tw-row-gap-0\.5{
    grid-row-gap: 0.125rem !important;
    row-gap: 0.125rem !important;
  }

  .sm\:tw-row-gap-1\.5{
    grid-row-gap: 0.375rem !important;
    row-gap: 0.375rem !important;
  }

  .sm\:tw-row-gap-2\.5{
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .sm\:tw-row-gap-3\.5{
    grid-row-gap: 0.875rem !important;
    row-gap: 0.875rem !important;
  }

  .sm\:tw-row-gap-1\/2{
    grid-row-gap: 50% !important;
    row-gap: 50% !important;
  }

  .sm\:tw-row-gap-1\/3{
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important;
  }

  .sm\:tw-row-gap-2\/3{
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important;
  }

  .sm\:tw-row-gap-1\/4{
    grid-row-gap: 25% !important;
    row-gap: 25% !important;
  }

  .sm\:tw-row-gap-2\/4{
    grid-row-gap: 50% !important;
    row-gap: 50% !important;
  }

  .sm\:tw-row-gap-3\/4{
    grid-row-gap: 75% !important;
    row-gap: 75% !important;
  }

  .sm\:tw-row-gap-1\/5{
    grid-row-gap: 20% !important;
    row-gap: 20% !important;
  }

  .sm\:tw-row-gap-2\/5{
    grid-row-gap: 40% !important;
    row-gap: 40% !important;
  }

  .sm\:tw-row-gap-3\/5{
    grid-row-gap: 60% !important;
    row-gap: 60% !important;
  }

  .sm\:tw-row-gap-4\/5{
    grid-row-gap: 80% !important;
    row-gap: 80% !important;
  }

  .sm\:tw-row-gap-1\/6{
    grid-row-gap: 16.666667% !important;
    row-gap: 16.666667% !important;
  }

  .sm\:tw-row-gap-2\/6{
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important;
  }

  .sm\:tw-row-gap-3\/6{
    grid-row-gap: 50% !important;
    row-gap: 50% !important;
  }

  .sm\:tw-row-gap-4\/6{
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important;
  }

  .sm\:tw-row-gap-5\/6{
    grid-row-gap: 83.333333% !important;
    row-gap: 83.333333% !important;
  }

  .sm\:tw-row-gap-1\/12{
    grid-row-gap: 8.333333% !important;
    row-gap: 8.333333% !important;
  }

  .sm\:tw-row-gap-2\/12{
    grid-row-gap: 16.666667% !important;
    row-gap: 16.666667% !important;
  }

  .sm\:tw-row-gap-3\/12{
    grid-row-gap: 25% !important;
    row-gap: 25% !important;
  }

  .sm\:tw-row-gap-4\/12{
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important;
  }

  .sm\:tw-row-gap-5\/12{
    grid-row-gap: 41.666667% !important;
    row-gap: 41.666667% !important;
  }

  .sm\:tw-row-gap-6\/12{
    grid-row-gap: 50% !important;
    row-gap: 50% !important;
  }

  .sm\:tw-row-gap-7\/12{
    grid-row-gap: 58.333333% !important;
    row-gap: 58.333333% !important;
  }

  .sm\:tw-row-gap-8\/12{
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important;
  }

  .sm\:tw-row-gap-9\/12{
    grid-row-gap: 75% !important;
    row-gap: 75% !important;
  }

  .sm\:tw-row-gap-10\/12{
    grid-row-gap: 83.333333% !important;
    row-gap: 83.333333% !important;
  }

  .sm\:tw-row-gap-11\/12{
    grid-row-gap: 91.666667% !important;
    row-gap: 91.666667% !important;
  }

  .sm\:tw-row-gap-full{
    grid-row-gap: 100% !important;
    row-gap: 100% !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-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-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-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-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;
    -webkit-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;
            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{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .sm\:tw-origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .sm\:tw-origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .sm\:tw-origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .sm\:tw-origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .sm\:tw-origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .sm\:tw-origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .sm\:tw-origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .sm\:tw-origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .sm\:tw-origin-top-left{
    -webkit-transform-origin: top left !important;
            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-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\:hover\:tw-rotate-0:hover{
    --transform-rotate: 0 !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\:focus\:tw-rotate-0:focus{
    --transform-rotate: 0 !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\: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-7{
    --transform-translate-x: 1.75rem !important;
  }

  .sm\:tw-translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .sm\:tw-translate-x-9{
    --transform-translate-x: 2.25rem !important;
  }

  .sm\:tw-translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:tw-translate-x-11{
    --transform-translate-x: 2.75rem !important;
  }

  .sm\:tw-translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .sm\:tw-translate-x-13{
    --transform-translate-x: 3.25rem !important;
  }

  .sm\:tw-translate-x-14{
    --transform-translate-x: 3.5rem !important;
  }

  .sm\:tw-translate-x-15{
    --transform-translate-x: 3.75rem !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-28{
    --transform-translate-x: 7rem !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-60{
    --transform-translate-x: 15rem !important;
  }

  .sm\:tw-translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .sm\:tw-translate-x-72{
    --transform-translate-x: 18rem !important;
  }

  .sm\:tw-translate-x-80{
    --transform-translate-x: 20rem !important;
  }

  .sm\:tw-translate-x-96{
    --transform-translate-x: 24rem !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\/2{
    --transform-translate-x: 50% !important;
  }

  .sm\:tw-translate-x-1\/3{
    --transform-translate-x: 33.333333% !important;
  }

  .sm\:tw-translate-x-2\/3{
    --transform-translate-x: 66.666667% !important;
  }

  .sm\:tw-translate-x-1\/4{
    --transform-translate-x: 25% !important;
  }

  .sm\:tw-translate-x-2\/4{
    --transform-translate-x: 50% !important;
  }

  .sm\:tw-translate-x-3\/4{
    --transform-translate-x: 75% !important;
  }

  .sm\:tw-translate-x-1\/5{
    --transform-translate-x: 20% !important;
  }

  .sm\:tw-translate-x-2\/5{
    --transform-translate-x: 40% !important;
  }

  .sm\:tw-translate-x-3\/5{
    --transform-translate-x: 60% !important;
  }

  .sm\:tw-translate-x-4\/5{
    --transform-translate-x: 80% !important;
  }

  .sm\:tw-translate-x-1\/6{
    --transform-translate-x: 16.666667% !important;
  }

  .sm\:tw-translate-x-2\/6{
    --transform-translate-x: 33.333333% !important;
  }

  .sm\:tw-translate-x-3\/6{
    --transform-translate-x: 50% !important;
  }

  .sm\:tw-translate-x-4\/6{
    --transform-translate-x: 66.666667% !important;
  }

  .sm\:tw-translate-x-5\/6{
    --transform-translate-x: 83.333333% !important;
  }

  .sm\:tw-translate-x-1\/12{
    --transform-translate-x: 8.333333% !important;
  }

  .sm\:tw-translate-x-2\/12{
    --transform-translate-x: 16.666667% !important;
  }

  .sm\:tw-translate-x-3\/12{
    --transform-translate-x: 25% !important;
  }

  .sm\:tw-translate-x-4\/12{
    --transform-translate-x: 33.333333% !important;
  }

  .sm\:tw-translate-x-5\/12{
    --transform-translate-x: 41.666667% !important;
  }

  .sm\:tw-translate-x-6\/12{
    --transform-translate-x: 50% !important;
  }

  .sm\:tw-translate-x-7\/12{
    --transform-translate-x: 58.333333% !important;
  }

  .sm\:tw-translate-x-8\/12{
    --transform-translate-x: 66.666667% !important;
  }

  .sm\:tw-translate-x-9\/12{
    --transform-translate-x: 75% !important;
  }

  .sm\:tw-translate-x-10\/12{
    --transform-translate-x: 83.333333% !important;
  }

  .sm\:tw-translate-x-11\/12{
    --transform-translate-x: 91.666667% !important;
  }

  .sm\:tw-translate-x-full{
    --transform-translate-x: 100% !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-7{
    --transform-translate-x: -1.75rem !important;
  }

  .sm\:tw--translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .sm\:tw--translate-x-9{
    --transform-translate-x: -2.25rem !important;
  }

  .sm\:tw--translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:tw--translate-x-11{
    --transform-translate-x: -2.75rem !important;
  }

  .sm\:tw--translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .sm\:tw--translate-x-13{
    --transform-translate-x: -3.25rem !important;
  }

  .sm\:tw--translate-x-14{
    --transform-translate-x: -3.5rem !important;
  }

  .sm\:tw--translate-x-15{
    --transform-translate-x: -3.75rem !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-28{
    --transform-translate-x: -7rem !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-60{
    --transform-translate-x: -15rem !important;
  }

  .sm\:tw--translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .sm\:tw--translate-x-72{
    --transform-translate-x: -18rem !important;
  }

  .sm\:tw--translate-x-80{
    --transform-translate-x: -20rem !important;
  }

  .sm\:tw--translate-x-96{
    --transform-translate-x: -24rem !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\/2{
    --transform-translate-x: -50% !important;
  }

  .sm\:tw--translate-x-1\/3{
    --transform-translate-x: -33.33333% !important;
  }

  .sm\:tw--translate-x-2\/3{
    --transform-translate-x: -66.66667% !important;
  }

  .sm\:tw--translate-x-1\/4{
    --transform-translate-x: -25% !important;
  }

  .sm\:tw--translate-x-2\/4{
    --transform-translate-x: -50% !important;
  }

  .sm\:tw--translate-x-3\/4{
    --transform-translate-x: -75% !important;
  }

  .sm\:tw--translate-x-1\/5{
    --transform-translate-x: -20% !important;
  }

  .sm\:tw--translate-x-2\/5{
    --transform-translate-x: -40% !important;
  }

  .sm\:tw--translate-x-3\/5{
    --transform-translate-x: -60% !important;
  }

  .sm\:tw--translate-x-4\/5{
    --transform-translate-x: -80% !important;
  }

  .sm\:tw--translate-x-1\/6{
    --transform-translate-x: -16.66667% !important;
  }

  .sm\:tw--translate-x-2\/6{
    --transform-translate-x: -33.33333% !important;
  }

  .sm\:tw--translate-x-3\/6{
    --transform-translate-x: -50% !important;
  }

  .sm\:tw--translate-x-4\/6{
    --transform-translate-x: -66.66667% !important;
  }

  .sm\:tw--translate-x-5\/6{
    --transform-translate-x: -83.33333% !important;
  }

  .sm\:tw--translate-x-1\/12{
    --transform-translate-x: -8.33333% !important;
  }

  .sm\:tw--translate-x-2\/12{
    --transform-translate-x: -16.66667% !important;
  }

  .sm\:tw--translate-x-3\/12{
    --transform-translate-x: -25% !important;
  }

  .sm\:tw--translate-x-4\/12{
    --transform-translate-x: -33.33333% !important;
  }

  .sm\:tw--translate-x-5\/12{
    --transform-translate-x: -41.66667% !important;
  }

  .sm\:tw--translate-x-6\/12{
    --transform-translate-x: -50% !important;
  }

  .sm\:tw--translate-x-7\/12{
    --transform-translate-x: -58.33333% !important;
  }

  .sm\:tw--translate-x-8\/12{
    --transform-translate-x: -66.66667% !important;
  }

  .sm\:tw--translate-x-9\/12{
    --transform-translate-x: -75% !important;
  }

  .sm\:tw--translate-x-10\/12{
    --transform-translate-x: -83.33333% !important;
  }

  .sm\:tw--translate-x-11\/12{
    --transform-translate-x: -91.66667% !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-7{
    --transform-translate-y: 1.75rem !important;
  }

  .sm\:tw-translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .sm\:tw-translate-y-9{
    --transform-translate-y: 2.25rem !important;
  }

  .sm\:tw-translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:tw-translate-y-11{
    --transform-translate-y: 2.75rem !important;
  }

  .sm\:tw-translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .sm\:tw-translate-y-13{
    --transform-translate-y: 3.25rem !important;
  }

  .sm\:tw-translate-y-14{
    --transform-translate-y: 3.5rem !important;
  }

  .sm\:tw-translate-y-15{
    --transform-translate-y: 3.75rem !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-28{
    --transform-translate-y: 7rem !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-60{
    --transform-translate-y: 15rem !important;
  }

  .sm\:tw-translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .sm\:tw-translate-y-72{
    --transform-translate-y: 18rem !important;
  }

  .sm\:tw-translate-y-80{
    --transform-translate-y: 20rem !important;
  }

  .sm\:tw-translate-y-96{
    --transform-translate-y: 24rem !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\/2{
    --transform-translate-y: 50% !important;
  }

  .sm\:tw-translate-y-1\/3{
    --transform-translate-y: 33.333333% !important;
  }

  .sm\:tw-translate-y-2\/3{
    --transform-translate-y: 66.666667% !important;
  }

  .sm\:tw-translate-y-1\/4{
    --transform-translate-y: 25% !important;
  }

  .sm\:tw-translate-y-2\/4{
    --transform-translate-y: 50% !important;
  }

  .sm\:tw-translate-y-3\/4{
    --transform-translate-y: 75% !important;
  }

  .sm\:tw-translate-y-1\/5{
    --transform-translate-y: 20% !important;
  }

  .sm\:tw-translate-y-2\/5{
    --transform-translate-y: 40% !important;
  }

  .sm\:tw-translate-y-3\/5{
    --transform-translate-y: 60% !important;
  }

  .sm\:tw-translate-y-4\/5{
    --transform-translate-y: 80% !important;
  }

  .sm\:tw-translate-y-1\/6{
    --transform-translate-y: 16.666667% !important;
  }

  .sm\:tw-translate-y-2\/6{
    --transform-translate-y: 33.333333% !important;
  }

  .sm\:tw-translate-y-3\/6{
    --transform-translate-y: 50% !important;
  }

  .sm\:tw-translate-y-4\/6{
    --transform-translate-y: 66.666667% !important;
  }

  .sm\:tw-translate-y-5\/6{
    --transform-translate-y: 83.333333% !important;
  }

  .sm\:tw-translate-y-1\/12{
    --transform-translate-y: 8.333333% !important;
  }

  .sm\:tw-translate-y-2\/12{
    --transform-translate-y: 16.666667% !important;
  }

  .sm\:tw-translate-y-3\/12{
    --transform-translate-y: 25% !important;
  }

  .sm\:tw-translate-y-4\/12{
    --transform-translate-y: 33.333333% !important;
  }

  .sm\:tw-translate-y-5\/12{
    --transform-translate-y: 41.666667% !important;
  }

  .sm\:tw-translate-y-6\/12{
    --transform-translate-y: 50% !important;
  }

  .sm\:tw-translate-y-7\/12{
    --transform-translate-y: 58.333333% !important;
  }

  .sm\:tw-translate-y-8\/12{
    --transform-translate-y: 66.666667% !important;
  }

  .sm\:tw-translate-y-9\/12{
    --transform-translate-y: 75% !important;
  }

  .sm\:tw-translate-y-10\/12{
    --transform-translate-y: 83.333333% !important;
  }

  .sm\:tw-translate-y-11\/12{
    --transform-translate-y: 91.666667% !important;
  }

  .sm\:tw-translate-y-full{
    --transform-translate-y: 100% !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-7{
    --transform-translate-y: -1.75rem !important;
  }

  .sm\:tw--translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .sm\:tw--translate-y-9{
    --transform-translate-y: -2.25rem !important;
  }

  .sm\:tw--translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:tw--translate-y-11{
    --transform-translate-y: -2.75rem !important;
  }

  .sm\:tw--translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .sm\:tw--translate-y-13{
    --transform-translate-y: -3.25rem !important;
  }

  .sm\:tw--translate-y-14{
    --transform-translate-y: -3.5rem !important;
  }

  .sm\:tw--translate-y-15{
    --transform-translate-y: -3.75rem !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-28{
    --transform-translate-y: -7rem !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-60{
    --transform-translate-y: -15rem !important;
  }

  .sm\:tw--translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .sm\:tw--translate-y-72{
    --transform-translate-y: -18rem !important;
  }

  .sm\:tw--translate-y-80{
    --transform-translate-y: -20rem !important;
  }

  .sm\:tw--translate-y-96{
    --transform-translate-y: -24rem !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\/2{
    --transform-translate-y: -50% !important;
  }

  .sm\:tw--translate-y-1\/3{
    --transform-translate-y: -33.33333% !important;
  }

  .sm\:tw--translate-y-2\/3{
    --transform-translate-y: -66.66667% !important;
  }

  .sm\:tw--translate-y-1\/4{
    --transform-translate-y: -25% !important;
  }

  .sm\:tw--translate-y-2\/4{
    --transform-translate-y: -50% !important;
  }

  .sm\:tw--translate-y-3\/4{
    --transform-translate-y: -75% !important;
  }

  .sm\:tw--translate-y-1\/5{
    --transform-translate-y: -20% !important;
  }

  .sm\:tw--translate-y-2\/5{
    --transform-translate-y: -40% !important;
  }

  .sm\:tw--translate-y-3\/5{
    --transform-translate-y: -60% !important;
  }

  .sm\:tw--translate-y-4\/5{
    --transform-translate-y: -80% !important;
  }

  .sm\:tw--translate-y-1\/6{
    --transform-translate-y: -16.66667% !important;
  }

  .sm\:tw--translate-y-2\/6{
    --transform-translate-y: -33.33333% !important;
  }

  .sm\:tw--translate-y-3\/6{
    --transform-translate-y: -50% !important;
  }

  .sm\:tw--translate-y-4\/6{
    --transform-translate-y: -66.66667% !important;
  }

  .sm\:tw--translate-y-5\/6{
    --transform-translate-y: -83.33333% !important;
  }

  .sm\:tw--translate-y-1\/12{
    --transform-translate-y: -8.33333% !important;
  }

  .sm\:tw--translate-y-2\/12{
    --transform-translate-y: -16.66667% !important;
  }

  .sm\:tw--translate-y-3\/12{
    --transform-translate-y: -25% !important;
  }

  .sm\:tw--translate-y-4\/12{
    --transform-translate-y: -33.33333% !important;
  }

  .sm\:tw--translate-y-5\/12{
    --transform-translate-y: -41.66667% !important;
  }

  .sm\:tw--translate-y-6\/12{
    --transform-translate-y: -50% !important;
  }

  .sm\:tw--translate-y-7\/12{
    --transform-translate-y: -58.33333% !important;
  }

  .sm\:tw--translate-y-8\/12{
    --transform-translate-y: -66.66667% !important;
  }

  .sm\:tw--translate-y-9\/12{
    --transform-translate-y: -75% !important;
  }

  .sm\:tw--translate-y-10\/12{
    --transform-translate-y: -83.33333% !important;
  }

  .sm\:tw--translate-y-11\/12{
    --transform-translate-y: -91.66667% !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-7:hover{
    --transform-translate-x: 1.75rem !important;
  }

  .sm\:hover\:tw-translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .sm\:hover\:tw-translate-x-9:hover{
    --transform-translate-x: 2.25rem !important;
  }

  .sm\:hover\:tw-translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:hover\:tw-translate-x-11:hover{
    --transform-translate-x: 2.75rem !important;
  }

  .sm\:hover\:tw-translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .sm\:hover\:tw-translate-x-13:hover{
    --transform-translate-x: 3.25rem !important;
  }

  .sm\:hover\:tw-translate-x-14:hover{
    --transform-translate-x: 3.5rem !important;
  }

  .sm\:hover\:tw-translate-x-15:hover{
    --transform-translate-x: 3.75rem !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-28:hover{
    --transform-translate-x: 7rem !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-60:hover{
    --transform-translate-x: 15rem !important;
  }

  .sm\:hover\:tw-translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .sm\:hover\:tw-translate-x-72:hover{
    --transform-translate-x: 18rem !important;
  }

  .sm\:hover\:tw-translate-x-80:hover{
    --transform-translate-x: 20rem !important;
  }

  .sm\:hover\:tw-translate-x-96:hover{
    --transform-translate-x: 24rem !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\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .sm\:hover\:tw-translate-x-1\/3:hover{
    --transform-translate-x: 33.333333% !important;
  }

  .sm\:hover\:tw-translate-x-2\/3:hover{
    --transform-translate-x: 66.666667% !important;
  }

  .sm\:hover\:tw-translate-x-1\/4:hover{
    --transform-translate-x: 25% !important;
  }

  .sm\:hover\:tw-translate-x-2\/4:hover{
    --transform-translate-x: 50% !important;
  }

  .sm\:hover\:tw-translate-x-3\/4:hover{
    --transform-translate-x: 75% !important;
  }

  .sm\:hover\:tw-translate-x-1\/5:hover{
    --transform-translate-x: 20% !important;
  }

  .sm\:hover\:tw-translate-x-2\/5:hover{
    --transform-translate-x: 40% !important;
  }

  .sm\:hover\:tw-translate-x-3\/5:hover{
    --transform-translate-x: 60% !important;
  }

  .sm\:hover\:tw-translate-x-4\/5:hover{
    --transform-translate-x: 80% !important;
  }

  .sm\:hover\:tw-translate-x-1\/6:hover{
    --transform-translate-x: 16.666667% !important;
  }

  .sm\:hover\:tw-translate-x-2\/6:hover{
    --transform-translate-x: 33.333333% !important;
  }

  .sm\:hover\:tw-translate-x-3\/6:hover{
    --transform-translate-x: 50% !important;
  }

  .sm\:hover\:tw-translate-x-4\/6:hover{
    --transform-translate-x: 66.666667% !important;
  }

  .sm\:hover\:tw-translate-x-5\/6:hover{
    --transform-translate-x: 83.333333% !important;
  }

  .sm\:hover\:tw-translate-x-1\/12:hover{
    --transform-translate-x: 8.333333% !important;
  }

  .sm\:hover\:tw-translate-x-2\/12:hover{
    --transform-translate-x: 16.666667% !important;
  }

  .sm\:hover\:tw-translate-x-3\/12:hover{
    --transform-translate-x: 25% !important;
  }

  .sm\:hover\:tw-translate-x-4\/12:hover{
    --transform-translate-x: 33.333333% !important;
  }

  .sm\:hover\:tw-translate-x-5\/12:hover{
    --transform-translate-x: 41.666667% !important;
  }

  .sm\:hover\:tw-translate-x-6\/12:hover{
    --transform-translate-x: 50% !important;
  }

  .sm\:hover\:tw-translate-x-7\/12:hover{
    --transform-translate-x: 58.333333% !important;
  }

  .sm\:hover\:tw-translate-x-8\/12:hover{
    --transform-translate-x: 66.666667% !important;
  }

  .sm\:hover\:tw-translate-x-9\/12:hover{
    --transform-translate-x: 75% !important;
  }

  .sm\:hover\:tw-translate-x-10\/12:hover{
    --transform-translate-x: 83.333333% !important;
  }

  .sm\:hover\:tw-translate-x-11\/12:hover{
    --transform-translate-x: 91.666667% !important;
  }

  .sm\:hover\:tw-translate-x-full:hover{
    --transform-translate-x: 100% !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-7:hover{
    --transform-translate-x: -1.75rem !important;
  }

  .sm\:hover\:tw--translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .sm\:hover\:tw--translate-x-9:hover{
    --transform-translate-x: -2.25rem !important;
  }

  .sm\:hover\:tw--translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:hover\:tw--translate-x-11:hover{
    --transform-translate-x: -2.75rem !important;
  }

  .sm\:hover\:tw--translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .sm\:hover\:tw--translate-x-13:hover{
    --transform-translate-x: -3.25rem !important;
  }

  .sm\:hover\:tw--translate-x-14:hover{
    --transform-translate-x: -3.5rem !important;
  }

  .sm\:hover\:tw--translate-x-15:hover{
    --transform-translate-x: -3.75rem !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-28:hover{
    --transform-translate-x: -7rem !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-60:hover{
    --transform-translate-x: -15rem !important;
  }

  .sm\:hover\:tw--translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .sm\:hover\:tw--translate-x-72:hover{
    --transform-translate-x: -18rem !important;
  }

  .sm\:hover\:tw--translate-x-80:hover{
    --transform-translate-x: -20rem !important;
  }

  .sm\:hover\:tw--translate-x-96:hover{
    --transform-translate-x: -24rem !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\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .sm\:hover\:tw--translate-x-1\/3:hover{
    --transform-translate-x: -33.33333% !important;
  }

  .sm\:hover\:tw--translate-x-2\/3:hover{
    --transform-translate-x: -66.66667% !important;
  }

  .sm\:hover\:tw--translate-x-1\/4:hover{
    --transform-translate-x: -25% !important;
  }

  .sm\:hover\:tw--translate-x-2\/4:hover{
    --transform-translate-x: -50% !important;
  }

  .sm\:hover\:tw--translate-x-3\/4:hover{
    --transform-translate-x: -75% !important;
  }

  .sm\:hover\:tw--translate-x-1\/5:hover{
    --transform-translate-x: -20% !important;
  }

  .sm\:hover\:tw--translate-x-2\/5:hover{
    --transform-translate-x: -40% !important;
  }

  .sm\:hover\:tw--translate-x-3\/5:hover{
    --transform-translate-x: -60% !important;
  }

  .sm\:hover\:tw--translate-x-4\/5:hover{
    --transform-translate-x: -80% !important;
  }

  .sm\:hover\:tw--translate-x-1\/6:hover{
    --transform-translate-x: -16.66667% !important;
  }

  .sm\:hover\:tw--translate-x-2\/6:hover{
    --transform-translate-x: -33.33333% !important;
  }

  .sm\:hover\:tw--translate-x-3\/6:hover{
    --transform-translate-x: -50% !important;
  }

  .sm\:hover\:tw--translate-x-4\/6:hover{
    --transform-translate-x: -66.66667% !important;
  }

  .sm\:hover\:tw--translate-x-5\/6:hover{
    --transform-translate-x: -83.33333% !important;
  }

  .sm\:hover\:tw--translate-x-1\/12:hover{
    --transform-translate-x: -8.33333% !important;
  }

  .sm\:hover\:tw--translate-x-2\/12:hover{
    --transform-translate-x: -16.66667% !important;
  }

  .sm\:hover\:tw--translate-x-3\/12:hover{
    --transform-translate-x: -25% !important;
  }

  .sm\:hover\:tw--translate-x-4\/12:hover{
    --transform-translate-x: -33.33333% !important;
  }

  .sm\:hover\:tw--translate-x-5\/12:hover{
    --transform-translate-x: -41.66667% !important;
  }

  .sm\:hover\:tw--translate-x-6\/12:hover{
    --transform-translate-x: -50% !important;
  }

  .sm\:hover\:tw--translate-x-7\/12:hover{
    --transform-translate-x: -58.33333% !important;
  }

  .sm\:hover\:tw--translate-x-8\/12:hover{
    --transform-translate-x: -66.66667% !important;
  }

  .sm\:hover\:tw--translate-x-9\/12:hover{
    --transform-translate-x: -75% !important;
  }

  .sm\:hover\:tw--translate-x-10\/12:hover{
    --transform-translate-x: -83.33333% !important;
  }

  .sm\:hover\:tw--translate-x-11\/12:hover{
    --transform-translate-x: -91.66667% !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-7:hover{
    --transform-translate-y: 1.75rem !important;
  }

  .sm\:hover\:tw-translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .sm\:hover\:tw-translate-y-9:hover{
    --transform-translate-y: 2.25rem !important;
  }

  .sm\:hover\:tw-translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:hover\:tw-translate-y-11:hover{
    --transform-translate-y: 2.75rem !important;
  }

  .sm\:hover\:tw-translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .sm\:hover\:tw-translate-y-13:hover{
    --transform-translate-y: 3.25rem !important;
  }

  .sm\:hover\:tw-translate-y-14:hover{
    --transform-translate-y: 3.5rem !important;
  }

  .sm\:hover\:tw-translate-y-15:hover{
    --transform-translate-y: 3.75rem !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-28:hover{
    --transform-translate-y: 7rem !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-60:hover{
    --transform-translate-y: 15rem !important;
  }

  .sm\:hover\:tw-translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .sm\:hover\:tw-translate-y-72:hover{
    --transform-translate-y: 18rem !important;
  }

  .sm\:hover\:tw-translate-y-80:hover{
    --transform-translate-y: 20rem !important;
  }

  .sm\:hover\:tw-translate-y-96:hover{
    --transform-translate-y: 24rem !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\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .sm\:hover\:tw-translate-y-1\/3:hover{
    --transform-translate-y: 33.333333% !important;
  }

  .sm\:hover\:tw-translate-y-2\/3:hover{
    --transform-translate-y: 66.666667% !important;
  }

  .sm\:hover\:tw-translate-y-1\/4:hover{
    --transform-translate-y: 25% !important;
  }

  .sm\:hover\:tw-translate-y-2\/4:hover{
    --transform-translate-y: 50% !important;
  }

  .sm\:hover\:tw-translate-y-3\/4:hover{
    --transform-translate-y: 75% !important;
  }

  .sm\:hover\:tw-translate-y-1\/5:hover{
    --transform-translate-y: 20% !important;
  }

  .sm\:hover\:tw-translate-y-2\/5:hover{
    --transform-translate-y: 40% !important;
  }

  .sm\:hover\:tw-translate-y-3\/5:hover{
    --transform-translate-y: 60% !important;
  }

  .sm\:hover\:tw-translate-y-4\/5:hover{
    --transform-translate-y: 80% !important;
  }

  .sm\:hover\:tw-translate-y-1\/6:hover{
    --transform-translate-y: 16.666667% !important;
  }

  .sm\:hover\:tw-translate-y-2\/6:hover{
    --transform-translate-y: 33.333333% !important;
  }

  .sm\:hover\:tw-translate-y-3\/6:hover{
    --transform-translate-y: 50% !important;
  }

  .sm\:hover\:tw-translate-y-4\/6:hover{
    --transform-translate-y: 66.666667% !important;
  }

  .sm\:hover\:tw-translate-y-5\/6:hover{
    --transform-translate-y: 83.333333% !important;
  }

  .sm\:hover\:tw-translate-y-1\/12:hover{
    --transform-translate-y: 8.333333% !important;
  }

  .sm\:hover\:tw-translate-y-2\/12:hover{
    --transform-translate-y: 16.666667% !important;
  }

  .sm\:hover\:tw-translate-y-3\/12:hover{
    --transform-translate-y: 25% !important;
  }

  .sm\:hover\:tw-translate-y-4\/12:hover{
    --transform-translate-y: 33.333333% !important;
  }

  .sm\:hover\:tw-translate-y-5\/12:hover{
    --transform-translate-y: 41.666667% !important;
  }

  .sm\:hover\:tw-translate-y-6\/12:hover{
    --transform-translate-y: 50% !important;
  }

  .sm\:hover\:tw-translate-y-7\/12:hover{
    --transform-translate-y: 58.333333% !important;
  }

  .sm\:hover\:tw-translate-y-8\/12:hover{
    --transform-translate-y: 66.666667% !important;
  }

  .sm\:hover\:tw-translate-y-9\/12:hover{
    --transform-translate-y: 75% !important;
  }

  .sm\:hover\:tw-translate-y-10\/12:hover{
    --transform-translate-y: 83.333333% !important;
  }

  .sm\:hover\:tw-translate-y-11\/12:hover{
    --transform-translate-y: 91.666667% !important;
  }

  .sm\:hover\:tw-translate-y-full:hover{
    --transform-translate-y: 100% !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-7:hover{
    --transform-translate-y: -1.75rem !important;
  }

  .sm\:hover\:tw--translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .sm\:hover\:tw--translate-y-9:hover{
    --transform-translate-y: -2.25rem !important;
  }

  .sm\:hover\:tw--translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:hover\:tw--translate-y-11:hover{
    --transform-translate-y: -2.75rem !important;
  }

  .sm\:hover\:tw--translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .sm\:hover\:tw--translate-y-13:hover{
    --transform-translate-y: -3.25rem !important;
  }

  .sm\:hover\:tw--translate-y-14:hover{
    --transform-translate-y: -3.5rem !important;
  }

  .sm\:hover\:tw--translate-y-15:hover{
    --transform-translate-y: -3.75rem !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-28:hover{
    --transform-translate-y: -7rem !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-60:hover{
    --transform-translate-y: -15rem !important;
  }

  .sm\:hover\:tw--translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .sm\:hover\:tw--translate-y-72:hover{
    --transform-translate-y: -18rem !important;
  }

  .sm\:hover\:tw--translate-y-80:hover{
    --transform-translate-y: -20rem !important;
  }

  .sm\:hover\:tw--translate-y-96:hover{
    --transform-translate-y: -24rem !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\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .sm\:hover\:tw--translate-y-1\/3:hover{
    --transform-translate-y: -33.33333% !important;
  }

  .sm\:hover\:tw--translate-y-2\/3:hover{
    --transform-translate-y: -66.66667% !important;
  }

  .sm\:hover\:tw--translate-y-1\/4:hover{
    --transform-translate-y: -25% !important;
  }

  .sm\:hover\:tw--translate-y-2\/4:hover{
    --transform-translate-y: -50% !important;
  }

  .sm\:hover\:tw--translate-y-3\/4:hover{
    --transform-translate-y: -75% !important;
  }

  .sm\:hover\:tw--translate-y-1\/5:hover{
    --transform-translate-y: -20% !important;
  }

  .sm\:hover\:tw--translate-y-2\/5:hover{
    --transform-translate-y: -40% !important;
  }

  .sm\:hover\:tw--translate-y-3\/5:hover{
    --transform-translate-y: -60% !important;
  }

  .sm\:hover\:tw--translate-y-4\/5:hover{
    --transform-translate-y: -80% !important;
  }

  .sm\:hover\:tw--translate-y-1\/6:hover{
    --transform-translate-y: -16.66667% !important;
  }

  .sm\:hover\:tw--translate-y-2\/6:hover{
    --transform-translate-y: -33.33333% !important;
  }

  .sm\:hover\:tw--translate-y-3\/6:hover{
    --transform-translate-y: -50% !important;
  }

  .sm\:hover\:tw--translate-y-4\/6:hover{
    --transform-translate-y: -66.66667% !important;
  }

  .sm\:hover\:tw--translate-y-5\/6:hover{
    --transform-translate-y: -83.33333% !important;
  }

  .sm\:hover\:tw--translate-y-1\/12:hover{
    --transform-translate-y: -8.33333% !important;
  }

  .sm\:hover\:tw--translate-y-2\/12:hover{
    --transform-translate-y: -16.66667% !important;
  }

  .sm\:hover\:tw--translate-y-3\/12:hover{
    --transform-translate-y: -25% !important;
  }

  .sm\:hover\:tw--translate-y-4\/12:hover{
    --transform-translate-y: -33.33333% !important;
  }

  .sm\:hover\:tw--translate-y-5\/12:hover{
    --transform-translate-y: -41.66667% !important;
  }

  .sm\:hover\:tw--translate-y-6\/12:hover{
    --transform-translate-y: -50% !important;
  }

  .sm\:hover\:tw--translate-y-7\/12:hover{
    --transform-translate-y: -58.33333% !important;
  }

  .sm\:hover\:tw--translate-y-8\/12:hover{
    --transform-translate-y: -66.66667% !important;
  }

  .sm\:hover\:tw--translate-y-9\/12:hover{
    --transform-translate-y: -75% !important;
  }

  .sm\:hover\:tw--translate-y-10\/12:hover{
    --transform-translate-y: -83.33333% !important;
  }

  .sm\:hover\:tw--translate-y-11\/12:hover{
    --transform-translate-y: -91.66667% !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-7:focus{
    --transform-translate-x: 1.75rem !important;
  }

  .sm\:focus\:tw-translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .sm\:focus\:tw-translate-x-9:focus{
    --transform-translate-x: 2.25rem !important;
  }

  .sm\:focus\:tw-translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:focus\:tw-translate-x-11:focus{
    --transform-translate-x: 2.75rem !important;
  }

  .sm\:focus\:tw-translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .sm\:focus\:tw-translate-x-13:focus{
    --transform-translate-x: 3.25rem !important;
  }

  .sm\:focus\:tw-translate-x-14:focus{
    --transform-translate-x: 3.5rem !important;
  }

  .sm\:focus\:tw-translate-x-15:focus{
    --transform-translate-x: 3.75rem !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-28:focus{
    --transform-translate-x: 7rem !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-60:focus{
    --transform-translate-x: 15rem !important;
  }

  .sm\:focus\:tw-translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .sm\:focus\:tw-translate-x-72:focus{
    --transform-translate-x: 18rem !important;
  }

  .sm\:focus\:tw-translate-x-80:focus{
    --transform-translate-x: 20rem !important;
  }

  .sm\:focus\:tw-translate-x-96:focus{
    --transform-translate-x: 24rem !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\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .sm\:focus\:tw-translate-x-1\/3:focus{
    --transform-translate-x: 33.333333% !important;
  }

  .sm\:focus\:tw-translate-x-2\/3:focus{
    --transform-translate-x: 66.666667% !important;
  }

  .sm\:focus\:tw-translate-x-1\/4:focus{
    --transform-translate-x: 25% !important;
  }

  .sm\:focus\:tw-translate-x-2\/4:focus{
    --transform-translate-x: 50% !important;
  }

  .sm\:focus\:tw-translate-x-3\/4:focus{
    --transform-translate-x: 75% !important;
  }

  .sm\:focus\:tw-translate-x-1\/5:focus{
    --transform-translate-x: 20% !important;
  }

  .sm\:focus\:tw-translate-x-2\/5:focus{
    --transform-translate-x: 40% !important;
  }

  .sm\:focus\:tw-translate-x-3\/5:focus{
    --transform-translate-x: 60% !important;
  }

  .sm\:focus\:tw-translate-x-4\/5:focus{
    --transform-translate-x: 80% !important;
  }

  .sm\:focus\:tw-translate-x-1\/6:focus{
    --transform-translate-x: 16.666667% !important;
  }

  .sm\:focus\:tw-translate-x-2\/6:focus{
    --transform-translate-x: 33.333333% !important;
  }

  .sm\:focus\:tw-translate-x-3\/6:focus{
    --transform-translate-x: 50% !important;
  }

  .sm\:focus\:tw-translate-x-4\/6:focus{
    --transform-translate-x: 66.666667% !important;
  }

  .sm\:focus\:tw-translate-x-5\/6:focus{
    --transform-translate-x: 83.333333% !important;
  }

  .sm\:focus\:tw-translate-x-1\/12:focus{
    --transform-translate-x: 8.333333% !important;
  }

  .sm\:focus\:tw-translate-x-2\/12:focus{
    --transform-translate-x: 16.666667% !important;
  }

  .sm\:focus\:tw-translate-x-3\/12:focus{
    --transform-translate-x: 25% !important;
  }

  .sm\:focus\:tw-translate-x-4\/12:focus{
    --transform-translate-x: 33.333333% !important;
  }

  .sm\:focus\:tw-translate-x-5\/12:focus{
    --transform-translate-x: 41.666667% !important;
  }

  .sm\:focus\:tw-translate-x-6\/12:focus{
    --transform-translate-x: 50% !important;
  }

  .sm\:focus\:tw-translate-x-7\/12:focus{
    --transform-translate-x: 58.333333% !important;
  }

  .sm\:focus\:tw-translate-x-8\/12:focus{
    --transform-translate-x: 66.666667% !important;
  }

  .sm\:focus\:tw-translate-x-9\/12:focus{
    --transform-translate-x: 75% !important;
  }

  .sm\:focus\:tw-translate-x-10\/12:focus{
    --transform-translate-x: 83.333333% !important;
  }

  .sm\:focus\:tw-translate-x-11\/12:focus{
    --transform-translate-x: 91.666667% !important;
  }

  .sm\:focus\:tw-translate-x-full:focus{
    --transform-translate-x: 100% !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-7:focus{
    --transform-translate-x: -1.75rem !important;
  }

  .sm\:focus\:tw--translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .sm\:focus\:tw--translate-x-9:focus{
    --transform-translate-x: -2.25rem !important;
  }

  .sm\:focus\:tw--translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:focus\:tw--translate-x-11:focus{
    --transform-translate-x: -2.75rem !important;
  }

  .sm\:focus\:tw--translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .sm\:focus\:tw--translate-x-13:focus{
    --transform-translate-x: -3.25rem !important;
  }

  .sm\:focus\:tw--translate-x-14:focus{
    --transform-translate-x: -3.5rem !important;
  }

  .sm\:focus\:tw--translate-x-15:focus{
    --transform-translate-x: -3.75rem !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-28:focus{
    --transform-translate-x: -7rem !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-60:focus{
    --transform-translate-x: -15rem !important;
  }

  .sm\:focus\:tw--translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .sm\:focus\:tw--translate-x-72:focus{
    --transform-translate-x: -18rem !important;
  }

  .sm\:focus\:tw--translate-x-80:focus{
    --transform-translate-x: -20rem !important;
  }

  .sm\:focus\:tw--translate-x-96:focus{
    --transform-translate-x: -24rem !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\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .sm\:focus\:tw--translate-x-1\/3:focus{
    --transform-translate-x: -33.33333% !important;
  }

  .sm\:focus\:tw--translate-x-2\/3:focus{
    --transform-translate-x: -66.66667% !important;
  }

  .sm\:focus\:tw--translate-x-1\/4:focus{
    --transform-translate-x: -25% !important;
  }

  .sm\:focus\:tw--translate-x-2\/4:focus{
    --transform-translate-x: -50% !important;
  }

  .sm\:focus\:tw--translate-x-3\/4:focus{
    --transform-translate-x: -75% !important;
  }

  .sm\:focus\:tw--translate-x-1\/5:focus{
    --transform-translate-x: -20% !important;
  }

  .sm\:focus\:tw--translate-x-2\/5:focus{
    --transform-translate-x: -40% !important;
  }

  .sm\:focus\:tw--translate-x-3\/5:focus{
    --transform-translate-x: -60% !important;
  }

  .sm\:focus\:tw--translate-x-4\/5:focus{
    --transform-translate-x: -80% !important;
  }

  .sm\:focus\:tw--translate-x-1\/6:focus{
    --transform-translate-x: -16.66667% !important;
  }

  .sm\:focus\:tw--translate-x-2\/6:focus{
    --transform-translate-x: -33.33333% !important;
  }

  .sm\:focus\:tw--translate-x-3\/6:focus{
    --transform-translate-x: -50% !important;
  }

  .sm\:focus\:tw--translate-x-4\/6:focus{
    --transform-translate-x: -66.66667% !important;
  }

  .sm\:focus\:tw--translate-x-5\/6:focus{
    --transform-translate-x: -83.33333% !important;
  }

  .sm\:focus\:tw--translate-x-1\/12:focus{
    --transform-translate-x: -8.33333% !important;
  }

  .sm\:focus\:tw--translate-x-2\/12:focus{
    --transform-translate-x: -16.66667% !important;
  }

  .sm\:focus\:tw--translate-x-3\/12:focus{
    --transform-translate-x: -25% !important;
  }

  .sm\:focus\:tw--translate-x-4\/12:focus{
    --transform-translate-x: -33.33333% !important;
  }

  .sm\:focus\:tw--translate-x-5\/12:focus{
    --transform-translate-x: -41.66667% !important;
  }

  .sm\:focus\:tw--translate-x-6\/12:focus{
    --transform-translate-x: -50% !important;
  }

  .sm\:focus\:tw--translate-x-7\/12:focus{
    --transform-translate-x: -58.33333% !important;
  }

  .sm\:focus\:tw--translate-x-8\/12:focus{
    --transform-translate-x: -66.66667% !important;
  }

  .sm\:focus\:tw--translate-x-9\/12:focus{
    --transform-translate-x: -75% !important;
  }

  .sm\:focus\:tw--translate-x-10\/12:focus{
    --transform-translate-x: -83.33333% !important;
  }

  .sm\:focus\:tw--translate-x-11\/12:focus{
    --transform-translate-x: -91.66667% !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-7:focus{
    --transform-translate-y: 1.75rem !important;
  }

  .sm\:focus\:tw-translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .sm\:focus\:tw-translate-y-9:focus{
    --transform-translate-y: 2.25rem !important;
  }

  .sm\:focus\:tw-translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:focus\:tw-translate-y-11:focus{
    --transform-translate-y: 2.75rem !important;
  }

  .sm\:focus\:tw-translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .sm\:focus\:tw-translate-y-13:focus{
    --transform-translate-y: 3.25rem !important;
  }

  .sm\:focus\:tw-translate-y-14:focus{
    --transform-translate-y: 3.5rem !important;
  }

  .sm\:focus\:tw-translate-y-15:focus{
    --transform-translate-y: 3.75rem !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-28:focus{
    --transform-translate-y: 7rem !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-60:focus{
    --transform-translate-y: 15rem !important;
  }

  .sm\:focus\:tw-translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .sm\:focus\:tw-translate-y-72:focus{
    --transform-translate-y: 18rem !important;
  }

  .sm\:focus\:tw-translate-y-80:focus{
    --transform-translate-y: 20rem !important;
  }

  .sm\:focus\:tw-translate-y-96:focus{
    --transform-translate-y: 24rem !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\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .sm\:focus\:tw-translate-y-1\/3:focus{
    --transform-translate-y: 33.333333% !important;
  }

  .sm\:focus\:tw-translate-y-2\/3:focus{
    --transform-translate-y: 66.666667% !important;
  }

  .sm\:focus\:tw-translate-y-1\/4:focus{
    --transform-translate-y: 25% !important;
  }

  .sm\:focus\:tw-translate-y-2\/4:focus{
    --transform-translate-y: 50% !important;
  }

  .sm\:focus\:tw-translate-y-3\/4:focus{
    --transform-translate-y: 75% !important;
  }

  .sm\:focus\:tw-translate-y-1\/5:focus{
    --transform-translate-y: 20% !important;
  }

  .sm\:focus\:tw-translate-y-2\/5:focus{
    --transform-translate-y: 40% !important;
  }

  .sm\:focus\:tw-translate-y-3\/5:focus{
    --transform-translate-y: 60% !important;
  }

  .sm\:focus\:tw-translate-y-4\/5:focus{
    --transform-translate-y: 80% !important;
  }

  .sm\:focus\:tw-translate-y-1\/6:focus{
    --transform-translate-y: 16.666667% !important;
  }

  .sm\:focus\:tw-translate-y-2\/6:focus{
    --transform-translate-y: 33.333333% !important;
  }

  .sm\:focus\:tw-translate-y-3\/6:focus{
    --transform-translate-y: 50% !important;
  }

  .sm\:focus\:tw-translate-y-4\/6:focus{
    --transform-translate-y: 66.666667% !important;
  }

  .sm\:focus\:tw-translate-y-5\/6:focus{
    --transform-translate-y: 83.333333% !important;
  }

  .sm\:focus\:tw-translate-y-1\/12:focus{
    --transform-translate-y: 8.333333% !important;
  }

  .sm\:focus\:tw-translate-y-2\/12:focus{
    --transform-translate-y: 16.666667% !important;
  }

  .sm\:focus\:tw-translate-y-3\/12:focus{
    --transform-translate-y: 25% !important;
  }

  .sm\:focus\:tw-translate-y-4\/12:focus{
    --transform-translate-y: 33.333333% !important;
  }

  .sm\:focus\:tw-translate-y-5\/12:focus{
    --transform-translate-y: 41.666667% !important;
  }

  .sm\:focus\:tw-translate-y-6\/12:focus{
    --transform-translate-y: 50% !important;
  }

  .sm\:focus\:tw-translate-y-7\/12:focus{
    --transform-translate-y: 58.333333% !important;
  }

  .sm\:focus\:tw-translate-y-8\/12:focus{
    --transform-translate-y: 66.666667% !important;
  }

  .sm\:focus\:tw-translate-y-9\/12:focus{
    --transform-translate-y: 75% !important;
  }

  .sm\:focus\:tw-translate-y-10\/12:focus{
    --transform-translate-y: 83.333333% !important;
  }

  .sm\:focus\:tw-translate-y-11\/12:focus{
    --transform-translate-y: 91.666667% !important;
  }

  .sm\:focus\:tw-translate-y-full:focus{
    --transform-translate-y: 100% !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-7:focus{
    --transform-translate-y: -1.75rem !important;
  }

  .sm\:focus\:tw--translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .sm\:focus\:tw--translate-y-9:focus{
    --transform-translate-y: -2.25rem !important;
  }

  .sm\:focus\:tw--translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:focus\:tw--translate-y-11:focus{
    --transform-translate-y: -2.75rem !important;
  }

  .sm\:focus\:tw--translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .sm\:focus\:tw--translate-y-13:focus{
    --transform-translate-y: -3.25rem !important;
  }

  .sm\:focus\:tw--translate-y-14:focus{
    --transform-translate-y: -3.5rem !important;
  }

  .sm\:focus\:tw--translate-y-15:focus{
    --transform-translate-y: -3.75rem !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-28:focus{
    --transform-translate-y: -7rem !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-60:focus{
    --transform-translate-y: -15rem !important;
  }

  .sm\:focus\:tw--translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .sm\:focus\:tw--translate-y-72:focus{
    --transform-translate-y: -18rem !important;
  }

  .sm\:focus\:tw--translate-y-80:focus{
    --transform-translate-y: -20rem !important;
  }

  .sm\:focus\:tw--translate-y-96:focus{
    --transform-translate-y: -24rem !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\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .sm\:focus\:tw--translate-y-1\/3:focus{
    --transform-translate-y: -33.33333% !important;
  }

  .sm\:focus\:tw--translate-y-2\/3:focus{
    --transform-translate-y: -66.66667% !important;
  }

  .sm\:focus\:tw--translate-y-1\/4:focus{
    --transform-translate-y: -25% !important;
  }

  .sm\:focus\:tw--translate-y-2\/4:focus{
    --transform-translate-y: -50% !important;
  }

  .sm\:focus\:tw--translate-y-3\/4:focus{
    --transform-translate-y: -75% !important;
  }

  .sm\:focus\:tw--translate-y-1\/5:focus{
    --transform-translate-y: -20% !important;
  }

  .sm\:focus\:tw--translate-y-2\/5:focus{
    --transform-translate-y: -40% !important;
  }

  .sm\:focus\:tw--translate-y-3\/5:focus{
    --transform-translate-y: -60% !important;
  }

  .sm\:focus\:tw--translate-y-4\/5:focus{
    --transform-translate-y: -80% !important;
  }

  .sm\:focus\:tw--translate-y-1\/6:focus{
    --transform-translate-y: -16.66667% !important;
  }

  .sm\:focus\:tw--translate-y-2\/6:focus{
    --transform-translate-y: -33.33333% !important;
  }

  .sm\:focus\:tw--translate-y-3\/6:focus{
    --transform-translate-y: -50% !important;
  }

  .sm\:focus\:tw--translate-y-4\/6:focus{
    --transform-translate-y: -66.66667% !important;
  }

  .sm\:focus\:tw--translate-y-5\/6:focus{
    --transform-translate-y: -83.33333% !important;
  }

  .sm\:focus\:tw--translate-y-1\/12:focus{
    --transform-translate-y: -8.33333% !important;
  }

  .sm\:focus\:tw--translate-y-2\/12:focus{
    --transform-translate-y: -16.66667% !important;
  }

  .sm\:focus\:tw--translate-y-3\/12:focus{
    --transform-translate-y: -25% !important;
  }

  .sm\:focus\:tw--translate-y-4\/12:focus{
    --transform-translate-y: -33.33333% !important;
  }

  .sm\:focus\:tw--translate-y-5\/12:focus{
    --transform-translate-y: -41.66667% !important;
  }

  .sm\:focus\:tw--translate-y-6\/12:focus{
    --transform-translate-y: -50% !important;
  }

  .sm\:focus\:tw--translate-y-7\/12:focus{
    --transform-translate-y: -58.33333% !important;
  }

  .sm\:focus\:tw--translate-y-8\/12:focus{
    --transform-translate-y: -66.66667% !important;
  }

  .sm\:focus\:tw--translate-y-9\/12:focus{
    --transform-translate-y: -75% !important;
  }

  .sm\:focus\:tw--translate-y-10\/12:focus{
    --transform-translate-y: -83.33333% !important;
  }

  .sm\:focus\:tw--translate-y-11\/12:focus{
    --transform-translate-y: -91.66667% !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-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-y-0{
    --transform-skew-y: 0 !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\:hover\:tw-skew-x-0:hover{
    --transform-skew-x: 0 !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-y-0:hover{
    --transform-skew-y: 0 !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\:focus\:tw-skew-x-0:focus{
    --transform-skew-x: 0 !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-y-0:focus{
    --transform-skew-y: 0 !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\:tw-transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .sm\:tw-transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .sm\:tw-transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform !important;
  }

  .sm\:tw-transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .sm\:tw-transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .sm\:tw-transition-shadow{
    -webkit-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
  }

  .sm\:tw-transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .sm\:tw-ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .sm\:tw-ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:tw-ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:tw-ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .sm\:tw-duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .sm\:tw-duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .sm\:tw-duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:tw-duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .sm\:tw-duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .sm\:tw-duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .sm\:tw-duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .sm\:tw-duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .sm\:tw-delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .sm\:tw-delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .sm\:tw-delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .sm\:tw-delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .sm\:tw-delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .sm\:tw-delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .sm\:tw-delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .sm\:tw-delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }
}

@media (min-width: 768px){
  .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-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.75rem * 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-9 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-9 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.25rem * 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-11 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-11 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * 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-13 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important;
  }

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

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

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

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

  .md\:tw-space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * 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-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * 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-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--space-x-reverse)) !important;
    margin-left: calc(15rem * 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-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--space-y-reverse)) !important;
  }

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

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

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

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

  .md\:tw-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--space-x-reverse)) !important;
    margin-left: calc(24rem * 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\/2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important;
  }

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

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

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

  .md\:tw-space-y-2\/3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-2\/3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .md\:tw-space-y-2\/4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-2\/4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-3\/4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-3\/4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(75% * var(--space-x-reverse)) !important;
    margin-left: calc(75% * 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(20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-1\/5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(20% * var(--space-x-reverse)) !important;
    margin-left: calc(20% * 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(40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(40% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-2\/5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(40% * var(--space-x-reverse)) !important;
    margin-left: calc(40% * 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(60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60% * var(--space-y-reverse)) !important;
  }

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

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

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

  .md\:tw-space-y-1\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-1\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-2\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-2\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-3\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-3\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-4\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-4\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .md\:tw-space-y-1\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.333333% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-1\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-2\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-2\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .md\:tw-space-y-4\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-4\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .md\:tw-space-y-6\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-6\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-7\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(58.333333% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-7\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(58.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-8\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-8\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-9\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-9\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(75% * var(--space-x-reverse)) !important;
    margin-left: calc(75% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-10\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-10\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(83.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-11\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(91.666667% * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-11\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(91.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:tw-space-x-full > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * 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-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.75rem * 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-9 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-9 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.25rem * 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-11 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-11 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * 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-13 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important;
  }

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

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

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

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

  .md\:tw--space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * 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-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * 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-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15rem * 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-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--space-y-reverse)) !important;
  }

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

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

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

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

  .md\:tw--space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--space-x-reverse)) !important;
    margin-left: calc(-24rem * 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\/2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
  }

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

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

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

  .md\:tw--space-y-2\/3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-2\/3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .md\:tw--space-y-2\/4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-2\/4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-3\/4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-3\/4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-75% * var(--space-x-reverse)) !important;
    margin-left: calc(-75% * 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(-20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-1\/5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-20% * var(--space-x-reverse)) !important;
    margin-left: calc(-20% * 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(-40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-40% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-2\/5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-40% * var(--space-x-reverse)) !important;
    margin-left: calc(-40% * 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(-60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60% * var(--space-y-reverse)) !important;
  }

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

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

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

  .md\:tw--space-y-1\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-1\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-2\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-2\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-3\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-3\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-4\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-4\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .md\:tw--space-y-1\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.33333% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-1\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-2\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-2\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .md\:tw--space-y-4\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-4\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .md\:tw--space-y-6\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-6\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-7\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-58.33333% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-7\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-58.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-8\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-8\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-9\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-9\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-75% * var(--space-x-reverse)) !important;
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-10\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-10\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-83.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-11\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-91.66667% * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-11\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-91.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:tw--space-x-full > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * 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-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-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    border-color: rgba(210, 214, 220, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159, 166, 178, 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: #252f3f !important;
    border-color: rgba(37, 47, 63, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22, 30, 46, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-cool-gray-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251, 253, 254, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-cool-gray-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-cool-gray-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-cool-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207, 216, 227, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-cool-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151, 166, 186, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-cool-gray-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-cool-gray-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-cool-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #364152 !important;
    border-color: rgba(54, 65, 82, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-cool-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #27303f !important;
    border-color: rgba(39, 48, 63, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-cool-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26, 32, 46, var(--divide-opacity)) !important;
  }

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

  .md\:tw-divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253, 232, 232, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251, 213, 213, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248, 180, 180, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249, 128, 128, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240, 82, 82, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224, 36, 36, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200, 30, 30, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155, 28, 28, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255, 248, 241, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254, 236, 220, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252, 217, 189, var(--divide-opacity)) !important;
  }

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

  .md\:tw-divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255, 138, 76, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255, 90, 31, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208, 56, 1, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180, 52, 3, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138, 44, 13, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253, 253, 234, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253, 246, 178, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252, 233, 106, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250, 202, 21, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227, 160, 8, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194, 120, 3, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159, 88, 10, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142, 75, 16, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114, 59, 19, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #633112 !important;
    border-color: rgba(99, 49, 18, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243, 250, 247, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222, 247, 236, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188, 240, 218, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132, 225, 188, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49, 196, 141, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14, 159, 110, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5, 122, 85, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4, 108, 78, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #03543f !important;
    border-color: rgba(3, 84, 63, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #014737 !important;
    border-color: rgba(1, 71, 55, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237, 250, 250, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213, 245, 246, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #afecef !important;
    border-color: rgba(175, 236, 239, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126, 220, 226, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22, 189, 202, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6, 148, 162, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #047481 !important;
    border-color: rgba(4, 116, 129, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #036672 !important;
    border-color: rgba(3, 102, 114, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #05505c !important;
    border-color: rgba(5, 80, 92, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #014451 !important;
    border-color: rgba(1, 68, 81, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235, 245, 255, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225, 239, 254, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195, 221, 253, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164, 202, 254, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118, 169, 250, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63, 131, 248, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28, 100, 242, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26, 86, 219, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30, 66, 159, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #233876 !important;
    border-color: rgba(35, 56, 118, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240, 245, 255, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229, 237, 255, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205, 219, 254, var(--divide-opacity)) !important;
  }

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

  .md\:tw-divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141, 162, 251, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104, 117, 245, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88, 80, 236, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81, 69, 205, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #42389d !important;
    border-color: rgba(66, 56, 157, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54, 47, 120, var(--divide-opacity)) !important;
  }

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

  .md\:tw-divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237, 235, 254, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220, 215, 254, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202, 191, 253, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172, 148, 250, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144, 97, 249, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126, 58, 242, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108, 43, 217, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85, 33, 181, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    border-color: rgba(252, 232, 243, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250, 209, 232, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248, 180, 217, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241, 126, 184, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231, 70, 148, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214, 31, 105, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191, 18, 93, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #99154b !important;
    border-color: rgba(153, 21, 75, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117, 26, 61, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-modal-grey > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7f7f7 !important;
    border-color: rgba(247, 247, 247, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-separator-grey > :not(template) ~ :not(template){
    border-color: hsla(210,7%,83%,1) !important;
  }

  .md\:tw-divide-label-grey > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #738699 !important;
    border-color: rgba(115, 134, 153, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-anvesh-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1A2633 !important;
    border-color: rgba(26, 38, 51, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-anvesh-grey > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #B6BBBF !important;
    border-color: rgba(182, 187, 191, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-anvesh-blue > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0099dd !important;
    border-color: rgba(0, 153, 221, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-jira-blue > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0b4571 !important;
    border-color: rgba(11, 69, 113, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-amber > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #FFBF00 !important;
    border-color: rgba(255, 191, 0, var(--divide-opacity)) !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-transparent{
    background-color: transparent !important;
  }

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

  .md\:tw-bg-black{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    background-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    background-color: rgba(210, 214, 220, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #9fa6b2 !important;
    background-color: rgba(159, 166, 178, 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: #252f3f !important;
    background-color: rgba(37, 47, 63, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #161e2e !important;
    background-color: rgba(22, 30, 46, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-cool-gray-50{
    --bg-opacity: 1 !important;
    background-color: #fbfdfe !important;
    background-color: rgba(251, 253, 254, var(--bg-opacity)) !important;
  }

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

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

  .md\:tw-bg-cool-gray-300{
    --bg-opacity: 1 !important;
    background-color: #cfd8e3 !important;
    background-color: rgba(207, 216, 227, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-cool-gray-400{
    --bg-opacity: 1 !important;
    background-color: #97a6ba !important;
    background-color: rgba(151, 166, 186, var(--bg-opacity)) !important;
  }

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

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

  .md\:tw-bg-cool-gray-700{
    --bg-opacity: 1 !important;
    background-color: #364152 !important;
    background-color: rgba(54, 65, 82, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-cool-gray-800{
    --bg-opacity: 1 !important;
    background-color: #27303f !important;
    background-color: rgba(39, 48, 63, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-cool-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202e !important;
    background-color: rgba(26, 32, 46, var(--bg-opacity)) !important;
  }

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

  .md\:tw-bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fde8e8 !important;
    background-color: rgba(253, 232, 232, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fbd5d5 !important;
    background-color: rgba(251, 213, 213, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #f8b4b4 !important;
    background-color: rgba(248, 180, 180, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #f98080 !important;
    background-color: rgba(249, 128, 128, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f05252 !important;
    background-color: rgba(240, 82, 82, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e02424 !important;
    background-color: rgba(224, 36, 36, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c81e1e !important;
    background-color: rgba(200, 30, 30, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b1c1c !important;
    background-color: rgba(155, 28, 28, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-50{
    --bg-opacity: 1 !important;
    background-color: #fff8f1 !important;
    background-color: rgba(255, 248, 241, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #feecdc !important;
    background-color: rgba(254, 236, 220, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #fcd9bd !important;
    background-color: rgba(252, 217, 189, var(--bg-opacity)) !important;
  }

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

  .md\:tw-bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #ff8a4c !important;
    background-color: rgba(255, 138, 76, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ff5a1f !important;
    background-color: rgba(255, 90, 31, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #d03801 !important;
    background-color: rgba(208, 56, 1, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #b43403 !important;
    background-color: rgba(180, 52, 3, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #8a2c0d !important;
    background-color: rgba(138, 44, 13, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-50{
    --bg-opacity: 1 !important;
    background-color: #fdfdea !important;
    background-color: rgba(253, 253, 234, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fdf6b2 !important;
    background-color: rgba(253, 246, 178, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fce96a !important;
    background-color: rgba(252, 233, 106, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faca15 !important;
    background-color: rgba(250, 202, 21, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #e3a008 !important;
    background-color: rgba(227, 160, 8, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #c27803 !important;
    background-color: rgba(194, 120, 3, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #9f580a !important;
    background-color: rgba(159, 88, 10, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #8e4b10 !important;
    background-color: rgba(142, 75, 16, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #723b13 !important;
    background-color: rgba(114, 59, 19, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #633112 !important;
    background-color: rgba(99, 49, 18, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-50{
    --bg-opacity: 1 !important;
    background-color: #f3faf7 !important;
    background-color: rgba(243, 250, 247, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #def7ec !important;
    background-color: rgba(222, 247, 236, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #bcf0da !important;
    background-color: rgba(188, 240, 218, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #84e1bc !important;
    background-color: rgba(132, 225, 188, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #31c48d !important;
    background-color: rgba(49, 196, 141, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #0e9f6e !important;
    background-color: rgba(14, 159, 110, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #057a55 !important;
    background-color: rgba(5, 122, 85, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #046c4e !important;
    background-color: rgba(4, 108, 78, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #03543f !important;
    background-color: rgba(3, 84, 63, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #014737 !important;
    background-color: rgba(1, 71, 55, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-50{
    --bg-opacity: 1 !important;
    background-color: #edfafa !important;
    background-color: rgba(237, 250, 250, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #d5f5f6 !important;
    background-color: rgba(213, 245, 246, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #afecef !important;
    background-color: rgba(175, 236, 239, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #7edce2 !important;
    background-color: rgba(126, 220, 226, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #16bdca !important;
    background-color: rgba(22, 189, 202, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #0694a2 !important;
    background-color: rgba(6, 148, 162, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #047481 !important;
    background-color: rgba(4, 116, 129, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #036672 !important;
    background-color: rgba(3, 102, 114, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #05505c !important;
    background-color: rgba(5, 80, 92, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #014451 !important;
    background-color: rgba(1, 68, 81, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-50{
    --bg-opacity: 1 !important;
    background-color: #ebf5ff !important;
    background-color: rgba(235, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #e1effe !important;
    background-color: rgba(225, 239, 254, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #c3ddfd !important;
    background-color: rgba(195, 221, 253, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #a4cafe !important;
    background-color: rgba(164, 202, 254, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #76a9fa !important;
    background-color: rgba(118, 169, 250, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #3f83f8 !important;
    background-color: rgba(63, 131, 248, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #1c64f2 !important;
    background-color: rgba(28, 100, 242, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #1a56db !important;
    background-color: rgba(26, 86, 219, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #1e429f !important;
    background-color: rgba(30, 66, 159, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #233876 !important;
    background-color: rgba(35, 56, 118, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-50{
    --bg-opacity: 1 !important;
    background-color: #f0f5ff !important;
    background-color: rgba(240, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #e5edff !important;
    background-color: rgba(229, 237, 255, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #cddbfe !important;
    background-color: rgba(205, 219, 254, var(--bg-opacity)) !important;
  }

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

  .md\:tw-bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #8da2fb !important;
    background-color: rgba(141, 162, 251, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #6875f5 !important;
    background-color: rgba(104, 117, 245, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5850ec !important;
    background-color: rgba(88, 80, 236, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #5145cd !important;
    background-color: rgba(81, 69, 205, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #42389d !important;
    background-color: rgba(66, 56, 157, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #362f78 !important;
    background-color: rgba(54, 47, 120, var(--bg-opacity)) !important;
  }

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

  .md\:tw-bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #edebfe !important;
    background-color: rgba(237, 235, 254, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #dcd7fe !important;
    background-color: rgba(220, 215, 254, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #cabffd !important;
    background-color: rgba(202, 191, 253, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #ac94fa !important;
    background-color: rgba(172, 148, 250, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9061f9 !important;
    background-color: rgba(144, 97, 249, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #7e3af2 !important;
    background-color: rgba(126, 58, 242, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6c2bd9 !important;
    background-color: rgba(108, 43, 217, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #5521b5 !important;
    background-color: rgba(85, 33, 181, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #4a1d96 !important;
    background-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    background-color: rgba(252, 232, 243, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fad1e8 !important;
    background-color: rgba(250, 209, 232, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #f8b4d9 !important;
    background-color: rgba(248, 180, 217, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f17eb8 !important;
    background-color: rgba(241, 126, 184, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #e74694 !important;
    background-color: rgba(231, 70, 148, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d61f69 !important;
    background-color: rgba(214, 31, 105, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #bf125d !important;
    background-color: rgba(191, 18, 93, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #99154b !important;
    background-color: rgba(153, 21, 75, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #751a3d !important;
    background-color: rgba(117, 26, 61, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-modal-grey{
    --bg-opacity: 1 !important;
    background-color: #f7f7f7 !important;
    background-color: rgba(247, 247, 247, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-separator-grey{
    background-color: hsla(210,7%,83%,1) !important;
  }

  .md\:tw-bg-label-grey{
    --bg-opacity: 1 !important;
    background-color: #738699 !important;
    background-color: rgba(115, 134, 153, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-anvesh-black{
    --bg-opacity: 1 !important;
    background-color: #1A2633 !important;
    background-color: rgba(26, 38, 51, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-anvesh-grey{
    --bg-opacity: 1 !important;
    background-color: #B6BBBF !important;
    background-color: rgba(182, 187, 191, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-anvesh-blue{
    --bg-opacity: 1 !important;
    background-color: #0099dd !important;
    background-color: rgba(0, 153, 221, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-jira-blue{
    --bg-opacity: 1 !important;
    background-color: #0b4571 !important;
    background-color: rgba(11, 69, 113, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-amber{
    --bg-opacity: 1 !important;
    background-color: #FFBF00 !important;
    background-color: rgba(255, 191, 0, var(--bg-opacity)) !important;
  }

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

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

  .md\:hover\:tw-bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    background-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    background-color: rgba(210, 214, 220, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #9fa6b2 !important;
    background-color: rgba(159, 166, 178, 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: #252f3f !important;
    background-color: rgba(37, 47, 63, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #161e2e !important;
    background-color: rgba(22, 30, 46, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cool-gray-50:hover{
    --bg-opacity: 1 !important;
    background-color: #fbfdfe !important;
    background-color: rgba(251, 253, 254, var(--bg-opacity)) !important;
  }

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

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

  .md\:hover\:tw-bg-cool-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #cfd8e3 !important;
    background-color: rgba(207, 216, 227, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cool-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #97a6ba !important;
    background-color: rgba(151, 166, 186, var(--bg-opacity)) !important;
  }

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

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

  .md\:hover\:tw-bg-cool-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #364152 !important;
    background-color: rgba(54, 65, 82, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cool-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #27303f !important;
    background-color: rgba(39, 48, 63, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cool-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202e !important;
    background-color: rgba(26, 32, 46, var(--bg-opacity)) !important;
  }

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

  .md\:hover\:tw-bg-red-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fde8e8 !important;
    background-color: rgba(253, 232, 232, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd5d5 !important;
    background-color: rgba(251, 213, 213, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-300:hover{
    --bg-opacity: 1 !important;
    background-color: #f8b4b4 !important;
    background-color: rgba(248, 180, 180, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f98080 !important;
    background-color: rgba(249, 128, 128, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-500:hover{
    --bg-opacity: 1 !important;
    background-color: #f05252 !important;
    background-color: rgba(240, 82, 82, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-600:hover{
    --bg-opacity: 1 !important;
    background-color: #e02424 !important;
    background-color: rgba(224, 36, 36, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c81e1e !important;
    background-color: rgba(200, 30, 30, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9b1c1c !important;
    background-color: rgba(155, 28, 28, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-900:hover{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-50:hover{
    --bg-opacity: 1 !important;
    background-color: #fff8f1 !important;
    background-color: rgba(255, 248, 241, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #feecdc !important;
    background-color: rgba(254, 236, 220, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fcd9bd !important;
    background-color: rgba(252, 217, 189, var(--bg-opacity)) !important;
  }

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

  .md\:hover\:tw-bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #ff8a4c !important;
    background-color: rgba(255, 138, 76, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ff5a1f !important;
    background-color: rgba(255, 90, 31, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d03801 !important;
    background-color: rgba(208, 56, 1, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b43403 !important;
    background-color: rgba(180, 52, 3, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #8a2c0d !important;
    background-color: rgba(138, 44, 13, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-50:hover{
    --bg-opacity: 1 !important;
    background-color: #fdfdea !important;
    background-color: rgba(253, 253, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fdf6b2 !important;
    background-color: rgba(253, 246, 178, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fce96a !important;
    background-color: rgba(252, 233, 106, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faca15 !important;
    background-color: rgba(250, 202, 21, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #e3a008 !important;
    background-color: rgba(227, 160, 8, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #c27803 !important;
    background-color: rgba(194, 120, 3, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #9f580a !important;
    background-color: rgba(159, 88, 10, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #8e4b10 !important;
    background-color: rgba(142, 75, 16, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #723b13 !important;
    background-color: rgba(114, 59, 19, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #633112 !important;
    background-color: rgba(99, 49, 18, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-50:hover{
    --bg-opacity: 1 !important;
    background-color: #f3faf7 !important;
    background-color: rgba(243, 250, 247, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #def7ec !important;
    background-color: rgba(222, 247, 236, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bcf0da !important;
    background-color: rgba(188, 240, 218, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #84e1bc !important;
    background-color: rgba(132, 225, 188, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #31c48d !important;
    background-color: rgba(49, 196, 141, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #0e9f6e !important;
    background-color: rgba(14, 159, 110, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #057a55 !important;
    background-color: rgba(5, 122, 85, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #046c4e !important;
    background-color: rgba(4, 108, 78, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #03543f !important;
    background-color: rgba(3, 84, 63, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #014737 !important;
    background-color: rgba(1, 71, 55, var(--bg-opacity)) !important;
  }

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

  .md\:hover\:tw-bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #d5f5f6 !important;
    background-color: rgba(213, 245, 246, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #afecef !important;
    background-color: rgba(175, 236, 239, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #7edce2 !important;
    background-color: rgba(126, 220, 226, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #16bdca !important;
    background-color: rgba(22, 189, 202, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #0694a2 !important;
    background-color: rgba(6, 148, 162, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #047481 !important;
    background-color: rgba(4, 116, 129, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #036672 !important;
    background-color: rgba(3, 102, 114, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #05505c !important;
    background-color: rgba(5, 80, 92, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #014451 !important;
    background-color: rgba(1, 68, 81, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-50:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf5ff !important;
    background-color: rgba(235, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e1effe !important;
    background-color: rgba(225, 239, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3ddfd !important;
    background-color: rgba(195, 221, 253, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a4cafe !important;
    background-color: rgba(164, 202, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #76a9fa !important;
    background-color: rgba(118, 169, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #3f83f8 !important;
    background-color: rgba(63, 131, 248, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #1c64f2 !important;
    background-color: rgba(28, 100, 242, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #1a56db !important;
    background-color: rgba(26, 86, 219, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #1e429f !important;
    background-color: rgba(30, 66, 159, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #233876 !important;
    background-color: rgba(35, 56, 118, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-50:hover{
    --bg-opacity: 1 !important;
    background-color: #f0f5ff !important;
    background-color: rgba(240, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e5edff !important;
    background-color: rgba(229, 237, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #cddbfe !important;
    background-color: rgba(205, 219, 254, var(--bg-opacity)) !important;
  }

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

  .md\:hover\:tw-bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #8da2fb !important;
    background-color: rgba(141, 162, 251, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #6875f5 !important;
    background-color: rgba(104, 117, 245, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5850ec !important;
    background-color: rgba(88, 80, 236, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #5145cd !important;
    background-color: rgba(81, 69, 205, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #42389d !important;
    background-color: rgba(66, 56, 157, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #362f78 !important;
    background-color: rgba(54, 47, 120, var(--bg-opacity)) !important;
  }

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

  .md\:hover\:tw-bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #edebfe !important;
    background-color: rgba(237, 235, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #dcd7fe !important;
    background-color: rgba(220, 215, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #cabffd !important;
    background-color: rgba(202, 191, 253, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #ac94fa !important;
    background-color: rgba(172, 148, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9061f9 !important;
    background-color: rgba(144, 97, 249, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #7e3af2 !important;
    background-color: rgba(126, 58, 242, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6c2bd9 !important;
    background-color: rgba(108, 43, 217, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #5521b5 !important;
    background-color: rgba(85, 33, 181, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #4a1d96 !important;
    background-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    background-color: rgba(252, 232, 243, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fad1e8 !important;
    background-color: rgba(250, 209, 232, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #f8b4d9 !important;
    background-color: rgba(248, 180, 217, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f17eb8 !important;
    background-color: rgba(241, 126, 184, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #e74694 !important;
    background-color: rgba(231, 70, 148, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d61f69 !important;
    background-color: rgba(214, 31, 105, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #bf125d !important;
    background-color: rgba(191, 18, 93, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #99154b !important;
    background-color: rgba(153, 21, 75, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #751a3d !important;
    background-color: rgba(117, 26, 61, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-modal-grey:hover{
    --bg-opacity: 1 !important;
    background-color: #f7f7f7 !important;
    background-color: rgba(247, 247, 247, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-separator-grey:hover{
    background-color: hsla(210,7%,83%,1) !important;
  }

  .md\:hover\:tw-bg-label-grey:hover{
    --bg-opacity: 1 !important;
    background-color: #738699 !important;
    background-color: rgba(115, 134, 153, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-anvesh-black:hover{
    --bg-opacity: 1 !important;
    background-color: #1A2633 !important;
    background-color: rgba(26, 38, 51, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-anvesh-grey:hover{
    --bg-opacity: 1 !important;
    background-color: #B6BBBF !important;
    background-color: rgba(182, 187, 191, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-anvesh-blue:hover{
    --bg-opacity: 1 !important;
    background-color: #0099dd !important;
    background-color: rgba(0, 153, 221, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-jira-blue:hover{
    --bg-opacity: 1 !important;
    background-color: #0b4571 !important;
    background-color: rgba(11, 69, 113, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber:hover{
    --bg-opacity: 1 !important;
    background-color: #FFBF00 !important;
    background-color: rgba(255, 191, 0, var(--bg-opacity)) !important;
  }

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

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

  .md\:focus\:tw-bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    background-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    background-color: rgba(210, 214, 220, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #9fa6b2 !important;
    background-color: rgba(159, 166, 178, 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: #252f3f !important;
    background-color: rgba(37, 47, 63, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #161e2e !important;
    background-color: rgba(22, 30, 46, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cool-gray-50:focus{
    --bg-opacity: 1 !important;
    background-color: #fbfdfe !important;
    background-color: rgba(251, 253, 254, var(--bg-opacity)) !important;
  }

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

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

  .md\:focus\:tw-bg-cool-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #cfd8e3 !important;
    background-color: rgba(207, 216, 227, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cool-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #97a6ba !important;
    background-color: rgba(151, 166, 186, var(--bg-opacity)) !important;
  }

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

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

  .md\:focus\:tw-bg-cool-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #364152 !important;
    background-color: rgba(54, 65, 82, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cool-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #27303f !important;
    background-color: rgba(39, 48, 63, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cool-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202e !important;
    background-color: rgba(26, 32, 46, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-50:focus{
    --bg-opacity: 1 !important;
    background-color: #fdf2f2 !important;
    background-color: rgba(253, 242, 242, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fde8e8 !important;
    background-color: rgba(253, 232, 232, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd5d5 !important;
    background-color: rgba(251, 213, 213, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-300:focus{
    --bg-opacity: 1 !important;
    background-color: #f8b4b4 !important;
    background-color: rgba(248, 180, 180, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f98080 !important;
    background-color: rgba(249, 128, 128, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-500:focus{
    --bg-opacity: 1 !important;
    background-color: #f05252 !important;
    background-color: rgba(240, 82, 82, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-600:focus{
    --bg-opacity: 1 !important;
    background-color: #e02424 !important;
    background-color: rgba(224, 36, 36, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c81e1e !important;
    background-color: rgba(200, 30, 30, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9b1c1c !important;
    background-color: rgba(155, 28, 28, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-900:focus{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-50:focus{
    --bg-opacity: 1 !important;
    background-color: #fff8f1 !important;
    background-color: rgba(255, 248, 241, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #feecdc !important;
    background-color: rgba(254, 236, 220, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fcd9bd !important;
    background-color: rgba(252, 217, 189, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fdba8c !important;
    background-color: rgba(253, 186, 140, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #ff8a4c !important;
    background-color: rgba(255, 138, 76, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ff5a1f !important;
    background-color: rgba(255, 90, 31, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d03801 !important;
    background-color: rgba(208, 56, 1, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b43403 !important;
    background-color: rgba(180, 52, 3, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #8a2c0d !important;
    background-color: rgba(138, 44, 13, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-50:focus{
    --bg-opacity: 1 !important;
    background-color: #fdfdea !important;
    background-color: rgba(253, 253, 234, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fdf6b2 !important;
    background-color: rgba(253, 246, 178, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fce96a !important;
    background-color: rgba(252, 233, 106, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faca15 !important;
    background-color: rgba(250, 202, 21, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #e3a008 !important;
    background-color: rgba(227, 160, 8, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #c27803 !important;
    background-color: rgba(194, 120, 3, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #9f580a !important;
    background-color: rgba(159, 88, 10, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #8e4b10 !important;
    background-color: rgba(142, 75, 16, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #723b13 !important;
    background-color: rgba(114, 59, 19, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #633112 !important;
    background-color: rgba(99, 49, 18, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-50:focus{
    --bg-opacity: 1 !important;
    background-color: #f3faf7 !important;
    background-color: rgba(243, 250, 247, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #def7ec !important;
    background-color: rgba(222, 247, 236, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bcf0da !important;
    background-color: rgba(188, 240, 218, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #84e1bc !important;
    background-color: rgba(132, 225, 188, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #31c48d !important;
    background-color: rgba(49, 196, 141, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #0e9f6e !important;
    background-color: rgba(14, 159, 110, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #057a55 !important;
    background-color: rgba(5, 122, 85, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #046c4e !important;
    background-color: rgba(4, 108, 78, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #03543f !important;
    background-color: rgba(3, 84, 63, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #014737 !important;
    background-color: rgba(1, 71, 55, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-50:focus{
    --bg-opacity: 1 !important;
    background-color: #edfafa !important;
    background-color: rgba(237, 250, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #d5f5f6 !important;
    background-color: rgba(213, 245, 246, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #afecef !important;
    background-color: rgba(175, 236, 239, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #7edce2 !important;
    background-color: rgba(126, 220, 226, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #16bdca !important;
    background-color: rgba(22, 189, 202, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #0694a2 !important;
    background-color: rgba(6, 148, 162, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #047481 !important;
    background-color: rgba(4, 116, 129, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #036672 !important;
    background-color: rgba(3, 102, 114, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #05505c !important;
    background-color: rgba(5, 80, 92, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #014451 !important;
    background-color: rgba(1, 68, 81, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-50:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf5ff !important;
    background-color: rgba(235, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e1effe !important;
    background-color: rgba(225, 239, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3ddfd !important;
    background-color: rgba(195, 221, 253, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a4cafe !important;
    background-color: rgba(164, 202, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #76a9fa !important;
    background-color: rgba(118, 169, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #3f83f8 !important;
    background-color: rgba(63, 131, 248, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #1c64f2 !important;
    background-color: rgba(28, 100, 242, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #1a56db !important;
    background-color: rgba(26, 86, 219, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #1e429f !important;
    background-color: rgba(30, 66, 159, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #233876 !important;
    background-color: rgba(35, 56, 118, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-50:focus{
    --bg-opacity: 1 !important;
    background-color: #f0f5ff !important;
    background-color: rgba(240, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e5edff !important;
    background-color: rgba(229, 237, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #cddbfe !important;
    background-color: rgba(205, 219, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #b4c6fc !important;
    background-color: rgba(180, 198, 252, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #8da2fb !important;
    background-color: rgba(141, 162, 251, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #6875f5 !important;
    background-color: rgba(104, 117, 245, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5850ec !important;
    background-color: rgba(88, 80, 236, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #5145cd !important;
    background-color: rgba(81, 69, 205, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #42389d !important;
    background-color: rgba(66, 56, 157, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #362f78 !important;
    background-color: rgba(54, 47, 120, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-50:focus{
    --bg-opacity: 1 !important;
    background-color: #f6f5ff !important;
    background-color: rgba(246, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #edebfe !important;
    background-color: rgba(237, 235, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #dcd7fe !important;
    background-color: rgba(220, 215, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #cabffd !important;
    background-color: rgba(202, 191, 253, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #ac94fa !important;
    background-color: rgba(172, 148, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9061f9 !important;
    background-color: rgba(144, 97, 249, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #7e3af2 !important;
    background-color: rgba(126, 58, 242, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6c2bd9 !important;
    background-color: rgba(108, 43, 217, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #5521b5 !important;
    background-color: rgba(85, 33, 181, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #4a1d96 !important;
    background-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    background-color: rgba(252, 232, 243, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fad1e8 !important;
    background-color: rgba(250, 209, 232, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #f8b4d9 !important;
    background-color: rgba(248, 180, 217, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f17eb8 !important;
    background-color: rgba(241, 126, 184, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #e74694 !important;
    background-color: rgba(231, 70, 148, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d61f69 !important;
    background-color: rgba(214, 31, 105, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #bf125d !important;
    background-color: rgba(191, 18, 93, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #99154b !important;
    background-color: rgba(153, 21, 75, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #751a3d !important;
    background-color: rgba(117, 26, 61, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-modal-grey:focus{
    --bg-opacity: 1 !important;
    background-color: #f7f7f7 !important;
    background-color: rgba(247, 247, 247, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-separator-grey:focus{
    background-color: hsla(210,7%,83%,1) !important;
  }

  .md\:focus\:tw-bg-label-grey:focus{
    --bg-opacity: 1 !important;
    background-color: #738699 !important;
    background-color: rgba(115, 134, 153, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-anvesh-black:focus{
    --bg-opacity: 1 !important;
    background-color: #1A2633 !important;
    background-color: rgba(26, 38, 51, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-anvesh-grey:focus{
    --bg-opacity: 1 !important;
    background-color: #B6BBBF !important;
    background-color: rgba(182, 187, 191, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-anvesh-blue:focus{
    --bg-opacity: 1 !important;
    background-color: #0099dd !important;
    background-color: rgba(0, 153, 221, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-jira-blue:focus{
    --bg-opacity: 1 !important;
    background-color: #0b4571 !important;
    background-color: rgba(11, 69, 113, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber:focus{
    --bg-opacity: 1 !important;
    background-color: #FFBF00 !important;
    background-color: rgba(255, 191, 0, var(--bg-opacity)) !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-transparent{
    border-color: transparent !important;
  }

  .md\:tw-border-white{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-black{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    border-color: rgba(210, 214, 220, var(--border-opacity)) !important;
  }

  .md\:tw-border-gray-400{
    --border-opacity: 1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159, 166, 178, 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: #252f3f !important;
    border-color: rgba(37, 47, 63, var(--border-opacity)) !important;
  }

  .md\:tw-border-gray-900{
    --border-opacity: 1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22, 30, 46, var(--border-opacity)) !important;
  }

  .md\:tw-border-cool-gray-50{
    --border-opacity: 1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251, 253, 254, var(--border-opacity)) !important;
  }

  .md\:tw-border-cool-gray-100{
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .md\:tw-border-cool-gray-200{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:tw-border-cool-gray-300{
    --border-opacity: 1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207, 216, 227, var(--border-opacity)) !important;
  }

  .md\:tw-border-cool-gray-400{
    --border-opacity: 1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151, 166, 186, var(--border-opacity)) !important;
  }

  .md\:tw-border-cool-gray-500{
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .md\:tw-border-cool-gray-600{
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .md\:tw-border-cool-gray-700{
    --border-opacity: 1 !important;
    border-color: #364152 !important;
    border-color: rgba(54, 65, 82, var(--border-opacity)) !important;
  }

  .md\:tw-border-cool-gray-800{
    --border-opacity: 1 !important;
    border-color: #27303f !important;
    border-color: rgba(39, 48, 63, var(--border-opacity)) !important;
  }

  .md\:tw-border-cool-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26, 32, 46, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-50{
    --border-opacity: 1 !important;
    border-color: #fdf2f2 !important;
    border-color: rgba(253, 242, 242, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-100{
    --border-opacity: 1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253, 232, 232, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-200{
    --border-opacity: 1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251, 213, 213, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-300{
    --border-opacity: 1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248, 180, 180, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-400{
    --border-opacity: 1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249, 128, 128, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-500{
    --border-opacity: 1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240, 82, 82, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-600{
    --border-opacity: 1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224, 36, 36, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-700{
    --border-opacity: 1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200, 30, 30, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-800{
    --border-opacity: 1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155, 28, 28, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-900{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-50{
    --border-opacity: 1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255, 248, 241, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-100{
    --border-opacity: 1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254, 236, 220, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-200{
    --border-opacity: 1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252, 217, 189, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fdba8c !important;
    border-color: rgba(253, 186, 140, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-400{
    --border-opacity: 1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255, 138, 76, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255, 90, 31, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-600{
    --border-opacity: 1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208, 56, 1, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-700{
    --border-opacity: 1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180, 52, 3, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-800{
    --border-opacity: 1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138, 44, 13, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-900{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-50{
    --border-opacity: 1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253, 253, 234, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253, 246, 178, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252, 233, 106, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250, 202, 21, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227, 160, 8, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194, 120, 3, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159, 88, 10, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142, 75, 16, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114, 59, 19, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #633112 !important;
    border-color: rgba(99, 49, 18, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-50{
    --border-opacity: 1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243, 250, 247, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-100{
    --border-opacity: 1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222, 247, 236, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-200{
    --border-opacity: 1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188, 240, 218, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-300{
    --border-opacity: 1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132, 225, 188, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-400{
    --border-opacity: 1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49, 196, 141, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-500{
    --border-opacity: 1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14, 159, 110, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-600{
    --border-opacity: 1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5, 122, 85, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-700{
    --border-opacity: 1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4, 108, 78, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-800{
    --border-opacity: 1 !important;
    border-color: #03543f !important;
    border-color: rgba(3, 84, 63, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-900{
    --border-opacity: 1 !important;
    border-color: #014737 !important;
    border-color: rgba(1, 71, 55, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-50{
    --border-opacity: 1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237, 250, 250, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-100{
    --border-opacity: 1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213, 245, 246, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-200{
    --border-opacity: 1 !important;
    border-color: #afecef !important;
    border-color: rgba(175, 236, 239, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-300{
    --border-opacity: 1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126, 220, 226, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-400{
    --border-opacity: 1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22, 189, 202, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-500{
    --border-opacity: 1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6, 148, 162, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-600{
    --border-opacity: 1 !important;
    border-color: #047481 !important;
    border-color: rgba(4, 116, 129, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-700{
    --border-opacity: 1 !important;
    border-color: #036672 !important;
    border-color: rgba(3, 102, 114, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-800{
    --border-opacity: 1 !important;
    border-color: #05505c !important;
    border-color: rgba(5, 80, 92, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-900{
    --border-opacity: 1 !important;
    border-color: #014451 !important;
    border-color: rgba(1, 68, 81, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-50{
    --border-opacity: 1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235, 245, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-100{
    --border-opacity: 1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225, 239, 254, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-200{
    --border-opacity: 1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195, 221, 253, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-300{
    --border-opacity: 1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164, 202, 254, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-400{
    --border-opacity: 1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118, 169, 250, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-500{
    --border-opacity: 1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63, 131, 248, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-600{
    --border-opacity: 1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28, 100, 242, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-700{
    --border-opacity: 1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26, 86, 219, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-800{
    --border-opacity: 1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30, 66, 159, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-900{
    --border-opacity: 1 !important;
    border-color: #233876 !important;
    border-color: rgba(35, 56, 118, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-50{
    --border-opacity: 1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240, 245, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229, 237, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205, 219, 254, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #b4c6fc !important;
    border-color: rgba(180, 198, 252, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141, 162, 251, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104, 117, 245, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88, 80, 236, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81, 69, 205, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #42389d !important;
    border-color: rgba(66, 56, 157, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54, 47, 120, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-50{
    --border-opacity: 1 !important;
    border-color: #f6f5ff !important;
    border-color: rgba(246, 245, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-100{
    --border-opacity: 1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237, 235, 254, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-200{
    --border-opacity: 1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220, 215, 254, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-300{
    --border-opacity: 1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202, 191, 253, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-400{
    --border-opacity: 1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172, 148, 250, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144, 97, 249, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-600{
    --border-opacity: 1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126, 58, 242, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108, 43, 217, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-800{
    --border-opacity: 1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85, 33, 181, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-900{
    --border-opacity: 1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    border-color: rgba(252, 232, 243, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250, 209, 232, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-300{
    --border-opacity: 1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248, 180, 217, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241, 126, 184, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-500{
    --border-opacity: 1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231, 70, 148, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214, 31, 105, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-700{
    --border-opacity: 1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191, 18, 93, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-800{
    --border-opacity: 1 !important;
    border-color: #99154b !important;
    border-color: rgba(153, 21, 75, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-900{
    --border-opacity: 1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117, 26, 61, var(--border-opacity)) !important;
  }

  .md\:tw-border-modal-grey{
    --border-opacity: 1 !important;
    border-color: #f7f7f7 !important;
    border-color: rgba(247, 247, 247, var(--border-opacity)) !important;
  }

  .md\:tw-border-separator-grey{
    border-color: hsla(210,7%,83%,1) !important;
  }

  .md\:tw-border-label-grey{
    --border-opacity: 1 !important;
    border-color: #738699 !important;
    border-color: rgba(115, 134, 153, var(--border-opacity)) !important;
  }

  .md\:tw-border-anvesh-black{
    --border-opacity: 1 !important;
    border-color: #1A2633 !important;
    border-color: rgba(26, 38, 51, var(--border-opacity)) !important;
  }

  .md\:tw-border-anvesh-grey{
    --border-opacity: 1 !important;
    border-color: #B6BBBF !important;
    border-color: rgba(182, 187, 191, var(--border-opacity)) !important;
  }

  .md\:tw-border-anvesh-blue{
    --border-opacity: 1 !important;
    border-color: #0099dd !important;
    border-color: rgba(0, 153, 221, var(--border-opacity)) !important;
  }

  .md\:tw-border-jira-blue{
    --border-opacity: 1 !important;
    border-color: #0b4571 !important;
    border-color: rgba(11, 69, 113, var(--border-opacity)) !important;
  }

  .md\:tw-border-amber{
    --border-opacity: 1 !important;
    border-color: #FFBF00 !important;
    border-color: rgba(255, 191, 0, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-transparent:hover{
    border-color: transparent !important;
  }

  .md\:hover\:tw-border-white:hover{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-black:hover{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    border-color: rgba(210, 214, 220, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159, 166, 178, 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: #252f3f !important;
    border-color: rgba(37, 47, 63, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22, 30, 46, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cool-gray-50:hover{
    --border-opacity: 1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251, 253, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cool-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cool-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cool-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207, 216, 227, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cool-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151, 166, 186, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cool-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cool-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cool-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #364152 !important;
    border-color: rgba(54, 65, 82, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cool-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #27303f !important;
    border-color: rgba(39, 48, 63, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cool-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26, 32, 46, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-50:hover{
    --border-opacity: 1 !important;
    border-color: #fdf2f2 !important;
    border-color: rgba(253, 242, 242, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-100:hover{
    --border-opacity: 1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253, 232, 232, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-200:hover{
    --border-opacity: 1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251, 213, 213, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-300:hover{
    --border-opacity: 1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248, 180, 180, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-400:hover{
    --border-opacity: 1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249, 128, 128, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-500:hover{
    --border-opacity: 1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240, 82, 82, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-600:hover{
    --border-opacity: 1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224, 36, 36, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-700:hover{
    --border-opacity: 1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200, 30, 30, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-800:hover{
    --border-opacity: 1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155, 28, 28, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-900:hover{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-50:hover{
    --border-opacity: 1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255, 248, 241, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254, 236, 220, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252, 217, 189, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fdba8c !important;
    border-color: rgba(253, 186, 140, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255, 138, 76, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255, 90, 31, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208, 56, 1, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180, 52, 3, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138, 44, 13, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-50:hover{
    --border-opacity: 1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253, 253, 234, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253, 246, 178, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252, 233, 106, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250, 202, 21, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227, 160, 8, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194, 120, 3, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159, 88, 10, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142, 75, 16, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114, 59, 19, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #633112 !important;
    border-color: rgba(99, 49, 18, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-50:hover{
    --border-opacity: 1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243, 250, 247, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222, 247, 236, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188, 240, 218, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132, 225, 188, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49, 196, 141, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14, 159, 110, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5, 122, 85, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4, 108, 78, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #03543f !important;
    border-color: rgba(3, 84, 63, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #014737 !important;
    border-color: rgba(1, 71, 55, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-50:hover{
    --border-opacity: 1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237, 250, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213, 245, 246, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #afecef !important;
    border-color: rgba(175, 236, 239, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126, 220, 226, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22, 189, 202, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6, 148, 162, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #047481 !important;
    border-color: rgba(4, 116, 129, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #036672 !important;
    border-color: rgba(3, 102, 114, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #05505c !important;
    border-color: rgba(5, 80, 92, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #014451 !important;
    border-color: rgba(1, 68, 81, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-50:hover{
    --border-opacity: 1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235, 245, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225, 239, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195, 221, 253, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164, 202, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118, 169, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63, 131, 248, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28, 100, 242, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26, 86, 219, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30, 66, 159, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #233876 !important;
    border-color: rgba(35, 56, 118, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-50:hover{
    --border-opacity: 1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240, 245, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229, 237, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205, 219, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #b4c6fc !important;
    border-color: rgba(180, 198, 252, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141, 162, 251, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104, 117, 245, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88, 80, 236, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81, 69, 205, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #42389d !important;
    border-color: rgba(66, 56, 157, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54, 47, 120, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-50:hover{
    --border-opacity: 1 !important;
    border-color: #f6f5ff !important;
    border-color: rgba(246, 245, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237, 235, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220, 215, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202, 191, 253, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172, 148, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144, 97, 249, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126, 58, 242, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108, 43, 217, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85, 33, 181, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    border-color: rgba(252, 232, 243, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250, 209, 232, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248, 180, 217, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241, 126, 184, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231, 70, 148, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214, 31, 105, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191, 18, 93, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #99154b !important;
    border-color: rgba(153, 21, 75, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117, 26, 61, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-modal-grey:hover{
    --border-opacity: 1 !important;
    border-color: #f7f7f7 !important;
    border-color: rgba(247, 247, 247, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-separator-grey:hover{
    border-color: hsla(210,7%,83%,1) !important;
  }

  .md\:hover\:tw-border-label-grey:hover{
    --border-opacity: 1 !important;
    border-color: #738699 !important;
    border-color: rgba(115, 134, 153, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-anvesh-black:hover{
    --border-opacity: 1 !important;
    border-color: #1A2633 !important;
    border-color: rgba(26, 38, 51, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-anvesh-grey:hover{
    --border-opacity: 1 !important;
    border-color: #B6BBBF !important;
    border-color: rgba(182, 187, 191, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-anvesh-blue:hover{
    --border-opacity: 1 !important;
    border-color: #0099dd !important;
    border-color: rgba(0, 153, 221, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-jira-blue:hover{
    --border-opacity: 1 !important;
    border-color: #0b4571 !important;
    border-color: rgba(11, 69, 113, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber:hover{
    --border-opacity: 1 !important;
    border-color: #FFBF00 !important;
    border-color: rgba(255, 191, 0, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-transparent:focus{
    border-color: transparent !important;
  }

  .md\:focus\:tw-border-white:focus{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-black:focus{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    border-color: rgba(210, 214, 220, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159, 166, 178, 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: #252f3f !important;
    border-color: rgba(37, 47, 63, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22, 30, 46, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cool-gray-50:focus{
    --border-opacity: 1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251, 253, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cool-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cool-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cool-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207, 216, 227, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cool-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151, 166, 186, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cool-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cool-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cool-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #364152 !important;
    border-color: rgba(54, 65, 82, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cool-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #27303f !important;
    border-color: rgba(39, 48, 63, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cool-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26, 32, 46, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-50:focus{
    --border-opacity: 1 !important;
    border-color: #fdf2f2 !important;
    border-color: rgba(253, 242, 242, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-100:focus{
    --border-opacity: 1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253, 232, 232, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-200:focus{
    --border-opacity: 1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251, 213, 213, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-300:focus{
    --border-opacity: 1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248, 180, 180, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-400:focus{
    --border-opacity: 1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249, 128, 128, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-500:focus{
    --border-opacity: 1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240, 82, 82, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-600:focus{
    --border-opacity: 1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224, 36, 36, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-700:focus{
    --border-opacity: 1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200, 30, 30, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-800:focus{
    --border-opacity: 1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155, 28, 28, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-900:focus{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-50:focus{
    --border-opacity: 1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255, 248, 241, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254, 236, 220, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252, 217, 189, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fdba8c !important;
    border-color: rgba(253, 186, 140, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255, 138, 76, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255, 90, 31, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208, 56, 1, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180, 52, 3, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138, 44, 13, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-50:focus{
    --border-opacity: 1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253, 253, 234, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253, 246, 178, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252, 233, 106, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250, 202, 21, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227, 160, 8, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194, 120, 3, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159, 88, 10, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142, 75, 16, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114, 59, 19, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #633112 !important;
    border-color: rgba(99, 49, 18, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-50:focus{
    --border-opacity: 1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243, 250, 247, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222, 247, 236, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188, 240, 218, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132, 225, 188, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49, 196, 141, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14, 159, 110, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5, 122, 85, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4, 108, 78, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #03543f !important;
    border-color: rgba(3, 84, 63, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #014737 !important;
    border-color: rgba(1, 71, 55, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-50:focus{
    --border-opacity: 1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237, 250, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213, 245, 246, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #afecef !important;
    border-color: rgba(175, 236, 239, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126, 220, 226, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22, 189, 202, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6, 148, 162, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #047481 !important;
    border-color: rgba(4, 116, 129, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #036672 !important;
    border-color: rgba(3, 102, 114, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #05505c !important;
    border-color: rgba(5, 80, 92, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #014451 !important;
    border-color: rgba(1, 68, 81, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-50:focus{
    --border-opacity: 1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235, 245, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225, 239, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195, 221, 253, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164, 202, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118, 169, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63, 131, 248, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28, 100, 242, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26, 86, 219, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30, 66, 159, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #233876 !important;
    border-color: rgba(35, 56, 118, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-50:focus{
    --border-opacity: 1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240, 245, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229, 237, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205, 219, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #b4c6fc !important;
    border-color: rgba(180, 198, 252, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141, 162, 251, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104, 117, 245, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88, 80, 236, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81, 69, 205, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #42389d !important;
    border-color: rgba(66, 56, 157, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54, 47, 120, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-50:focus{
    --border-opacity: 1 !important;
    border-color: #f6f5ff !important;
    border-color: rgba(246, 245, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237, 235, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220, 215, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202, 191, 253, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172, 148, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144, 97, 249, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126, 58, 242, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108, 43, 217, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85, 33, 181, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    border-color: rgba(252, 232, 243, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250, 209, 232, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248, 180, 217, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241, 126, 184, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231, 70, 148, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214, 31, 105, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191, 18, 93, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #99154b !important;
    border-color: rgba(153, 21, 75, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117, 26, 61, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-modal-grey:focus{
    --border-opacity: 1 !important;
    border-color: #f7f7f7 !important;
    border-color: rgba(247, 247, 247, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-separator-grey:focus{
    border-color: hsla(210,7%,83%,1) !important;
  }

  .md\:focus\:tw-border-label-grey:focus{
    --border-opacity: 1 !important;
    border-color: #738699 !important;
    border-color: rgba(115, 134, 153, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-anvesh-black:focus{
    --border-opacity: 1 !important;
    border-color: #1A2633 !important;
    border-color: rgba(26, 38, 51, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-anvesh-grey:focus{
    --border-opacity: 1 !important;
    border-color: #B6BBBF !important;
    border-color: rgba(182, 187, 191, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-anvesh-blue:focus{
    --border-opacity: 1 !important;
    border-color: #0099dd !important;
    border-color: rgba(0, 153, 221, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-jira-blue:focus{
    --border-opacity: 1 !important;
    border-color: #0b4571 !important;
    border-color: rgba(11, 69, 113, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber:focus{
    --border-opacity: 1 !important;
    border-color: #FFBF00 !important;
    border-color: rgba(255, 191, 0, 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-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-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-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-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-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: -webkit-box !important;
    display: flex !important;
  }

  .md\:tw-inline-flex{
    display: -webkit-inline-box !important;
    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-hidden{
    display: none !important;
  }

  .md\:tw-flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .md\:tw-flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .md\:tw-flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .md\:tw-flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            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-items-start{
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .md\:tw-items-end{
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .md\:tw-items-center{
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .md\:tw-items-baseline{
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .md\:tw-items-stretch{
    -webkit-box-align: stretch !important;
            align-items: stretch !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-start{
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .md\:tw-justify-end{
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .md\:tw-justify-center{
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .md\:tw-justify-between{
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .md\:tw-justify-around{
    justify-content: space-around !important;
  }

  .md\:tw-justify-evenly{
    -webkit-box-pack: space-evenly !important;
            justify-content: space-evenly !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-flex-1{
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .md\:tw-flex-auto{
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .md\:tw-flex-initial{
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .md\:tw-flex-none{
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .md\:tw-flex-grow-0{
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .md\:tw-flex-grow{
    -webkit-box-flex: 1 !important;
            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{
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .md\:tw-order-2{
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .md\:tw-order-3{
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .md\:tw-order-4{
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .md\:tw-order-5{
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .md\:tw-order-6{
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .md\:tw-order-7{
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .md\:tw-order-8{
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .md\:tw-order-9{
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .md\:tw-order-10{
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .md\:tw-order-11{
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .md\:tw-order-12{
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .md\:tw-order-first{
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .md\:tw-order-last{
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .md\:tw-order-none{
    -webkit-box-ordinal-group: 1 !important;
            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-ui{
    font-family: Calibri, IBM Plex Sans, Poppins, Inter UI, system-ui, BlinkMacSystemFont, -apple-system !important;
  }

  .md\:tw-font-heading{
    font-family: Roboto, system-ui, BlinkMacSystemFont, -apple-system !important;
  }

  .md\:tw-font-article{
    font-family: Open Sans, system-ui, BlinkMacSystemFont, -apple-system !important;
  }

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

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

  .md\:tw-font-mono{
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  }

  .md\:tw-font-hairline{
    font-weight: 100 !important;
  }

  .md\:tw-font-thin{
    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-hairline:hover{
    font-weight: 100 !important;
  }

  .md\:hover\:tw-font-thin: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-hairline:focus{
    font-weight: 100 !important;
  }

  .md\:focus\:tw-font-thin: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-7{
    height: 1.75rem !important;
  }

  .md\:tw-h-8{
    height: 2rem !important;
  }

  .md\:tw-h-9{
    height: 2.25rem !important;
  }

  .md\:tw-h-10{
    height: 2.5rem !important;
  }

  .md\:tw-h-11{
    height: 2.75rem !important;
  }

  .md\:tw-h-12{
    height: 3rem !important;
  }

  .md\:tw-h-13{
    height: 3.25rem !important;
  }

  .md\:tw-h-14{
    height: 3.5rem !important;
  }

  .md\:tw-h-15{
    height: 3.75rem !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-28{
    height: 7rem !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-60{
    height: 15rem !important;
  }

  .md\:tw-h-64{
    height: 16rem !important;
  }

  .md\:tw-h-72{
    height: 18rem !important;
  }

  .md\:tw-h-80{
    height: 20rem !important;
  }

  .md\:tw-h-96{
    height: 24rem !important;
  }

  .md\:tw-h-auto{
    height: auto !important;
  }

  .md\:tw-h-px{
    height: 1px !important;
  }

  .md\:tw-h-0\.5{
    height: 0.125rem !important;
  }

  .md\:tw-h-1\.5{
    height: 0.375rem !important;
  }

  .md\:tw-h-2\.5{
    height: 0.625rem !important;
  }

  .md\:tw-h-3\.5{
    height: 0.875rem !important;
  }

  .md\:tw-h-1\/2{
    height: 50% !important;
  }

  .md\:tw-h-1\/3{
    height: 33.333333% !important;
  }

  .md\:tw-h-2\/3{
    height: 66.666667% !important;
  }

  .md\:tw-h-1\/4{
    height: 25% !important;
  }

  .md\:tw-h-2\/4{
    height: 50% !important;
  }

  .md\:tw-h-3\/4{
    height: 75% !important;
  }

  .md\:tw-h-1\/5{
    height: 20% !important;
  }

  .md\:tw-h-2\/5{
    height: 40% !important;
  }

  .md\:tw-h-3\/5{
    height: 60% !important;
  }

  .md\:tw-h-4\/5{
    height: 80% !important;
  }

  .md\:tw-h-1\/6{
    height: 16.666667% !important;
  }

  .md\:tw-h-2\/6{
    height: 33.333333% !important;
  }

  .md\:tw-h-3\/6{
    height: 50% !important;
  }

  .md\:tw-h-4\/6{
    height: 66.666667% !important;
  }

  .md\:tw-h-5\/6{
    height: 83.333333% !important;
  }

  .md\:tw-h-1\/12{
    height: 8.333333% !important;
  }

  .md\:tw-h-2\/12{
    height: 16.666667% !important;
  }

  .md\:tw-h-3\/12{
    height: 25% !important;
  }

  .md\:tw-h-4\/12{
    height: 33.333333% !important;
  }

  .md\:tw-h-5\/12{
    height: 41.666667% !important;
  }

  .md\:tw-h-6\/12{
    height: 50% !important;
  }

  .md\:tw-h-7\/12{
    height: 58.333333% !important;
  }

  .md\:tw-h-8\/12{
    height: 66.666667% !important;
  }

  .md\:tw-h-9\/12{
    height: 75% !important;
  }

  .md\:tw-h-10\/12{
    height: 83.333333% !important;
  }

  .md\:tw-h-11\/12{
    height: 91.666667% !important;
  }

  .md\:tw-h-full{
    height: 100% !important;
  }

  .md\:tw-h-screen{
    height: 100vh !important;
  }

  .md\:tw-text-xs{
    font-size: 0.75rem !important;
  }

  .md\:tw-text-sm{
    font-size: 0.875rem !important;
  }

  .md\:tw-text-base{
    font-size: 1rem !important;
  }

  .md\:tw-text-lg{
    font-size: 1.125rem !important;
  }

  .md\:tw-text-xl{
    font-size: 1.25rem !important;
  }

  .md\:tw-text-2xl{
    font-size: 1.5rem !important;
  }

  .md\:tw-text-3xl{
    font-size: 1.875rem !important;
  }

  .md\:tw-text-4xl{
    font-size: 2.25rem !important;
  }

  .md\:tw-text-5xl{
    font-size: 3rem !important;
  }

  .md\:tw-text-6xl{
    font-size: 4rem !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-7{
    margin: 1.75rem !important;
  }

  .md\:tw-m-8{
    margin: 2rem !important;
  }

  .md\:tw-m-9{
    margin: 2.25rem !important;
  }

  .md\:tw-m-10{
    margin: 2.5rem !important;
  }

  .md\:tw-m-11{
    margin: 2.75rem !important;
  }

  .md\:tw-m-12{
    margin: 3rem !important;
  }

  .md\:tw-m-13{
    margin: 3.25rem !important;
  }

  .md\:tw-m-14{
    margin: 3.5rem !important;
  }

  .md\:tw-m-15{
    margin: 3.75rem !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-28{
    margin: 7rem !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-60{
    margin: 15rem !important;
  }

  .md\:tw-m-64{
    margin: 16rem !important;
  }

  .md\:tw-m-72{
    margin: 18rem !important;
  }

  .md\:tw-m-80{
    margin: 20rem !important;
  }

  .md\:tw-m-96{
    margin: 24rem !important;
  }

  .md\:tw-m-auto{
    margin: auto !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\/2{
    margin: 50% !important;
  }

  .md\:tw-m-1\/3{
    margin: 33.333333% !important;
  }

  .md\:tw-m-2\/3{
    margin: 66.666667% !important;
  }

  .md\:tw-m-1\/4{
    margin: 25% !important;
  }

  .md\:tw-m-2\/4{
    margin: 50% !important;
  }

  .md\:tw-m-3\/4{
    margin: 75% !important;
  }

  .md\:tw-m-1\/5{
    margin: 20% !important;
  }

  .md\:tw-m-2\/5{
    margin: 40% !important;
  }

  .md\:tw-m-3\/5{
    margin: 60% !important;
  }

  .md\:tw-m-4\/5{
    margin: 80% !important;
  }

  .md\:tw-m-1\/6{
    margin: 16.666667% !important;
  }

  .md\:tw-m-2\/6{
    margin: 33.333333% !important;
  }

  .md\:tw-m-3\/6{
    margin: 50% !important;
  }

  .md\:tw-m-4\/6{
    margin: 66.666667% !important;
  }

  .md\:tw-m-5\/6{
    margin: 83.333333% !important;
  }

  .md\:tw-m-1\/12{
    margin: 8.333333% !important;
  }

  .md\:tw-m-2\/12{
    margin: 16.666667% !important;
  }

  .md\:tw-m-3\/12{
    margin: 25% !important;
  }

  .md\:tw-m-4\/12{
    margin: 33.333333% !important;
  }

  .md\:tw-m-5\/12{
    margin: 41.666667% !important;
  }

  .md\:tw-m-6\/12{
    margin: 50% !important;
  }

  .md\:tw-m-7\/12{
    margin: 58.333333% !important;
  }

  .md\:tw-m-8\/12{
    margin: 66.666667% !important;
  }

  .md\:tw-m-9\/12{
    margin: 75% !important;
  }

  .md\:tw-m-10\/12{
    margin: 83.333333% !important;
  }

  .md\:tw-m-11\/12{
    margin: 91.666667% !important;
  }

  .md\:tw-m-full{
    margin: 100% !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-7{
    margin: -1.75rem !important;
  }

  .md\:tw--m-8{
    margin: -2rem !important;
  }

  .md\:tw--m-9{
    margin: -2.25rem !important;
  }

  .md\:tw--m-10{
    margin: -2.5rem !important;
  }

  .md\:tw--m-11{
    margin: -2.75rem !important;
  }

  .md\:tw--m-12{
    margin: -3rem !important;
  }

  .md\:tw--m-13{
    margin: -3.25rem !important;
  }

  .md\:tw--m-14{
    margin: -3.5rem !important;
  }

  .md\:tw--m-15{
    margin: -3.75rem !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-28{
    margin: -7rem !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-60{
    margin: -15rem !important;
  }

  .md\:tw--m-64{
    margin: -16rem !important;
  }

  .md\:tw--m-72{
    margin: -18rem !important;
  }

  .md\:tw--m-80{
    margin: -20rem !important;
  }

  .md\:tw--m-96{
    margin: -24rem !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\/2{
    margin: -50% !important;
  }

  .md\:tw--m-1\/3{
    margin: -33.33333% !important;
  }

  .md\:tw--m-2\/3{
    margin: -66.66667% !important;
  }

  .md\:tw--m-1\/4{
    margin: -25% !important;
  }

  .md\:tw--m-2\/4{
    margin: -50% !important;
  }

  .md\:tw--m-3\/4{
    margin: -75% !important;
  }

  .md\:tw--m-1\/5{
    margin: -20% !important;
  }

  .md\:tw--m-2\/5{
    margin: -40% !important;
  }

  .md\:tw--m-3\/5{
    margin: -60% !important;
  }

  .md\:tw--m-4\/5{
    margin: -80% !important;
  }

  .md\:tw--m-1\/6{
    margin: -16.66667% !important;
  }

  .md\:tw--m-2\/6{
    margin: -33.33333% !important;
  }

  .md\:tw--m-3\/6{
    margin: -50% !important;
  }

  .md\:tw--m-4\/6{
    margin: -66.66667% !important;
  }

  .md\:tw--m-5\/6{
    margin: -83.33333% !important;
  }

  .md\:tw--m-1\/12{
    margin: -8.33333% !important;
  }

  .md\:tw--m-2\/12{
    margin: -16.66667% !important;
  }

  .md\:tw--m-3\/12{
    margin: -25% !important;
  }

  .md\:tw--m-4\/12{
    margin: -33.33333% !important;
  }

  .md\:tw--m-5\/12{
    margin: -41.66667% !important;
  }

  .md\:tw--m-6\/12{
    margin: -50% !important;
  }

  .md\:tw--m-7\/12{
    margin: -58.33333% !important;
  }

  .md\:tw--m-8\/12{
    margin: -66.66667% !important;
  }

  .md\:tw--m-9\/12{
    margin: -75% !important;
  }

  .md\:tw--m-10\/12{
    margin: -83.33333% !important;
  }

  .md\:tw--m-11\/12{
    margin: -91.66667% !important;
  }

  .md\:tw--m-full{
    margin: -100% !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-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .md\:tw-mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !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-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .md\:tw-mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !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-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .md\:tw-mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !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-13{
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .md\:tw-mx-13{
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }

  .md\:tw-my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .md\:tw-mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .md\:tw-my-15{
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .md\:tw-mx-15{
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .md\:tw-mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !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-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .md\:tw-mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !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-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .md\:tw-mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .md\:tw-my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .md\:tw-mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .md\:tw-my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .md\:tw-mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !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: 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\/2{
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

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

  .md\:tw-my-1\/3{
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .md\:tw-mx-1\/3{
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .md\:tw-my-2\/3{
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .md\:tw-mx-2\/3{
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .md\:tw-my-1\/4{
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .md\:tw-mx-1\/4{
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .md\:tw-my-2\/4{
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .md\:tw-mx-2\/4{
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .md\:tw-my-3\/4{
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .md\:tw-mx-3\/4{
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .md\:tw-my-1\/5{
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .md\:tw-mx-1\/5{
    margin-left: 20% !important;
    margin-right: 20% !important;
  }

  .md\:tw-my-2\/5{
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .md\:tw-mx-2\/5{
    margin-left: 40% !important;
    margin-right: 40% !important;
  }

  .md\:tw-my-3\/5{
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .md\:tw-mx-3\/5{
    margin-left: 60% !important;
    margin-right: 60% !important;
  }

  .md\:tw-my-4\/5{
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .md\:tw-mx-4\/5{
    margin-left: 80% !important;
    margin-right: 80% !important;
  }

  .md\:tw-my-1\/6{
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .md\:tw-mx-1\/6{
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .md\:tw-my-2\/6{
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .md\:tw-mx-2\/6{
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .md\:tw-my-3\/6{
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .md\:tw-mx-3\/6{
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .md\:tw-my-4\/6{
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .md\:tw-mx-4\/6{
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .md\:tw-my-5\/6{
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .md\:tw-mx-5\/6{
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .md\:tw-my-1\/12{
    margin-top: 8.333333% !important;
    margin-bottom: 8.333333% !important;
  }

  .md\:tw-mx-1\/12{
    margin-left: 8.333333% !important;
    margin-right: 8.333333% !important;
  }

  .md\:tw-my-2\/12{
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .md\:tw-mx-2\/12{
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .md\:tw-my-3\/12{
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .md\:tw-mx-3\/12{
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .md\:tw-my-4\/12{
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .md\:tw-mx-4\/12{
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .md\:tw-my-5\/12{
    margin-top: 41.666667% !important;
    margin-bottom: 41.666667% !important;
  }

  .md\:tw-mx-5\/12{
    margin-left: 41.666667% !important;
    margin-right: 41.666667% !important;
  }

  .md\:tw-my-6\/12{
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .md\:tw-mx-6\/12{
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .md\:tw-my-7\/12{
    margin-top: 58.333333% !important;
    margin-bottom: 58.333333% !important;
  }

  .md\:tw-mx-7\/12{
    margin-left: 58.333333% !important;
    margin-right: 58.333333% !important;
  }

  .md\:tw-my-8\/12{
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .md\:tw-mx-8\/12{
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .md\:tw-my-9\/12{
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .md\:tw-mx-9\/12{
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .md\:tw-my-10\/12{
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .md\:tw-mx-10\/12{
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .md\:tw-my-11\/12{
    margin-top: 91.666667% !important;
    margin-bottom: 91.666667% !important;
  }

  .md\:tw-mx-11\/12{
    margin-left: 91.666667% !important;
    margin-right: 91.666667% !important;
  }

  .md\:tw-my-full{
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }

  .md\:tw-mx-full{
    margin-left: 100% !important;
    margin-right: 100% !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-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .md\:tw--mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !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-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .md\:tw--mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !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-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .md\:tw--mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !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-13{
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }

  .md\:tw--mx-13{
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !important;
  }

  .md\:tw--my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .md\:tw--mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .md\:tw--my-15{
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .md\:tw--mx-15{
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .md\:tw--mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !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-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .md\:tw--mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !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-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .md\:tw--mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .md\:tw--my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .md\:tw--mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .md\:tw--my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .md\:tw--mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !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\/2{
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

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

  .md\:tw--my-1\/3{
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .md\:tw--mx-1\/3{
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .md\:tw--my-2\/3{
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .md\:tw--mx-2\/3{
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .md\:tw--my-1\/4{
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .md\:tw--mx-1\/4{
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .md\:tw--my-2\/4{
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .md\:tw--mx-2\/4{
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .md\:tw--my-3\/4{
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .md\:tw--mx-3\/4{
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .md\:tw--my-1\/5{
    margin-top: -20% !important;
    margin-bottom: -20% !important;
  }

  .md\:tw--mx-1\/5{
    margin-left: -20% !important;
    margin-right: -20% !important;
  }

  .md\:tw--my-2\/5{
    margin-top: -40% !important;
    margin-bottom: -40% !important;
  }

  .md\:tw--mx-2\/5{
    margin-left: -40% !important;
    margin-right: -40% !important;
  }

  .md\:tw--my-3\/5{
    margin-top: -60% !important;
    margin-bottom: -60% !important;
  }

  .md\:tw--mx-3\/5{
    margin-left: -60% !important;
    margin-right: -60% !important;
  }

  .md\:tw--my-4\/5{
    margin-top: -80% !important;
    margin-bottom: -80% !important;
  }

  .md\:tw--mx-4\/5{
    margin-left: -80% !important;
    margin-right: -80% !important;
  }

  .md\:tw--my-1\/6{
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .md\:tw--mx-1\/6{
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .md\:tw--my-2\/6{
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .md\:tw--mx-2\/6{
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .md\:tw--my-3\/6{
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .md\:tw--mx-3\/6{
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .md\:tw--my-4\/6{
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .md\:tw--mx-4\/6{
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .md\:tw--my-5\/6{
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .md\:tw--mx-5\/6{
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .md\:tw--my-1\/12{
    margin-top: -8.33333% !important;
    margin-bottom: -8.33333% !important;
  }

  .md\:tw--mx-1\/12{
    margin-left: -8.33333% !important;
    margin-right: -8.33333% !important;
  }

  .md\:tw--my-2\/12{
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .md\:tw--mx-2\/12{
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .md\:tw--my-3\/12{
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .md\:tw--mx-3\/12{
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .md\:tw--my-4\/12{
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .md\:tw--mx-4\/12{
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .md\:tw--my-5\/12{
    margin-top: -41.66667% !important;
    margin-bottom: -41.66667% !important;
  }

  .md\:tw--mx-5\/12{
    margin-left: -41.66667% !important;
    margin-right: -41.66667% !important;
  }

  .md\:tw--my-6\/12{
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .md\:tw--mx-6\/12{
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .md\:tw--my-7\/12{
    margin-top: -58.33333% !important;
    margin-bottom: -58.33333% !important;
  }

  .md\:tw--mx-7\/12{
    margin-left: -58.33333% !important;
    margin-right: -58.33333% !important;
  }

  .md\:tw--my-8\/12{
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .md\:tw--mx-8\/12{
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .md\:tw--my-9\/12{
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .md\:tw--mx-9\/12{
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .md\:tw--my-10\/12{
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .md\:tw--mx-10\/12{
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .md\:tw--my-11\/12{
    margin-top: -91.66667% !important;
    margin-bottom: -91.66667% !important;
  }

  .md\:tw--mx-11\/12{
    margin-left: -91.66667% !important;
    margin-right: -91.66667% !important;
  }

  .md\:tw--my-full{
    margin-top: -100% !important;
    margin-bottom: -100% !important;
  }

  .md\:tw--mx-full{
    margin-left: -100% !important;
    margin-right: -100% !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-7{
    margin-top: 1.75rem !important;
  }

  .md\:tw-mr-7{
    margin-right: 1.75rem !important;
  }

  .md\:tw-mb-7{
    margin-bottom: 1.75rem !important;
  }

  .md\:tw-ml-7{
    margin-left: 1.75rem !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-9{
    margin-top: 2.25rem !important;
  }

  .md\:tw-mr-9{
    margin-right: 2.25rem !important;
  }

  .md\:tw-mb-9{
    margin-bottom: 2.25rem !important;
  }

  .md\:tw-ml-9{
    margin-left: 2.25rem !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-11{
    margin-top: 2.75rem !important;
  }

  .md\:tw-mr-11{
    margin-right: 2.75rem !important;
  }

  .md\:tw-mb-11{
    margin-bottom: 2.75rem !important;
  }

  .md\:tw-ml-11{
    margin-left: 2.75rem !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-13{
    margin-top: 3.25rem !important;
  }

  .md\:tw-mr-13{
    margin-right: 3.25rem !important;
  }

  .md\:tw-mb-13{
    margin-bottom: 3.25rem !important;
  }

  .md\:tw-ml-13{
    margin-left: 3.25rem !important;
  }

  .md\:tw-mt-14{
    margin-top: 3.5rem !important;
  }

  .md\:tw-mr-14{
    margin-right: 3.5rem !important;
  }

  .md\:tw-mb-14{
    margin-bottom: 3.5rem !important;
  }

  .md\:tw-ml-14{
    margin-left: 3.5rem !important;
  }

  .md\:tw-mt-15{
    margin-top: 3.75rem !important;
  }

  .md\:tw-mr-15{
    margin-right: 3.75rem !important;
  }

  .md\:tw-mb-15{
    margin-bottom: 3.75rem !important;
  }

  .md\:tw-ml-15{
    margin-left: 3.75rem !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-28{
    margin-top: 7rem !important;
  }

  .md\:tw-mr-28{
    margin-right: 7rem !important;
  }

  .md\:tw-mb-28{
    margin-bottom: 7rem !important;
  }

  .md\:tw-ml-28{
    margin-left: 7rem !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-60{
    margin-top: 15rem !important;
  }

  .md\:tw-mr-60{
    margin-right: 15rem !important;
  }

  .md\:tw-mb-60{
    margin-bottom: 15rem !important;
  }

  .md\:tw-ml-60{
    margin-left: 15rem !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-72{
    margin-top: 18rem !important;
  }

  .md\:tw-mr-72{
    margin-right: 18rem !important;
  }

  .md\:tw-mb-72{
    margin-bottom: 18rem !important;
  }

  .md\:tw-ml-72{
    margin-left: 18rem !important;
  }

  .md\:tw-mt-80{
    margin-top: 20rem !important;
  }

  .md\:tw-mr-80{
    margin-right: 20rem !important;
  }

  .md\:tw-mb-80{
    margin-bottom: 20rem !important;
  }

  .md\:tw-ml-80{
    margin-left: 20rem !important;
  }

  .md\:tw-mt-96{
    margin-top: 24rem !important;
  }

  .md\:tw-mr-96{
    margin-right: 24rem !important;
  }

  .md\:tw-mb-96{
    margin-bottom: 24rem !important;
  }

  .md\:tw-ml-96{
    margin-left: 24rem !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: 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\/2{
    margin-top: 50% !important;
  }

  .md\:tw-mr-1\/2{
    margin-right: 50% !important;
  }

  .md\:tw-mb-1\/2{
    margin-bottom: 50% !important;
  }

  .md\:tw-ml-1\/2{
    margin-left: 50% !important;
  }

  .md\:tw-mt-1\/3{
    margin-top: 33.333333% !important;
  }

  .md\:tw-mr-1\/3{
    margin-right: 33.333333% !important;
  }

  .md\:tw-mb-1\/3{
    margin-bottom: 33.333333% !important;
  }

  .md\:tw-ml-1\/3{
    margin-left: 33.333333% !important;
  }

  .md\:tw-mt-2\/3{
    margin-top: 66.666667% !important;
  }

  .md\:tw-mr-2\/3{
    margin-right: 66.666667% !important;
  }

  .md\:tw-mb-2\/3{
    margin-bottom: 66.666667% !important;
  }

  .md\:tw-ml-2\/3{
    margin-left: 66.666667% !important;
  }

  .md\:tw-mt-1\/4{
    margin-top: 25% !important;
  }

  .md\:tw-mr-1\/4{
    margin-right: 25% !important;
  }

  .md\:tw-mb-1\/4{
    margin-bottom: 25% !important;
  }

  .md\:tw-ml-1\/4{
    margin-left: 25% !important;
  }

  .md\:tw-mt-2\/4{
    margin-top: 50% !important;
  }

  .md\:tw-mr-2\/4{
    margin-right: 50% !important;
  }

  .md\:tw-mb-2\/4{
    margin-bottom: 50% !important;
  }

  .md\:tw-ml-2\/4{
    margin-left: 50% !important;
  }

  .md\:tw-mt-3\/4{
    margin-top: 75% !important;
  }

  .md\:tw-mr-3\/4{
    margin-right: 75% !important;
  }

  .md\:tw-mb-3\/4{
    margin-bottom: 75% !important;
  }

  .md\:tw-ml-3\/4{
    margin-left: 75% !important;
  }

  .md\:tw-mt-1\/5{
    margin-top: 20% !important;
  }

  .md\:tw-mr-1\/5{
    margin-right: 20% !important;
  }

  .md\:tw-mb-1\/5{
    margin-bottom: 20% !important;
  }

  .md\:tw-ml-1\/5{
    margin-left: 20% !important;
  }

  .md\:tw-mt-2\/5{
    margin-top: 40% !important;
  }

  .md\:tw-mr-2\/5{
    margin-right: 40% !important;
  }

  .md\:tw-mb-2\/5{
    margin-bottom: 40% !important;
  }

  .md\:tw-ml-2\/5{
    margin-left: 40% !important;
  }

  .md\:tw-mt-3\/5{
    margin-top: 60% !important;
  }

  .md\:tw-mr-3\/5{
    margin-right: 60% !important;
  }

  .md\:tw-mb-3\/5{
    margin-bottom: 60% !important;
  }

  .md\:tw-ml-3\/5{
    margin-left: 60% !important;
  }

  .md\:tw-mt-4\/5{
    margin-top: 80% !important;
  }

  .md\:tw-mr-4\/5{
    margin-right: 80% !important;
  }

  .md\:tw-mb-4\/5{
    margin-bottom: 80% !important;
  }

  .md\:tw-ml-4\/5{
    margin-left: 80% !important;
  }

  .md\:tw-mt-1\/6{
    margin-top: 16.666667% !important;
  }

  .md\:tw-mr-1\/6{
    margin-right: 16.666667% !important;
  }

  .md\:tw-mb-1\/6{
    margin-bottom: 16.666667% !important;
  }

  .md\:tw-ml-1\/6{
    margin-left: 16.666667% !important;
  }

  .md\:tw-mt-2\/6{
    margin-top: 33.333333% !important;
  }

  .md\:tw-mr-2\/6{
    margin-right: 33.333333% !important;
  }

  .md\:tw-mb-2\/6{
    margin-bottom: 33.333333% !important;
  }

  .md\:tw-ml-2\/6{
    margin-left: 33.333333% !important;
  }

  .md\:tw-mt-3\/6{
    margin-top: 50% !important;
  }

  .md\:tw-mr-3\/6{
    margin-right: 50% !important;
  }

  .md\:tw-mb-3\/6{
    margin-bottom: 50% !important;
  }

  .md\:tw-ml-3\/6{
    margin-left: 50% !important;
  }

  .md\:tw-mt-4\/6{
    margin-top: 66.666667% !important;
  }

  .md\:tw-mr-4\/6{
    margin-right: 66.666667% !important;
  }

  .md\:tw-mb-4\/6{
    margin-bottom: 66.666667% !important;
  }

  .md\:tw-ml-4\/6{
    margin-left: 66.666667% !important;
  }

  .md\:tw-mt-5\/6{
    margin-top: 83.333333% !important;
  }

  .md\:tw-mr-5\/6{
    margin-right: 83.333333% !important;
  }

  .md\:tw-mb-5\/6{
    margin-bottom: 83.333333% !important;
  }

  .md\:tw-ml-5\/6{
    margin-left: 83.333333% !important;
  }

  .md\:tw-mt-1\/12{
    margin-top: 8.333333% !important;
  }

  .md\:tw-mr-1\/12{
    margin-right: 8.333333% !important;
  }

  .md\:tw-mb-1\/12{
    margin-bottom: 8.333333% !important;
  }

  .md\:tw-ml-1\/12{
    margin-left: 8.333333% !important;
  }

  .md\:tw-mt-2\/12{
    margin-top: 16.666667% !important;
  }

  .md\:tw-mr-2\/12{
    margin-right: 16.666667% !important;
  }

  .md\:tw-mb-2\/12{
    margin-bottom: 16.666667% !important;
  }

  .md\:tw-ml-2\/12{
    margin-left: 16.666667% !important;
  }

  .md\:tw-mt-3\/12{
    margin-top: 25% !important;
  }

  .md\:tw-mr-3\/12{
    margin-right: 25% !important;
  }

  .md\:tw-mb-3\/12{
    margin-bottom: 25% !important;
  }

  .md\:tw-ml-3\/12{
    margin-left: 25% !important;
  }

  .md\:tw-mt-4\/12{
    margin-top: 33.333333% !important;
  }

  .md\:tw-mr-4\/12{
    margin-right: 33.333333% !important;
  }

  .md\:tw-mb-4\/12{
    margin-bottom: 33.333333% !important;
  }

  .md\:tw-ml-4\/12{
    margin-left: 33.333333% !important;
  }

  .md\:tw-mt-5\/12{
    margin-top: 41.666667% !important;
  }

  .md\:tw-mr-5\/12{
    margin-right: 41.666667% !important;
  }

  .md\:tw-mb-5\/12{
    margin-bottom: 41.666667% !important;
  }

  .md\:tw-ml-5\/12{
    margin-left: 41.666667% !important;
  }

  .md\:tw-mt-6\/12{
    margin-top: 50% !important;
  }

  .md\:tw-mr-6\/12{
    margin-right: 50% !important;
  }

  .md\:tw-mb-6\/12{
    margin-bottom: 50% !important;
  }

  .md\:tw-ml-6\/12{
    margin-left: 50% !important;
  }

  .md\:tw-mt-7\/12{
    margin-top: 58.333333% !important;
  }

  .md\:tw-mr-7\/12{
    margin-right: 58.333333% !important;
  }

  .md\:tw-mb-7\/12{
    margin-bottom: 58.333333% !important;
  }

  .md\:tw-ml-7\/12{
    margin-left: 58.333333% !important;
  }

  .md\:tw-mt-8\/12{
    margin-top: 66.666667% !important;
  }

  .md\:tw-mr-8\/12{
    margin-right: 66.666667% !important;
  }

  .md\:tw-mb-8\/12{
    margin-bottom: 66.666667% !important;
  }

  .md\:tw-ml-8\/12{
    margin-left: 66.666667% !important;
  }

  .md\:tw-mt-9\/12{
    margin-top: 75% !important;
  }

  .md\:tw-mr-9\/12{
    margin-right: 75% !important;
  }

  .md\:tw-mb-9\/12{
    margin-bottom: 75% !important;
  }

  .md\:tw-ml-9\/12{
    margin-left: 75% !important;
  }

  .md\:tw-mt-10\/12{
    margin-top: 83.333333% !important;
  }

  .md\:tw-mr-10\/12{
    margin-right: 83.333333% !important;
  }

  .md\:tw-mb-10\/12{
    margin-bottom: 83.333333% !important;
  }

  .md\:tw-ml-10\/12{
    margin-left: 83.333333% !important;
  }

  .md\:tw-mt-11\/12{
    margin-top: 91.666667% !important;
  }

  .md\:tw-mr-11\/12{
    margin-right: 91.666667% !important;
  }

  .md\:tw-mb-11\/12{
    margin-bottom: 91.666667% !important;
  }

  .md\:tw-ml-11\/12{
    margin-left: 91.666667% !important;
  }

  .md\:tw-mt-full{
    margin-top: 100% !important;
  }

  .md\:tw-mr-full{
    margin-right: 100% !important;
  }

  .md\:tw-mb-full{
    margin-bottom: 100% !important;
  }

  .md\:tw-ml-full{
    margin-left: 100% !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-7{
    margin-top: -1.75rem !important;
  }

  .md\:tw--mr-7{
    margin-right: -1.75rem !important;
  }

  .md\:tw--mb-7{
    margin-bottom: -1.75rem !important;
  }

  .md\:tw--ml-7{
    margin-left: -1.75rem !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-9{
    margin-top: -2.25rem !important;
  }

  .md\:tw--mr-9{
    margin-right: -2.25rem !important;
  }

  .md\:tw--mb-9{
    margin-bottom: -2.25rem !important;
  }

  .md\:tw--ml-9{
    margin-left: -2.25rem !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-11{
    margin-top: -2.75rem !important;
  }

  .md\:tw--mr-11{
    margin-right: -2.75rem !important;
  }

  .md\:tw--mb-11{
    margin-bottom: -2.75rem !important;
  }

  .md\:tw--ml-11{
    margin-left: -2.75rem !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-13{
    margin-top: -3.25rem !important;
  }

  .md\:tw--mr-13{
    margin-right: -3.25rem !important;
  }

  .md\:tw--mb-13{
    margin-bottom: -3.25rem !important;
  }

  .md\:tw--ml-13{
    margin-left: -3.25rem !important;
  }

  .md\:tw--mt-14{
    margin-top: -3.5rem !important;
  }

  .md\:tw--mr-14{
    margin-right: -3.5rem !important;
  }

  .md\:tw--mb-14{
    margin-bottom: -3.5rem !important;
  }

  .md\:tw--ml-14{
    margin-left: -3.5rem !important;
  }

  .md\:tw--mt-15{
    margin-top: -3.75rem !important;
  }

  .md\:tw--mr-15{
    margin-right: -3.75rem !important;
  }

  .md\:tw--mb-15{
    margin-bottom: -3.75rem !important;
  }

  .md\:tw--ml-15{
    margin-left: -3.75rem !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-28{
    margin-top: -7rem !important;
  }

  .md\:tw--mr-28{
    margin-right: -7rem !important;
  }

  .md\:tw--mb-28{
    margin-bottom: -7rem !important;
  }

  .md\:tw--ml-28{
    margin-left: -7rem !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-60{
    margin-top: -15rem !important;
  }

  .md\:tw--mr-60{
    margin-right: -15rem !important;
  }

  .md\:tw--mb-60{
    margin-bottom: -15rem !important;
  }

  .md\:tw--ml-60{
    margin-left: -15rem !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-72{
    margin-top: -18rem !important;
  }

  .md\:tw--mr-72{
    margin-right: -18rem !important;
  }

  .md\:tw--mb-72{
    margin-bottom: -18rem !important;
  }

  .md\:tw--ml-72{
    margin-left: -18rem !important;
  }

  .md\:tw--mt-80{
    margin-top: -20rem !important;
  }

  .md\:tw--mr-80{
    margin-right: -20rem !important;
  }

  .md\:tw--mb-80{
    margin-bottom: -20rem !important;
  }

  .md\:tw--ml-80{
    margin-left: -20rem !important;
  }

  .md\:tw--mt-96{
    margin-top: -24rem !important;
  }

  .md\:tw--mr-96{
    margin-right: -24rem !important;
  }

  .md\:tw--mb-96{
    margin-bottom: -24rem !important;
  }

  .md\:tw--ml-96{
    margin-left: -24rem !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\/2{
    margin-top: -50% !important;
  }

  .md\:tw--mr-1\/2{
    margin-right: -50% !important;
  }

  .md\:tw--mb-1\/2{
    margin-bottom: -50% !important;
  }

  .md\:tw--ml-1\/2{
    margin-left: -50% !important;
  }

  .md\:tw--mt-1\/3{
    margin-top: -33.33333% !important;
  }

  .md\:tw--mr-1\/3{
    margin-right: -33.33333% !important;
  }

  .md\:tw--mb-1\/3{
    margin-bottom: -33.33333% !important;
  }

  .md\:tw--ml-1\/3{
    margin-left: -33.33333% !important;
  }

  .md\:tw--mt-2\/3{
    margin-top: -66.66667% !important;
  }

  .md\:tw--mr-2\/3{
    margin-right: -66.66667% !important;
  }

  .md\:tw--mb-2\/3{
    margin-bottom: -66.66667% !important;
  }

  .md\:tw--ml-2\/3{
    margin-left: -66.66667% !important;
  }

  .md\:tw--mt-1\/4{
    margin-top: -25% !important;
  }

  .md\:tw--mr-1\/4{
    margin-right: -25% !important;
  }

  .md\:tw--mb-1\/4{
    margin-bottom: -25% !important;
  }

  .md\:tw--ml-1\/4{
    margin-left: -25% !important;
  }

  .md\:tw--mt-2\/4{
    margin-top: -50% !important;
  }

  .md\:tw--mr-2\/4{
    margin-right: -50% !important;
  }

  .md\:tw--mb-2\/4{
    margin-bottom: -50% !important;
  }

  .md\:tw--ml-2\/4{
    margin-left: -50% !important;
  }

  .md\:tw--mt-3\/4{
    margin-top: -75% !important;
  }

  .md\:tw--mr-3\/4{
    margin-right: -75% !important;
  }

  .md\:tw--mb-3\/4{
    margin-bottom: -75% !important;
  }

  .md\:tw--ml-3\/4{
    margin-left: -75% !important;
  }

  .md\:tw--mt-1\/5{
    margin-top: -20% !important;
  }

  .md\:tw--mr-1\/5{
    margin-right: -20% !important;
  }

  .md\:tw--mb-1\/5{
    margin-bottom: -20% !important;
  }

  .md\:tw--ml-1\/5{
    margin-left: -20% !important;
  }

  .md\:tw--mt-2\/5{
    margin-top: -40% !important;
  }

  .md\:tw--mr-2\/5{
    margin-right: -40% !important;
  }

  .md\:tw--mb-2\/5{
    margin-bottom: -40% !important;
  }

  .md\:tw--ml-2\/5{
    margin-left: -40% !important;
  }

  .md\:tw--mt-3\/5{
    margin-top: -60% !important;
  }

  .md\:tw--mr-3\/5{
    margin-right: -60% !important;
  }

  .md\:tw--mb-3\/5{
    margin-bottom: -60% !important;
  }

  .md\:tw--ml-3\/5{
    margin-left: -60% !important;
  }

  .md\:tw--mt-4\/5{
    margin-top: -80% !important;
  }

  .md\:tw--mr-4\/5{
    margin-right: -80% !important;
  }

  .md\:tw--mb-4\/5{
    margin-bottom: -80% !important;
  }

  .md\:tw--ml-4\/5{
    margin-left: -80% !important;
  }

  .md\:tw--mt-1\/6{
    margin-top: -16.66667% !important;
  }

  .md\:tw--mr-1\/6{
    margin-right: -16.66667% !important;
  }

  .md\:tw--mb-1\/6{
    margin-bottom: -16.66667% !important;
  }

  .md\:tw--ml-1\/6{
    margin-left: -16.66667% !important;
  }

  .md\:tw--mt-2\/6{
    margin-top: -33.33333% !important;
  }

  .md\:tw--mr-2\/6{
    margin-right: -33.33333% !important;
  }

  .md\:tw--mb-2\/6{
    margin-bottom: -33.33333% !important;
  }

  .md\:tw--ml-2\/6{
    margin-left: -33.33333% !important;
  }

  .md\:tw--mt-3\/6{
    margin-top: -50% !important;
  }

  .md\:tw--mr-3\/6{
    margin-right: -50% !important;
  }

  .md\:tw--mb-3\/6{
    margin-bottom: -50% !important;
  }

  .md\:tw--ml-3\/6{
    margin-left: -50% !important;
  }

  .md\:tw--mt-4\/6{
    margin-top: -66.66667% !important;
  }

  .md\:tw--mr-4\/6{
    margin-right: -66.66667% !important;
  }

  .md\:tw--mb-4\/6{
    margin-bottom: -66.66667% !important;
  }

  .md\:tw--ml-4\/6{
    margin-left: -66.66667% !important;
  }

  .md\:tw--mt-5\/6{
    margin-top: -83.33333% !important;
  }

  .md\:tw--mr-5\/6{
    margin-right: -83.33333% !important;
  }

  .md\:tw--mb-5\/6{
    margin-bottom: -83.33333% !important;
  }

  .md\:tw--ml-5\/6{
    margin-left: -83.33333% !important;
  }

  .md\:tw--mt-1\/12{
    margin-top: -8.33333% !important;
  }

  .md\:tw--mr-1\/12{
    margin-right: -8.33333% !important;
  }

  .md\:tw--mb-1\/12{
    margin-bottom: -8.33333% !important;
  }

  .md\:tw--ml-1\/12{
    margin-left: -8.33333% !important;
  }

  .md\:tw--mt-2\/12{
    margin-top: -16.66667% !important;
  }

  .md\:tw--mr-2\/12{
    margin-right: -16.66667% !important;
  }

  .md\:tw--mb-2\/12{
    margin-bottom: -16.66667% !important;
  }

  .md\:tw--ml-2\/12{
    margin-left: -16.66667% !important;
  }

  .md\:tw--mt-3\/12{
    margin-top: -25% !important;
  }

  .md\:tw--mr-3\/12{
    margin-right: -25% !important;
  }

  .md\:tw--mb-3\/12{
    margin-bottom: -25% !important;
  }

  .md\:tw--ml-3\/12{
    margin-left: -25% !important;
  }

  .md\:tw--mt-4\/12{
    margin-top: -33.33333% !important;
  }

  .md\:tw--mr-4\/12{
    margin-right: -33.33333% !important;
  }

  .md\:tw--mb-4\/12{
    margin-bottom: -33.33333% !important;
  }

  .md\:tw--ml-4\/12{
    margin-left: -33.33333% !important;
  }

  .md\:tw--mt-5\/12{
    margin-top: -41.66667% !important;
  }

  .md\:tw--mr-5\/12{
    margin-right: -41.66667% !important;
  }

  .md\:tw--mb-5\/12{
    margin-bottom: -41.66667% !important;
  }

  .md\:tw--ml-5\/12{
    margin-left: -41.66667% !important;
  }

  .md\:tw--mt-6\/12{
    margin-top: -50% !important;
  }

  .md\:tw--mr-6\/12{
    margin-right: -50% !important;
  }

  .md\:tw--mb-6\/12{
    margin-bottom: -50% !important;
  }

  .md\:tw--ml-6\/12{
    margin-left: -50% !important;
  }

  .md\:tw--mt-7\/12{
    margin-top: -58.33333% !important;
  }

  .md\:tw--mr-7\/12{
    margin-right: -58.33333% !important;
  }

  .md\:tw--mb-7\/12{
    margin-bottom: -58.33333% !important;
  }

  .md\:tw--ml-7\/12{
    margin-left: -58.33333% !important;
  }

  .md\:tw--mt-8\/12{
    margin-top: -66.66667% !important;
  }

  .md\:tw--mr-8\/12{
    margin-right: -66.66667% !important;
  }

  .md\:tw--mb-8\/12{
    margin-bottom: -66.66667% !important;
  }

  .md\:tw--ml-8\/12{
    margin-left: -66.66667% !important;
  }

  .md\:tw--mt-9\/12{
    margin-top: -75% !important;
  }

  .md\:tw--mr-9\/12{
    margin-right: -75% !important;
  }

  .md\:tw--mb-9\/12{
    margin-bottom: -75% !important;
  }

  .md\:tw--ml-9\/12{
    margin-left: -75% !important;
  }

  .md\:tw--mt-10\/12{
    margin-top: -83.33333% !important;
  }

  .md\:tw--mr-10\/12{
    margin-right: -83.33333% !important;
  }

  .md\:tw--mb-10\/12{
    margin-bottom: -83.33333% !important;
  }

  .md\:tw--ml-10\/12{
    margin-left: -83.33333% !important;
  }

  .md\:tw--mt-11\/12{
    margin-top: -91.66667% !important;
  }

  .md\:tw--mr-11\/12{
    margin-right: -91.66667% !important;
  }

  .md\:tw--mb-11\/12{
    margin-bottom: -91.66667% !important;
  }

  .md\:tw--ml-11\/12{
    margin-left: -91.66667% !important;
  }

  .md\:tw--mt-full{
    margin-top: -100% !important;
  }

  .md\:tw--mr-full{
    margin-right: -100% !important;
  }

  .md\:tw--mb-full{
    margin-bottom: -100% !important;
  }

  .md\:tw--ml-full{
    margin-left: -100% !important;
  }

  .md\:tw-max-h-0{
    max-height: 0 !important;
  }

  .md\:tw-max-h-1{
    max-height: 0.25rem !important;
  }

  .md\:tw-max-h-2{
    max-height: 0.5rem !important;
  }

  .md\:tw-max-h-3{
    max-height: 0.75rem !important;
  }

  .md\:tw-max-h-4{
    max-height: 1rem !important;
  }

  .md\:tw-max-h-5{
    max-height: 1.25rem !important;
  }

  .md\:tw-max-h-6{
    max-height: 1.5rem !important;
  }

  .md\:tw-max-h-7{
    max-height: 1.75rem !important;
  }

  .md\:tw-max-h-8{
    max-height: 2rem !important;
  }

  .md\:tw-max-h-9{
    max-height: 2.25rem !important;
  }

  .md\:tw-max-h-10{
    max-height: 2.5rem !important;
  }

  .md\:tw-max-h-11{
    max-height: 2.75rem !important;
  }

  .md\:tw-max-h-12{
    max-height: 3rem !important;
  }

  .md\:tw-max-h-13{
    max-height: 3.25rem !important;
  }

  .md\:tw-max-h-14{
    max-height: 3.5rem !important;
  }

  .md\:tw-max-h-15{
    max-height: 3.75rem !important;
  }

  .md\:tw-max-h-16{
    max-height: 4rem !important;
  }

  .md\:tw-max-h-20{
    max-height: 5rem !important;
  }

  .md\:tw-max-h-24{
    max-height: 6rem !important;
  }

  .md\:tw-max-h-28{
    max-height: 7rem !important;
  }

  .md\:tw-max-h-32{
    max-height: 8rem !important;
  }

  .md\:tw-max-h-36{
    max-height: 9rem !important;
  }

  .md\:tw-max-h-40{
    max-height: 10rem !important;
  }

  .md\:tw-max-h-48{
    max-height: 12rem !important;
  }

  .md\:tw-max-h-56{
    max-height: 14rem !important;
  }

  .md\:tw-max-h-60{
    max-height: 15rem !important;
  }

  .md\:tw-max-h-64{
    max-height: 16rem !important;
  }

  .md\:tw-max-h-72{
    max-height: 18rem !important;
  }

  .md\:tw-max-h-80{
    max-height: 20rem !important;
  }

  .md\:tw-max-h-96{
    max-height: 24rem !important;
  }

  .md\:tw-max-h-screen{
    max-height: 100vh !important;
  }

  .md\:tw-max-h-px{
    max-height: 1px !important;
  }

  .md\:tw-max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .md\:tw-max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .md\:tw-max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .md\:tw-max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .md\:tw-max-h-1\/2{
    max-height: 50% !important;
  }

  .md\:tw-max-h-1\/3{
    max-height: 33.333333% !important;
  }

  .md\:tw-max-h-2\/3{
    max-height: 66.666667% !important;
  }

  .md\:tw-max-h-1\/4{
    max-height: 25% !important;
  }

  .md\:tw-max-h-2\/4{
    max-height: 50% !important;
  }

  .md\:tw-max-h-3\/4{
    max-height: 75% !important;
  }

  .md\:tw-max-h-1\/5{
    max-height: 20% !important;
  }

  .md\:tw-max-h-2\/5{
    max-height: 40% !important;
  }

  .md\:tw-max-h-3\/5{
    max-height: 60% !important;
  }

  .md\:tw-max-h-4\/5{
    max-height: 80% !important;
  }

  .md\:tw-max-h-1\/6{
    max-height: 16.666667% !important;
  }

  .md\:tw-max-h-2\/6{
    max-height: 33.333333% !important;
  }

  .md\:tw-max-h-3\/6{
    max-height: 50% !important;
  }

  .md\:tw-max-h-4\/6{
    max-height: 66.666667% !important;
  }

  .md\:tw-max-h-5\/6{
    max-height: 83.333333% !important;
  }

  .md\:tw-max-h-1\/12{
    max-height: 8.333333% !important;
  }

  .md\:tw-max-h-2\/12{
    max-height: 16.666667% !important;
  }

  .md\:tw-max-h-3\/12{
    max-height: 25% !important;
  }

  .md\:tw-max-h-4\/12{
    max-height: 33.333333% !important;
  }

  .md\:tw-max-h-5\/12{
    max-height: 41.666667% !important;
  }

  .md\:tw-max-h-6\/12{
    max-height: 50% !important;
  }

  .md\:tw-max-h-7\/12{
    max-height: 58.333333% !important;
  }

  .md\:tw-max-h-8\/12{
    max-height: 66.666667% !important;
  }

  .md\:tw-max-h-9\/12{
    max-height: 75% !important;
  }

  .md\:tw-max-h-10\/12{
    max-height: 83.333333% !important;
  }

  .md\:tw-max-h-11\/12{
    max-height: 91.666667% !important;
  }

  .md\:tw-max-h-full{
    max-height: 100% !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-7xl{
    max-width: 80rem !important;
  }

  .md\:tw-max-w-full{
    max-width: 100% !important;
  }

  .md\:tw-max-w-min-content{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .md\:tw-max-w-max-content{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .md\:tw-max-w-screen-sm{
    max-width: 576px !important;
  }

  .md\:tw-max-w-screen-md{
    max-width: 768px !important;
  }

  .md\:tw-max-w-screen-lg{
    max-width: 992px !important;
  }

  .md\:tw-max-w-screen-xl{
    max-width: 1200px !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-full{
    min-width: 100% !important;
  }

  .md\:tw-min-w-min-content{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .md\:tw-min-w-max-content{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !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\: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-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-7{
    padding: 1.75rem !important;
  }

  .md\:tw-p-8{
    padding: 2rem !important;
  }

  .md\:tw-p-9{
    padding: 2.25rem !important;
  }

  .md\:tw-p-10{
    padding: 2.5rem !important;
  }

  .md\:tw-p-11{
    padding: 2.75rem !important;
  }

  .md\:tw-p-12{
    padding: 3rem !important;
  }

  .md\:tw-p-13{
    padding: 3.25rem !important;
  }

  .md\:tw-p-14{
    padding: 3.5rem !important;
  }

  .md\:tw-p-15{
    padding: 3.75rem !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-28{
    padding: 7rem !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-60{
    padding: 15rem !important;
  }

  .md\:tw-p-64{
    padding: 16rem !important;
  }

  .md\:tw-p-72{
    padding: 18rem !important;
  }

  .md\:tw-p-80{
    padding: 20rem !important;
  }

  .md\:tw-p-96{
    padding: 24rem !important;
  }

  .md\:tw-p-px{
    padding: 1px !important;
  }

  .md\:tw-p-0\.5{
    padding: 0.125rem !important;
  }

  .md\:tw-p-1\.5{
    padding: 0.375rem !important;
  }

  .md\:tw-p-2\.5{
    padding: 0.625rem !important;
  }

  .md\:tw-p-3\.5{
    padding: 0.875rem !important;
  }

  .md\:tw-p-1\/2{
    padding: 50% !important;
  }

  .md\:tw-p-1\/3{
    padding: 33.333333% !important;
  }

  .md\:tw-p-2\/3{
    padding: 66.666667% !important;
  }

  .md\:tw-p-1\/4{
    padding: 25% !important;
  }

  .md\:tw-p-2\/4{
    padding: 50% !important;
  }

  .md\:tw-p-3\/4{
    padding: 75% !important;
  }

  .md\:tw-p-1\/5{
    padding: 20% !important;
  }

  .md\:tw-p-2\/5{
    padding: 40% !important;
  }

  .md\:tw-p-3\/5{
    padding: 60% !important;
  }

  .md\:tw-p-4\/5{
    padding: 80% !important;
  }

  .md\:tw-p-1\/6{
    padding: 16.666667% !important;
  }

  .md\:tw-p-2\/6{
    padding: 33.333333% !important;
  }

  .md\:tw-p-3\/6{
    padding: 50% !important;
  }

  .md\:tw-p-4\/6{
    padding: 66.666667% !important;
  }

  .md\:tw-p-5\/6{
    padding: 83.333333% !important;
  }

  .md\:tw-p-1\/12{
    padding: 8.333333% !important;
  }

  .md\:tw-p-2\/12{
    padding: 16.666667% !important;
  }

  .md\:tw-p-3\/12{
    padding: 25% !important;
  }

  .md\:tw-p-4\/12{
    padding: 33.333333% !important;
  }

  .md\:tw-p-5\/12{
    padding: 41.666667% !important;
  }

  .md\:tw-p-6\/12{
    padding: 50% !important;
  }

  .md\:tw-p-7\/12{
    padding: 58.333333% !important;
  }

  .md\:tw-p-8\/12{
    padding: 66.666667% !important;
  }

  .md\:tw-p-9\/12{
    padding: 75% !important;
  }

  .md\:tw-p-10\/12{
    padding: 83.333333% !important;
  }

  .md\:tw-p-11\/12{
    padding: 91.666667% !important;
  }

  .md\:tw-p-full{
    padding: 100% !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-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .md\:tw-px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !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-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .md\:tw-px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !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-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .md\:tw-px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !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-13{
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .md\:tw-px-13{
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }

  .md\:tw-py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .md\:tw-px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md\:tw-py-15{
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .md\:tw-px-15{
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:tw-px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !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-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .md\:tw-px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !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-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .md\:tw-px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .md\:tw-py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .md\:tw-px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .md\:tw-py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .md\:tw-px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !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: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .md\:tw-px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .md\:tw-py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .md\:tw-px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .md\:tw-py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .md\:tw-px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .md\:tw-py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .md\:tw-px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .md\:tw-py-1\/2{
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .md\:tw-px-1\/2{
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .md\:tw-py-1\/3{
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .md\:tw-px-1\/3{
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .md\:tw-py-2\/3{
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .md\:tw-px-2\/3{
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .md\:tw-py-1\/4{
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .md\:tw-px-1\/4{
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .md\:tw-py-2\/4{
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .md\:tw-px-2\/4{
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .md\:tw-py-3\/4{
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .md\:tw-px-3\/4{
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .md\:tw-py-1\/5{
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .md\:tw-px-1\/5{
    padding-left: 20% !important;
    padding-right: 20% !important;
  }

  .md\:tw-py-2\/5{
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }

  .md\:tw-px-2\/5{
    padding-left: 40% !important;
    padding-right: 40% !important;
  }

  .md\:tw-py-3\/5{
    padding-top: 60% !important;
    padding-bottom: 60% !important;
  }

  .md\:tw-px-3\/5{
    padding-left: 60% !important;
    padding-right: 60% !important;
  }

  .md\:tw-py-4\/5{
    padding-top: 80% !important;
    padding-bottom: 80% !important;
  }

  .md\:tw-px-4\/5{
    padding-left: 80% !important;
    padding-right: 80% !important;
  }

  .md\:tw-py-1\/6{
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .md\:tw-px-1\/6{
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .md\:tw-py-2\/6{
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .md\:tw-px-2\/6{
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .md\:tw-py-3\/6{
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .md\:tw-px-3\/6{
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .md\:tw-py-4\/6{
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .md\:tw-px-4\/6{
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .md\:tw-py-5\/6{
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .md\:tw-px-5\/6{
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .md\:tw-py-1\/12{
    padding-top: 8.333333% !important;
    padding-bottom: 8.333333% !important;
  }

  .md\:tw-px-1\/12{
    padding-left: 8.333333% !important;
    padding-right: 8.333333% !important;
  }

  .md\:tw-py-2\/12{
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .md\:tw-px-2\/12{
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .md\:tw-py-3\/12{
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .md\:tw-px-3\/12{
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .md\:tw-py-4\/12{
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .md\:tw-px-4\/12{
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .md\:tw-py-5\/12{
    padding-top: 41.666667% !important;
    padding-bottom: 41.666667% !important;
  }

  .md\:tw-px-5\/12{
    padding-left: 41.666667% !important;
    padding-right: 41.666667% !important;
  }

  .md\:tw-py-6\/12{
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .md\:tw-px-6\/12{
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .md\:tw-py-7\/12{
    padding-top: 58.333333% !important;
    padding-bottom: 58.333333% !important;
  }

  .md\:tw-px-7\/12{
    padding-left: 58.333333% !important;
    padding-right: 58.333333% !important;
  }

  .md\:tw-py-8\/12{
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .md\:tw-px-8\/12{
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .md\:tw-py-9\/12{
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .md\:tw-px-9\/12{
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .md\:tw-py-10\/12{
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .md\:tw-px-10\/12{
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .md\:tw-py-11\/12{
    padding-top: 91.666667% !important;
    padding-bottom: 91.666667% !important;
  }

  .md\:tw-px-11\/12{
    padding-left: 91.666667% !important;
    padding-right: 91.666667% !important;
  }

  .md\:tw-py-full{
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }

  .md\:tw-px-full{
    padding-left: 100% !important;
    padding-right: 100% !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-7{
    padding-top: 1.75rem !important;
  }

  .md\:tw-pr-7{
    padding-right: 1.75rem !important;
  }

  .md\:tw-pb-7{
    padding-bottom: 1.75rem !important;
  }

  .md\:tw-pl-7{
    padding-left: 1.75rem !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-9{
    padding-top: 2.25rem !important;
  }

  .md\:tw-pr-9{
    padding-right: 2.25rem !important;
  }

  .md\:tw-pb-9{
    padding-bottom: 2.25rem !important;
  }

  .md\:tw-pl-9{
    padding-left: 2.25rem !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-11{
    padding-top: 2.75rem !important;
  }

  .md\:tw-pr-11{
    padding-right: 2.75rem !important;
  }

  .md\:tw-pb-11{
    padding-bottom: 2.75rem !important;
  }

  .md\:tw-pl-11{
    padding-left: 2.75rem !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-13{
    padding-top: 3.25rem !important;
  }

  .md\:tw-pr-13{
    padding-right: 3.25rem !important;
  }

  .md\:tw-pb-13{
    padding-bottom: 3.25rem !important;
  }

  .md\:tw-pl-13{
    padding-left: 3.25rem !important;
  }

  .md\:tw-pt-14{
    padding-top: 3.5rem !important;
  }

  .md\:tw-pr-14{
    padding-right: 3.5rem !important;
  }

  .md\:tw-pb-14{
    padding-bottom: 3.5rem !important;
  }

  .md\:tw-pl-14{
    padding-left: 3.5rem !important;
  }

  .md\:tw-pt-15{
    padding-top: 3.75rem !important;
  }

  .md\:tw-pr-15{
    padding-right: 3.75rem !important;
  }

  .md\:tw-pb-15{
    padding-bottom: 3.75rem !important;
  }

  .md\:tw-pl-15{
    padding-left: 3.75rem !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-28{
    padding-top: 7rem !important;
  }

  .md\:tw-pr-28{
    padding-right: 7rem !important;
  }

  .md\:tw-pb-28{
    padding-bottom: 7rem !important;
  }

  .md\:tw-pl-28{
    padding-left: 7rem !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-60{
    padding-top: 15rem !important;
  }

  .md\:tw-pr-60{
    padding-right: 15rem !important;
  }

  .md\:tw-pb-60{
    padding-bottom: 15rem !important;
  }

  .md\:tw-pl-60{
    padding-left: 15rem !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-72{
    padding-top: 18rem !important;
  }

  .md\:tw-pr-72{
    padding-right: 18rem !important;
  }

  .md\:tw-pb-72{
    padding-bottom: 18rem !important;
  }

  .md\:tw-pl-72{
    padding-left: 18rem !important;
  }

  .md\:tw-pt-80{
    padding-top: 20rem !important;
  }

  .md\:tw-pr-80{
    padding-right: 20rem !important;
  }

  .md\:tw-pb-80{
    padding-bottom: 20rem !important;
  }

  .md\:tw-pl-80{
    padding-left: 20rem !important;
  }

  .md\:tw-pt-96{
    padding-top: 24rem !important;
  }

  .md\:tw-pr-96{
    padding-right: 24rem !important;
  }

  .md\:tw-pb-96{
    padding-bottom: 24rem !important;
  }

  .md\:tw-pl-96{
    padding-left: 24rem !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: 0.125rem !important;
  }

  .md\:tw-pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .md\:tw-pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .md\:tw-pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .md\:tw-pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .md\:tw-pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .md\:tw-pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .md\:tw-pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .md\:tw-pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .md\:tw-pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .md\:tw-pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .md\:tw-pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .md\:tw-pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .md\:tw-pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .md\:tw-pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .md\:tw-pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .md\:tw-pt-1\/2{
    padding-top: 50% !important;
  }

  .md\:tw-pr-1\/2{
    padding-right: 50% !important;
  }

  .md\:tw-pb-1\/2{
    padding-bottom: 50% !important;
  }

  .md\:tw-pl-1\/2{
    padding-left: 50% !important;
  }

  .md\:tw-pt-1\/3{
    padding-top: 33.333333% !important;
  }

  .md\:tw-pr-1\/3{
    padding-right: 33.333333% !important;
  }

  .md\:tw-pb-1\/3{
    padding-bottom: 33.333333% !important;
  }

  .md\:tw-pl-1\/3{
    padding-left: 33.333333% !important;
  }

  .md\:tw-pt-2\/3{
    padding-top: 66.666667% !important;
  }

  .md\:tw-pr-2\/3{
    padding-right: 66.666667% !important;
  }

  .md\:tw-pb-2\/3{
    padding-bottom: 66.666667% !important;
  }

  .md\:tw-pl-2\/3{
    padding-left: 66.666667% !important;
  }

  .md\:tw-pt-1\/4{
    padding-top: 25% !important;
  }

  .md\:tw-pr-1\/4{
    padding-right: 25% !important;
  }

  .md\:tw-pb-1\/4{
    padding-bottom: 25% !important;
  }

  .md\:tw-pl-1\/4{
    padding-left: 25% !important;
  }

  .md\:tw-pt-2\/4{
    padding-top: 50% !important;
  }

  .md\:tw-pr-2\/4{
    padding-right: 50% !important;
  }

  .md\:tw-pb-2\/4{
    padding-bottom: 50% !important;
  }

  .md\:tw-pl-2\/4{
    padding-left: 50% !important;
  }

  .md\:tw-pt-3\/4{
    padding-top: 75% !important;
  }

  .md\:tw-pr-3\/4{
    padding-right: 75% !important;
  }

  .md\:tw-pb-3\/4{
    padding-bottom: 75% !important;
  }

  .md\:tw-pl-3\/4{
    padding-left: 75% !important;
  }

  .md\:tw-pt-1\/5{
    padding-top: 20% !important;
  }

  .md\:tw-pr-1\/5{
    padding-right: 20% !important;
  }

  .md\:tw-pb-1\/5{
    padding-bottom: 20% !important;
  }

  .md\:tw-pl-1\/5{
    padding-left: 20% !important;
  }

  .md\:tw-pt-2\/5{
    padding-top: 40% !important;
  }

  .md\:tw-pr-2\/5{
    padding-right: 40% !important;
  }

  .md\:tw-pb-2\/5{
    padding-bottom: 40% !important;
  }

  .md\:tw-pl-2\/5{
    padding-left: 40% !important;
  }

  .md\:tw-pt-3\/5{
    padding-top: 60% !important;
  }

  .md\:tw-pr-3\/5{
    padding-right: 60% !important;
  }

  .md\:tw-pb-3\/5{
    padding-bottom: 60% !important;
  }

  .md\:tw-pl-3\/5{
    padding-left: 60% !important;
  }

  .md\:tw-pt-4\/5{
    padding-top: 80% !important;
  }

  .md\:tw-pr-4\/5{
    padding-right: 80% !important;
  }

  .md\:tw-pb-4\/5{
    padding-bottom: 80% !important;
  }

  .md\:tw-pl-4\/5{
    padding-left: 80% !important;
  }

  .md\:tw-pt-1\/6{
    padding-top: 16.666667% !important;
  }

  .md\:tw-pr-1\/6{
    padding-right: 16.666667% !important;
  }

  .md\:tw-pb-1\/6{
    padding-bottom: 16.666667% !important;
  }

  .md\:tw-pl-1\/6{
    padding-left: 16.666667% !important;
  }

  .md\:tw-pt-2\/6{
    padding-top: 33.333333% !important;
  }

  .md\:tw-pr-2\/6{
    padding-right: 33.333333% !important;
  }

  .md\:tw-pb-2\/6{
    padding-bottom: 33.333333% !important;
  }

  .md\:tw-pl-2\/6{
    padding-left: 33.333333% !important;
  }

  .md\:tw-pt-3\/6{
    padding-top: 50% !important;
  }

  .md\:tw-pr-3\/6{
    padding-right: 50% !important;
  }

  .md\:tw-pb-3\/6{
    padding-bottom: 50% !important;
  }

  .md\:tw-pl-3\/6{
    padding-left: 50% !important;
  }

  .md\:tw-pt-4\/6{
    padding-top: 66.666667% !important;
  }

  .md\:tw-pr-4\/6{
    padding-right: 66.666667% !important;
  }

  .md\:tw-pb-4\/6{
    padding-bottom: 66.666667% !important;
  }

  .md\:tw-pl-4\/6{
    padding-left: 66.666667% !important;
  }

  .md\:tw-pt-5\/6{
    padding-top: 83.333333% !important;
  }

  .md\:tw-pr-5\/6{
    padding-right: 83.333333% !important;
  }

  .md\:tw-pb-5\/6{
    padding-bottom: 83.333333% !important;
  }

  .md\:tw-pl-5\/6{
    padding-left: 83.333333% !important;
  }

  .md\:tw-pt-1\/12{
    padding-top: 8.333333% !important;
  }

  .md\:tw-pr-1\/12{
    padding-right: 8.333333% !important;
  }

  .md\:tw-pb-1\/12{
    padding-bottom: 8.333333% !important;
  }

  .md\:tw-pl-1\/12{
    padding-left: 8.333333% !important;
  }

  .md\:tw-pt-2\/12{
    padding-top: 16.666667% !important;
  }

  .md\:tw-pr-2\/12{
    padding-right: 16.666667% !important;
  }

  .md\:tw-pb-2\/12{
    padding-bottom: 16.666667% !important;
  }

  .md\:tw-pl-2\/12{
    padding-left: 16.666667% !important;
  }

  .md\:tw-pt-3\/12{
    padding-top: 25% !important;
  }

  .md\:tw-pr-3\/12{
    padding-right: 25% !important;
  }

  .md\:tw-pb-3\/12{
    padding-bottom: 25% !important;
  }

  .md\:tw-pl-3\/12{
    padding-left: 25% !important;
  }

  .md\:tw-pt-4\/12{
    padding-top: 33.333333% !important;
  }

  .md\:tw-pr-4\/12{
    padding-right: 33.333333% !important;
  }

  .md\:tw-pb-4\/12{
    padding-bottom: 33.333333% !important;
  }

  .md\:tw-pl-4\/12{
    padding-left: 33.333333% !important;
  }

  .md\:tw-pt-5\/12{
    padding-top: 41.666667% !important;
  }

  .md\:tw-pr-5\/12{
    padding-right: 41.666667% !important;
  }

  .md\:tw-pb-5\/12{
    padding-bottom: 41.666667% !important;
  }

  .md\:tw-pl-5\/12{
    padding-left: 41.666667% !important;
  }

  .md\:tw-pt-6\/12{
    padding-top: 50% !important;
  }

  .md\:tw-pr-6\/12{
    padding-right: 50% !important;
  }

  .md\:tw-pb-6\/12{
    padding-bottom: 50% !important;
  }

  .md\:tw-pl-6\/12{
    padding-left: 50% !important;
  }

  .md\:tw-pt-7\/12{
    padding-top: 58.333333% !important;
  }

  .md\:tw-pr-7\/12{
    padding-right: 58.333333% !important;
  }

  .md\:tw-pb-7\/12{
    padding-bottom: 58.333333% !important;
  }

  .md\:tw-pl-7\/12{
    padding-left: 58.333333% !important;
  }

  .md\:tw-pt-8\/12{
    padding-top: 66.666667% !important;
  }

  .md\:tw-pr-8\/12{
    padding-right: 66.666667% !important;
  }

  .md\:tw-pb-8\/12{
    padding-bottom: 66.666667% !important;
  }

  .md\:tw-pl-8\/12{
    padding-left: 66.666667% !important;
  }

  .md\:tw-pt-9\/12{
    padding-top: 75% !important;
  }

  .md\:tw-pr-9\/12{
    padding-right: 75% !important;
  }

  .md\:tw-pb-9\/12{
    padding-bottom: 75% !important;
  }

  .md\:tw-pl-9\/12{
    padding-left: 75% !important;
  }

  .md\:tw-pt-10\/12{
    padding-top: 83.333333% !important;
  }

  .md\:tw-pr-10\/12{
    padding-right: 83.333333% !important;
  }

  .md\:tw-pb-10\/12{
    padding-bottom: 83.333333% !important;
  }

  .md\:tw-pl-10\/12{
    padding-left: 83.333333% !important;
  }

  .md\:tw-pt-11\/12{
    padding-top: 91.666667% !important;
  }

  .md\:tw-pr-11\/12{
    padding-right: 91.666667% !important;
  }

  .md\:tw-pb-11\/12{
    padding-bottom: 91.666667% !important;
  }

  .md\:tw-pl-11\/12{
    padding-left: 91.666667% !important;
  }

  .md\:tw-pt-full{
    padding-top: 100% !important;
  }

  .md\:tw-pr-full{
    padding-right: 100% !important;
  }

  .md\:tw-pb-full{
    padding-bottom: 100% !important;
  }

  .md\:tw-pl-full{
    padding-left: 100% !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-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cool-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-modal-grey::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-modal-grey::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-modal-grey:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-modal-grey::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-modal-grey::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-separator-grey::-webkit-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .md\:tw-placeholder-separator-grey::-moz-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .md\:tw-placeholder-separator-grey:-ms-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .md\:tw-placeholder-separator-grey::-ms-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .md\:tw-placeholder-separator-grey::placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .md\:tw-placeholder-label-grey::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-label-grey::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-label-grey:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-label-grey::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-label-grey::placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-anvesh-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-anvesh-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-anvesh-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-anvesh-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-anvesh-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-anvesh-grey::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-anvesh-grey::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-anvesh-grey:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-anvesh-grey::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-anvesh-grey::placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-anvesh-blue::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-anvesh-blue::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-anvesh-blue:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-anvesh-blue::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-anvesh-blue::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-jira-blue::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-jira-blue::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-jira-blue:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-jira-blue::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-jira-blue::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, 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-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-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-cool-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-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-cool-gray-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-cool-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-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-cool-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-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-cool-gray-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-cool-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-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-cool-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-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-cool-gray-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-cool-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-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-cool-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-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-cool-gray-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-cool-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cool-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-modal-grey:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-modal-grey:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-modal-grey:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-modal-grey:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-modal-grey:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-separator-grey:focus::-webkit-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .md\:focus\:tw-placeholder-separator-grey:focus::-moz-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .md\:focus\:tw-placeholder-separator-grey:focus:-ms-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .md\:focus\:tw-placeholder-separator-grey:focus::-ms-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .md\:focus\:tw-placeholder-separator-grey:focus::placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .md\:focus\:tw-placeholder-label-grey:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-label-grey:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-label-grey:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-label-grey:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-label-grey:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-anvesh-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-anvesh-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-anvesh-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-anvesh-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-anvesh-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-anvesh-grey:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-anvesh-grey:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-anvesh-grey:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-anvesh-grey:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-anvesh-grey:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-anvesh-blue:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-anvesh-blue:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-anvesh-blue:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-anvesh-blue:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-anvesh-blue:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-jira-blue:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-jira-blue:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-jira-blue:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-jira-blue:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-jira-blue:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, 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-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .md\:tw-inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .md\:tw-inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .md\:tw-inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .md\:tw-inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .md\:tw-inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .md\:tw-inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .md\:tw-inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .md\:tw-inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .md\:tw-inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .md\:tw-inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .md\:tw-inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .md\:tw-inset-13{
    top: 3.25rem !important;
    right: 3.25rem !important;
    bottom: 3.25rem !important;
    left: 3.25rem !important;
  }

  .md\:tw-inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .md\:tw-inset-15{
    top: 3.75rem !important;
    right: 3.75rem !important;
    bottom: 3.75rem !important;
    left: 3.75rem !important;
  }

  .md\:tw-inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .md\:tw-inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .md\:tw-inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .md\:tw-inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .md\:tw-inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .md\:tw-inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .md\:tw-inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .md\:tw-inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .md\:tw-inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .md\:tw-inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .md\:tw-inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .md\:tw-inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .md\:tw-inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .md\:tw-inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .md\:tw-inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:tw-inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .md\:tw-inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .md\:tw-inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .md\:tw-inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .md\:tw-inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .md\:tw-inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:tw-inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:tw-inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:tw-inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .md\:tw-inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:tw-inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .md\:tw-inset-1\/5{
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .md\:tw-inset-2\/5{
    top: 40% !important;
    right: 40% !important;
    bottom: 40% !important;
    left: 40% !important;
  }

  .md\:tw-inset-3\/5{
    top: 60% !important;
    right: 60% !important;
    bottom: 60% !important;
    left: 60% !important;
  }

  .md\:tw-inset-4\/5{
    top: 80% !important;
    right: 80% !important;
    bottom: 80% !important;
    left: 80% !important;
  }

  .md\:tw-inset-1\/6{
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .md\:tw-inset-2\/6{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:tw-inset-3\/6{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:tw-inset-4\/6{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:tw-inset-5\/6{
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .md\:tw-inset-1\/12{
    top: 8.333333% !important;
    right: 8.333333% !important;
    bottom: 8.333333% !important;
    left: 8.333333% !important;
  }

  .md\:tw-inset-2\/12{
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .md\:tw-inset-3\/12{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .md\:tw-inset-4\/12{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:tw-inset-5\/12{
    top: 41.666667% !important;
    right: 41.666667% !important;
    bottom: 41.666667% !important;
    left: 41.666667% !important;
  }

  .md\:tw-inset-6\/12{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:tw-inset-7\/12{
    top: 58.333333% !important;
    right: 58.333333% !important;
    bottom: 58.333333% !important;
    left: 58.333333% !important;
  }

  .md\:tw-inset-8\/12{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:tw-inset-9\/12{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .md\:tw-inset-10\/12{
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .md\:tw-inset-11\/12{
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

  .md\:tw-inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !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-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .md\:tw-inset-x-1{
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .md\:tw-inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .md\:tw-inset-x-2{
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .md\:tw-inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .md\:tw-inset-x-3{
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .md\:tw-inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .md\:tw-inset-x-4{
    right: 1rem !important;
    left: 1rem !important;
  }

  .md\:tw-inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .md\:tw-inset-x-5{
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .md\:tw-inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .md\:tw-inset-x-6{
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .md\:tw-inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .md\:tw-inset-x-7{
    right: 1.75rem !important;
    left: 1.75rem !important;
  }

  .md\:tw-inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .md\:tw-inset-x-8{
    right: 2rem !important;
    left: 2rem !important;
  }

  .md\:tw-inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .md\:tw-inset-x-9{
    right: 2.25rem !important;
    left: 2.25rem !important;
  }

  .md\:tw-inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .md\:tw-inset-x-10{
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .md\:tw-inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .md\:tw-inset-x-11{
    right: 2.75rem !important;
    left: 2.75rem !important;
  }

  .md\:tw-inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .md\:tw-inset-x-12{
    right: 3rem !important;
    left: 3rem !important;
  }

  .md\:tw-inset-y-13{
    top: 3.25rem !important;
    bottom: 3.25rem !important;
  }

  .md\:tw-inset-x-13{
    right: 3.25rem !important;
    left: 3.25rem !important;
  }

  .md\:tw-inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .md\:tw-inset-x-14{
    right: 3.5rem !important;
    left: 3.5rem !important;
  }

  .md\:tw-inset-y-15{
    top: 3.75rem !important;
    bottom: 3.75rem !important;
  }

  .md\:tw-inset-x-15{
    right: 3.75rem !important;
    left: 3.75rem !important;
  }

  .md\:tw-inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .md\:tw-inset-x-16{
    right: 4rem !important;
    left: 4rem !important;
  }

  .md\:tw-inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .md\:tw-inset-x-20{
    right: 5rem !important;
    left: 5rem !important;
  }

  .md\:tw-inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .md\:tw-inset-x-24{
    right: 6rem !important;
    left: 6rem !important;
  }

  .md\:tw-inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .md\:tw-inset-x-28{
    right: 7rem !important;
    left: 7rem !important;
  }

  .md\:tw-inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .md\:tw-inset-x-32{
    right: 8rem !important;
    left: 8rem !important;
  }

  .md\:tw-inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .md\:tw-inset-x-36{
    right: 9rem !important;
    left: 9rem !important;
  }

  .md\:tw-inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .md\:tw-inset-x-40{
    right: 10rem !important;
    left: 10rem !important;
  }

  .md\:tw-inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .md\:tw-inset-x-48{
    right: 12rem !important;
    left: 12rem !important;
  }

  .md\:tw-inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .md\:tw-inset-x-56{
    right: 14rem !important;
    left: 14rem !important;
  }

  .md\:tw-inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .md\:tw-inset-x-60{
    right: 15rem !important;
    left: 15rem !important;
  }

  .md\:tw-inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .md\:tw-inset-x-64{
    right: 16rem !important;
    left: 16rem !important;
  }

  .md\:tw-inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .md\:tw-inset-x-72{
    right: 18rem !important;
    left: 18rem !important;
  }

  .md\:tw-inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .md\:tw-inset-x-80{
    right: 20rem !important;
    left: 20rem !important;
  }

  .md\:tw-inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .md\:tw-inset-x-96{
    right: 24rem !important;
    left: 24rem !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-inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .md\:tw-inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .md\:tw-inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .md\:tw-inset-x-0\.5{
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .md\:tw-inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .md\:tw-inset-x-1\.5{
    right: 0.375rem !important;
    left: 0.375rem !important;
  }

  .md\:tw-inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .md\:tw-inset-x-2\.5{
    right: 0.625rem !important;
    left: 0.625rem !important;
  }

  .md\:tw-inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .md\:tw-inset-x-3\.5{
    right: 0.875rem !important;
    left: 0.875rem !important;
  }

  .md\:tw-inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:tw-inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .md\:tw-inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .md\:tw-inset-x-1\/3{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:tw-inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .md\:tw-inset-x-2\/3{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:tw-inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .md\:tw-inset-x-1\/4{
    right: 25% !important;
    left: 25% !important;
  }

  .md\:tw-inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:tw-inset-x-2\/4{
    right: 50% !important;
    left: 50% !important;
  }

  .md\:tw-inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .md\:tw-inset-x-3\/4{
    right: 75% !important;
    left: 75% !important;
  }

  .md\:tw-inset-y-1\/5{
    top: 20% !important;
    bottom: 20% !important;
  }

  .md\:tw-inset-x-1\/5{
    right: 20% !important;
    left: 20% !important;
  }

  .md\:tw-inset-y-2\/5{
    top: 40% !important;
    bottom: 40% !important;
  }

  .md\:tw-inset-x-2\/5{
    right: 40% !important;
    left: 40% !important;
  }

  .md\:tw-inset-y-3\/5{
    top: 60% !important;
    bottom: 60% !important;
  }

  .md\:tw-inset-x-3\/5{
    right: 60% !important;
    left: 60% !important;
  }

  .md\:tw-inset-y-4\/5{
    top: 80% !important;
    bottom: 80% !important;
  }

  .md\:tw-inset-x-4\/5{
    right: 80% !important;
    left: 80% !important;
  }

  .md\:tw-inset-y-1\/6{
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .md\:tw-inset-x-1\/6{
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .md\:tw-inset-y-2\/6{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .md\:tw-inset-x-2\/6{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:tw-inset-y-3\/6{
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:tw-inset-x-3\/6{
    right: 50% !important;
    left: 50% !important;
  }

  .md\:tw-inset-y-4\/6{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .md\:tw-inset-x-4\/6{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:tw-inset-y-5\/6{
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .md\:tw-inset-x-5\/6{
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .md\:tw-inset-y-1\/12{
    top: 8.333333% !important;
    bottom: 8.333333% !important;
  }

  .md\:tw-inset-x-1\/12{
    right: 8.333333% !important;
    left: 8.333333% !important;
  }

  .md\:tw-inset-y-2\/12{
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .md\:tw-inset-x-2\/12{
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .md\:tw-inset-y-3\/12{
    top: 25% !important;
    bottom: 25% !important;
  }

  .md\:tw-inset-x-3\/12{
    right: 25% !important;
    left: 25% !important;
  }

  .md\:tw-inset-y-4\/12{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .md\:tw-inset-x-4\/12{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:tw-inset-y-5\/12{
    top: 41.666667% !important;
    bottom: 41.666667% !important;
  }

  .md\:tw-inset-x-5\/12{
    right: 41.666667% !important;
    left: 41.666667% !important;
  }

  .md\:tw-inset-y-6\/12{
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:tw-inset-x-6\/12{
    right: 50% !important;
    left: 50% !important;
  }

  .md\:tw-inset-y-7\/12{
    top: 58.333333% !important;
    bottom: 58.333333% !important;
  }

  .md\:tw-inset-x-7\/12{
    right: 58.333333% !important;
    left: 58.333333% !important;
  }

  .md\:tw-inset-y-8\/12{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .md\:tw-inset-x-8\/12{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:tw-inset-y-9\/12{
    top: 75% !important;
    bottom: 75% !important;
  }

  .md\:tw-inset-x-9\/12{
    right: 75% !important;
    left: 75% !important;
  }

  .md\:tw-inset-y-10\/12{
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .md\:tw-inset-x-10\/12{
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .md\:tw-inset-y-11\/12{
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .md\:tw-inset-x-11\/12{
    right: 91.666667% !important;
    left: 91.666667% !important;
  }

  .md\:tw-inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .md\:tw-inset-x-full{
    right: 100% !important;
    left: 100% !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-1{
    top: 0.25rem !important;
  }

  .md\:tw-right-1{
    right: 0.25rem !important;
  }

  .md\:tw-bottom-1{
    bottom: 0.25rem !important;
  }

  .md\:tw-left-1{
    left: 0.25rem !important;
  }

  .md\:tw-top-2{
    top: 0.5rem !important;
  }

  .md\:tw-right-2{
    right: 0.5rem !important;
  }

  .md\:tw-bottom-2{
    bottom: 0.5rem !important;
  }

  .md\:tw-left-2{
    left: 0.5rem !important;
  }

  .md\:tw-top-3{
    top: 0.75rem !important;
  }

  .md\:tw-right-3{
    right: 0.75rem !important;
  }

  .md\:tw-bottom-3{
    bottom: 0.75rem !important;
  }

  .md\:tw-left-3{
    left: 0.75rem !important;
  }

  .md\:tw-top-4{
    top: 1rem !important;
  }

  .md\:tw-right-4{
    right: 1rem !important;
  }

  .md\:tw-bottom-4{
    bottom: 1rem !important;
  }

  .md\:tw-left-4{
    left: 1rem !important;
  }

  .md\:tw-top-5{
    top: 1.25rem !important;
  }

  .md\:tw-right-5{
    right: 1.25rem !important;
  }

  .md\:tw-bottom-5{
    bottom: 1.25rem !important;
  }

  .md\:tw-left-5{
    left: 1.25rem !important;
  }

  .md\:tw-top-6{
    top: 1.5rem !important;
  }

  .md\:tw-right-6{
    right: 1.5rem !important;
  }

  .md\:tw-bottom-6{
    bottom: 1.5rem !important;
  }

  .md\:tw-left-6{
    left: 1.5rem !important;
  }

  .md\:tw-top-7{
    top: 1.75rem !important;
  }

  .md\:tw-right-7{
    right: 1.75rem !important;
  }

  .md\:tw-bottom-7{
    bottom: 1.75rem !important;
  }

  .md\:tw-left-7{
    left: 1.75rem !important;
  }

  .md\:tw-top-8{
    top: 2rem !important;
  }

  .md\:tw-right-8{
    right: 2rem !important;
  }

  .md\:tw-bottom-8{
    bottom: 2rem !important;
  }

  .md\:tw-left-8{
    left: 2rem !important;
  }

  .md\:tw-top-9{
    top: 2.25rem !important;
  }

  .md\:tw-right-9{
    right: 2.25rem !important;
  }

  .md\:tw-bottom-9{
    bottom: 2.25rem !important;
  }

  .md\:tw-left-9{
    left: 2.25rem !important;
  }

  .md\:tw-top-10{
    top: 2.5rem !important;
  }

  .md\:tw-right-10{
    right: 2.5rem !important;
  }

  .md\:tw-bottom-10{
    bottom: 2.5rem !important;
  }

  .md\:tw-left-10{
    left: 2.5rem !important;
  }

  .md\:tw-top-11{
    top: 2.75rem !important;
  }

  .md\:tw-right-11{
    right: 2.75rem !important;
  }

  .md\:tw-bottom-11{
    bottom: 2.75rem !important;
  }

  .md\:tw-left-11{
    left: 2.75rem !important;
  }

  .md\:tw-top-12{
    top: 3rem !important;
  }

  .md\:tw-right-12{
    right: 3rem !important;
  }

  .md\:tw-bottom-12{
    bottom: 3rem !important;
  }

  .md\:tw-left-12{
    left: 3rem !important;
  }

  .md\:tw-top-13{
    top: 3.25rem !important;
  }

  .md\:tw-right-13{
    right: 3.25rem !important;
  }

  .md\:tw-bottom-13{
    bottom: 3.25rem !important;
  }

  .md\:tw-left-13{
    left: 3.25rem !important;
  }

  .md\:tw-top-14{
    top: 3.5rem !important;
  }

  .md\:tw-right-14{
    right: 3.5rem !important;
  }

  .md\:tw-bottom-14{
    bottom: 3.5rem !important;
  }

  .md\:tw-left-14{
    left: 3.5rem !important;
  }

  .md\:tw-top-15{
    top: 3.75rem !important;
  }

  .md\:tw-right-15{
    right: 3.75rem !important;
  }

  .md\:tw-bottom-15{
    bottom: 3.75rem !important;
  }

  .md\:tw-left-15{
    left: 3.75rem !important;
  }

  .md\:tw-top-16{
    top: 4rem !important;
  }

  .md\:tw-right-16{
    right: 4rem !important;
  }

  .md\:tw-bottom-16{
    bottom: 4rem !important;
  }

  .md\:tw-left-16{
    left: 4rem !important;
  }

  .md\:tw-top-20{
    top: 5rem !important;
  }

  .md\:tw-right-20{
    right: 5rem !important;
  }

  .md\:tw-bottom-20{
    bottom: 5rem !important;
  }

  .md\:tw-left-20{
    left: 5rem !important;
  }

  .md\:tw-top-24{
    top: 6rem !important;
  }

  .md\:tw-right-24{
    right: 6rem !important;
  }

  .md\:tw-bottom-24{
    bottom: 6rem !important;
  }

  .md\:tw-left-24{
    left: 6rem !important;
  }

  .md\:tw-top-28{
    top: 7rem !important;
  }

  .md\:tw-right-28{
    right: 7rem !important;
  }

  .md\:tw-bottom-28{
    bottom: 7rem !important;
  }

  .md\:tw-left-28{
    left: 7rem !important;
  }

  .md\:tw-top-32{
    top: 8rem !important;
  }

  .md\:tw-right-32{
    right: 8rem !important;
  }

  .md\:tw-bottom-32{
    bottom: 8rem !important;
  }

  .md\:tw-left-32{
    left: 8rem !important;
  }

  .md\:tw-top-36{
    top: 9rem !important;
  }

  .md\:tw-right-36{
    right: 9rem !important;
  }

  .md\:tw-bottom-36{
    bottom: 9rem !important;
  }

  .md\:tw-left-36{
    left: 9rem !important;
  }

  .md\:tw-top-40{
    top: 10rem !important;
  }

  .md\:tw-right-40{
    right: 10rem !important;
  }

  .md\:tw-bottom-40{
    bottom: 10rem !important;
  }

  .md\:tw-left-40{
    left: 10rem !important;
  }

  .md\:tw-top-48{
    top: 12rem !important;
  }

  .md\:tw-right-48{
    right: 12rem !important;
  }

  .md\:tw-bottom-48{
    bottom: 12rem !important;
  }

  .md\:tw-left-48{
    left: 12rem !important;
  }

  .md\:tw-top-56{
    top: 14rem !important;
  }

  .md\:tw-right-56{
    right: 14rem !important;
  }

  .md\:tw-bottom-56{
    bottom: 14rem !important;
  }

  .md\:tw-left-56{
    left: 14rem !important;
  }

  .md\:tw-top-60{
    top: 15rem !important;
  }

  .md\:tw-right-60{
    right: 15rem !important;
  }

  .md\:tw-bottom-60{
    bottom: 15rem !important;
  }

  .md\:tw-left-60{
    left: 15rem !important;
  }

  .md\:tw-top-64{
    top: 16rem !important;
  }

  .md\:tw-right-64{
    right: 16rem !important;
  }

  .md\:tw-bottom-64{
    bottom: 16rem !important;
  }

  .md\:tw-left-64{
    left: 16rem !important;
  }

  .md\:tw-top-72{
    top: 18rem !important;
  }

  .md\:tw-right-72{
    right: 18rem !important;
  }

  .md\:tw-bottom-72{
    bottom: 18rem !important;
  }

  .md\:tw-left-72{
    left: 18rem !important;
  }

  .md\:tw-top-80{
    top: 20rem !important;
  }

  .md\:tw-right-80{
    right: 20rem !important;
  }

  .md\:tw-bottom-80{
    bottom: 20rem !important;
  }

  .md\:tw-left-80{
    left: 20rem !important;
  }

  .md\:tw-top-96{
    top: 24rem !important;
  }

  .md\:tw-right-96{
    right: 24rem !important;
  }

  .md\:tw-bottom-96{
    bottom: 24rem !important;
  }

  .md\:tw-left-96{
    left: 24rem !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-top-px{
    top: 1px !important;
  }

  .md\:tw-right-px{
    right: 1px !important;
  }

  .md\:tw-bottom-px{
    bottom: 1px !important;
  }

  .md\:tw-left-px{
    left: 1px !important;
  }

  .md\:tw-top-0\.5{
    top: 0.125rem !important;
  }

  .md\:tw-right-0\.5{
    right: 0.125rem !important;
  }

  .md\:tw-bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .md\:tw-left-0\.5{
    left: 0.125rem !important;
  }

  .md\:tw-top-1\.5{
    top: 0.375rem !important;
  }

  .md\:tw-right-1\.5{
    right: 0.375rem !important;
  }

  .md\:tw-bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .md\:tw-left-1\.5{
    left: 0.375rem !important;
  }

  .md\:tw-top-2\.5{
    top: 0.625rem !important;
  }

  .md\:tw-right-2\.5{
    right: 0.625rem !important;
  }

  .md\:tw-bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .md\:tw-left-2\.5{
    left: 0.625rem !important;
  }

  .md\:tw-top-3\.5{
    top: 0.875rem !important;
  }

  .md\:tw-right-3\.5{
    right: 0.875rem !important;
  }

  .md\:tw-bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .md\:tw-left-3\.5{
    left: 0.875rem !important;
  }

  .md\:tw-top-1\/2{
    top: 50% !important;
  }

  .md\:tw-right-1\/2{
    right: 50% !important;
  }

  .md\:tw-bottom-1\/2{
    bottom: 50% !important;
  }

  .md\:tw-left-1\/2{
    left: 50% !important;
  }

  .md\:tw-top-1\/3{
    top: 33.333333% !important;
  }

  .md\:tw-right-1\/3{
    right: 33.333333% !important;
  }

  .md\:tw-bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .md\:tw-left-1\/3{
    left: 33.333333% !important;
  }

  .md\:tw-top-2\/3{
    top: 66.666667% !important;
  }

  .md\:tw-right-2\/3{
    right: 66.666667% !important;
  }

  .md\:tw-bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .md\:tw-left-2\/3{
    left: 66.666667% !important;
  }

  .md\:tw-top-1\/4{
    top: 25% !important;
  }

  .md\:tw-right-1\/4{
    right: 25% !important;
  }

  .md\:tw-bottom-1\/4{
    bottom: 25% !important;
  }

  .md\:tw-left-1\/4{
    left: 25% !important;
  }

  .md\:tw-top-2\/4{
    top: 50% !important;
  }

  .md\:tw-right-2\/4{
    right: 50% !important;
  }

  .md\:tw-bottom-2\/4{
    bottom: 50% !important;
  }

  .md\:tw-left-2\/4{
    left: 50% !important;
  }

  .md\:tw-top-3\/4{
    top: 75% !important;
  }

  .md\:tw-right-3\/4{
    right: 75% !important;
  }

  .md\:tw-bottom-3\/4{
    bottom: 75% !important;
  }

  .md\:tw-left-3\/4{
    left: 75% !important;
  }

  .md\:tw-top-1\/5{
    top: 20% !important;
  }

  .md\:tw-right-1\/5{
    right: 20% !important;
  }

  .md\:tw-bottom-1\/5{
    bottom: 20% !important;
  }

  .md\:tw-left-1\/5{
    left: 20% !important;
  }

  .md\:tw-top-2\/5{
    top: 40% !important;
  }

  .md\:tw-right-2\/5{
    right: 40% !important;
  }

  .md\:tw-bottom-2\/5{
    bottom: 40% !important;
  }

  .md\:tw-left-2\/5{
    left: 40% !important;
  }

  .md\:tw-top-3\/5{
    top: 60% !important;
  }

  .md\:tw-right-3\/5{
    right: 60% !important;
  }

  .md\:tw-bottom-3\/5{
    bottom: 60% !important;
  }

  .md\:tw-left-3\/5{
    left: 60% !important;
  }

  .md\:tw-top-4\/5{
    top: 80% !important;
  }

  .md\:tw-right-4\/5{
    right: 80% !important;
  }

  .md\:tw-bottom-4\/5{
    bottom: 80% !important;
  }

  .md\:tw-left-4\/5{
    left: 80% !important;
  }

  .md\:tw-top-1\/6{
    top: 16.666667% !important;
  }

  .md\:tw-right-1\/6{
    right: 16.666667% !important;
  }

  .md\:tw-bottom-1\/6{
    bottom: 16.666667% !important;
  }

  .md\:tw-left-1\/6{
    left: 16.666667% !important;
  }

  .md\:tw-top-2\/6{
    top: 33.333333% !important;
  }

  .md\:tw-right-2\/6{
    right: 33.333333% !important;
  }

  .md\:tw-bottom-2\/6{
    bottom: 33.333333% !important;
  }

  .md\:tw-left-2\/6{
    left: 33.333333% !important;
  }

  .md\:tw-top-3\/6{
    top: 50% !important;
  }

  .md\:tw-right-3\/6{
    right: 50% !important;
  }

  .md\:tw-bottom-3\/6{
    bottom: 50% !important;
  }

  .md\:tw-left-3\/6{
    left: 50% !important;
  }

  .md\:tw-top-4\/6{
    top: 66.666667% !important;
  }

  .md\:tw-right-4\/6{
    right: 66.666667% !important;
  }

  .md\:tw-bottom-4\/6{
    bottom: 66.666667% !important;
  }

  .md\:tw-left-4\/6{
    left: 66.666667% !important;
  }

  .md\:tw-top-5\/6{
    top: 83.333333% !important;
  }

  .md\:tw-right-5\/6{
    right: 83.333333% !important;
  }

  .md\:tw-bottom-5\/6{
    bottom: 83.333333% !important;
  }

  .md\:tw-left-5\/6{
    left: 83.333333% !important;
  }

  .md\:tw-top-1\/12{
    top: 8.333333% !important;
  }

  .md\:tw-right-1\/12{
    right: 8.333333% !important;
  }

  .md\:tw-bottom-1\/12{
    bottom: 8.333333% !important;
  }

  .md\:tw-left-1\/12{
    left: 8.333333% !important;
  }

  .md\:tw-top-2\/12{
    top: 16.666667% !important;
  }

  .md\:tw-right-2\/12{
    right: 16.666667% !important;
  }

  .md\:tw-bottom-2\/12{
    bottom: 16.666667% !important;
  }

  .md\:tw-left-2\/12{
    left: 16.666667% !important;
  }

  .md\:tw-top-3\/12{
    top: 25% !important;
  }

  .md\:tw-right-3\/12{
    right: 25% !important;
  }

  .md\:tw-bottom-3\/12{
    bottom: 25% !important;
  }

  .md\:tw-left-3\/12{
    left: 25% !important;
  }

  .md\:tw-top-4\/12{
    top: 33.333333% !important;
  }

  .md\:tw-right-4\/12{
    right: 33.333333% !important;
  }

  .md\:tw-bottom-4\/12{
    bottom: 33.333333% !important;
  }

  .md\:tw-left-4\/12{
    left: 33.333333% !important;
  }

  .md\:tw-top-5\/12{
    top: 41.666667% !important;
  }

  .md\:tw-right-5\/12{
    right: 41.666667% !important;
  }

  .md\:tw-bottom-5\/12{
    bottom: 41.666667% !important;
  }

  .md\:tw-left-5\/12{
    left: 41.666667% !important;
  }

  .md\:tw-top-6\/12{
    top: 50% !important;
  }

  .md\:tw-right-6\/12{
    right: 50% !important;
  }

  .md\:tw-bottom-6\/12{
    bottom: 50% !important;
  }

  .md\:tw-left-6\/12{
    left: 50% !important;
  }

  .md\:tw-top-7\/12{
    top: 58.333333% !important;
  }

  .md\:tw-right-7\/12{
    right: 58.333333% !important;
  }

  .md\:tw-bottom-7\/12{
    bottom: 58.333333% !important;
  }

  .md\:tw-left-7\/12{
    left: 58.333333% !important;
  }

  .md\:tw-top-8\/12{
    top: 66.666667% !important;
  }

  .md\:tw-right-8\/12{
    right: 66.666667% !important;
  }

  .md\:tw-bottom-8\/12{
    bottom: 66.666667% !important;
  }

  .md\:tw-left-8\/12{
    left: 66.666667% !important;
  }

  .md\:tw-top-9\/12{
    top: 75% !important;
  }

  .md\:tw-right-9\/12{
    right: 75% !important;
  }

  .md\:tw-bottom-9\/12{
    bottom: 75% !important;
  }

  .md\:tw-left-9\/12{
    left: 75% !important;
  }

  .md\:tw-top-10\/12{
    top: 83.333333% !important;
  }

  .md\:tw-right-10\/12{
    right: 83.333333% !important;
  }

  .md\:tw-bottom-10\/12{
    bottom: 83.333333% !important;
  }

  .md\:tw-left-10\/12{
    left: 83.333333% !important;
  }

  .md\:tw-top-11\/12{
    top: 91.666667% !important;
  }

  .md\:tw-right-11\/12{
    right: 91.666667% !important;
  }

  .md\:tw-bottom-11\/12{
    bottom: 91.666667% !important;
  }

  .md\:tw-left-11\/12{
    left: 91.666667% !important;
  }

  .md\:tw-top-full{
    top: 100% !important;
  }

  .md\:tw-right-full{
    right: 100% !important;
  }

  .md\:tw-bottom-full{
    bottom: 100% !important;
  }

  .md\:tw-left-full{
    left: 100% !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(118, 169, 250, 0.45) !important;
  }

  .md\:tw-shadow-none{
    box-shadow: none !important;
  }

  .md\:tw-shadow-solid{
    box-shadow: 0 0 0 2px currentColor !important;
  }

  .md\:tw-shadow-outline-gray{
    box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
  }

  .md\:tw-shadow-outline-blue{
    box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
  }

  .md\:tw-shadow-outline-teal{
    box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
  }

  .md\:tw-shadow-outline-green{
    box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
  }

  .md\:tw-shadow-outline-yellow{
    box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
  }

  .md\:tw-shadow-outline-orange{
    box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
  }

  .md\:tw-shadow-outline-red{
    box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
  }

  .md\:tw-shadow-outline-pink{
    box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
  }

  .md\:tw-shadow-outline-purple{
    box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
  }

  .md\:tw-shadow-outline-indigo{
    box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !important;
  }

  .tw-group:focus .md\:group-focus\:tw-shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .tw-group:focus .md\:group-focus\:tw-shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .tw-group:focus .md\:group-focus\: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-group:focus .md\:group-focus\: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-group:focus .md\:group-focus\: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-group:focus .md\:group-focus\: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-group:focus .md\:group-focus\:tw-shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .tw-group:focus .md\:group-focus\:tw-shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .tw-group:focus .md\:group-focus\:tw-shadow-outline{
    box-shadow: 0 0 0 3px rgba(118, 169, 250, 0.45) !important;
  }

  .tw-group:focus .md\:group-focus\:tw-shadow-none{
    box-shadow: none !important;
  }

  .tw-group:focus .md\:group-focus\:tw-shadow-solid{
    box-shadow: 0 0 0 2px currentColor !important;
  }

  .tw-group:focus .md\:group-focus\:tw-shadow-outline-gray{
    box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
  }

  .tw-group:focus .md\:group-focus\:tw-shadow-outline-blue{
    box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
  }

  .tw-group:focus .md\:group-focus\:tw-shadow-outline-teal{
    box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
  }

  .tw-group:focus .md\:group-focus\:tw-shadow-outline-green{
    box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
  }

  .tw-group:focus .md\:group-focus\:tw-shadow-outline-yellow{
    box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
  }

  .tw-group:focus .md\:group-focus\:tw-shadow-outline-orange{
    box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
  }

  .tw-group:focus .md\:group-focus\:tw-shadow-outline-red{
    box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
  }

  .tw-group:focus .md\:group-focus\:tw-shadow-outline-pink{
    box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
  }

  .tw-group:focus .md\:group-focus\:tw-shadow-outline-purple{
    box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
  }

  .tw-group:focus .md\:group-focus\:tw-shadow-outline-indigo{
    box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !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(118, 169, 250, 0.45) !important;
  }

  .md\:hover\:tw-shadow-none:hover{
    box-shadow: none !important;
  }

  .md\:hover\:tw-shadow-solid:hover{
    box-shadow: 0 0 0 2px currentColor !important;
  }

  .md\:hover\:tw-shadow-outline-gray:hover{
    box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
  }

  .md\:hover\:tw-shadow-outline-blue:hover{
    box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
  }

  .md\:hover\:tw-shadow-outline-teal:hover{
    box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
  }

  .md\:hover\:tw-shadow-outline-green:hover{
    box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
  }

  .md\:hover\:tw-shadow-outline-yellow:hover{
    box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
  }

  .md\:hover\:tw-shadow-outline-orange:hover{
    box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
  }

  .md\:hover\:tw-shadow-outline-red:hover{
    box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
  }

  .md\:hover\:tw-shadow-outline-pink:hover{
    box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
  }

  .md\:hover\:tw-shadow-outline-purple:hover{
    box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
  }

  .md\:hover\:tw-shadow-outline-indigo:hover{
    box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !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(118, 169, 250, 0.45) !important;
  }

  .md\:focus\:tw-shadow-none:focus{
    box-shadow: none !important;
  }

  .md\:focus\:tw-shadow-solid:focus{
    box-shadow: 0 0 0 2px currentColor !important;
  }

  .md\:focus\:tw-shadow-outline-gray:focus{
    box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
  }

  .md\:focus\:tw-shadow-outline-blue:focus{
    box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
  }

  .md\:focus\:tw-shadow-outline-teal:focus{
    box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
  }

  .md\:focus\:tw-shadow-outline-green:focus{
    box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
  }

  .md\:focus\:tw-shadow-outline-yellow:focus{
    box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
  }

  .md\:focus\:tw-shadow-outline-orange:focus{
    box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
  }

  .md\:focus\:tw-shadow-outline-red:focus{
    box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
  }

  .md\:focus\:tw-shadow-outline-pink:focus{
    box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
  }

  .md\:focus\:tw-shadow-outline-purple:focus{
    box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
  }

  .md\:focus\:tw-shadow-outline-indigo:focus{
    box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !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-white{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-black{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--text-opacity)) !important;
  }

  .md\:tw-text-gray-400{
    --text-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--text-opacity)) !important;
  }

  .md\:tw-text-gray-900{
    --text-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--text-opacity)) !important;
  }

  .md\:tw-text-cool-gray-50{
    --text-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--text-opacity)) !important;
  }

  .md\:tw-text-cool-gray-100{
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .md\:tw-text-cool-gray-200{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:tw-text-cool-gray-300{
    --text-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--text-opacity)) !important;
  }

  .md\:tw-text-cool-gray-400{
    --text-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--text-opacity)) !important;
  }

  .md\:tw-text-cool-gray-500{
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .md\:tw-text-cool-gray-600{
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .md\:tw-text-cool-gray-700{
    --text-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--text-opacity)) !important;
  }

  .md\:tw-text-cool-gray-800{
    --text-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--text-opacity)) !important;
  }

  .md\:tw-text-cool-gray-900{
    --text-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-50{
    --text-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-100{
    --text-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-200{
    --text-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-300{
    --text-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-400{
    --text-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-500{
    --text-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-600{
    --text-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-700{
    --text-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-800{
    --text-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-900{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-50{
    --text-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-100{
    --text-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-200{
    --text-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-300{
    --text-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-400{
    --text-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-500{
    --text-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-600{
    --text-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-700{
    --text-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-800{
    --text-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-900{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-50{
    --text-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-100{
    --text-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-200{
    --text-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-300{
    --text-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-400{
    --text-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-500{
    --text-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-600{
    --text-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-700{
    --text-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-800{
    --text-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-900{
    --text-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-50{
    --text-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-100{
    --text-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-200{
    --text-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-300{
    --text-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-400{
    --text-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-500{
    --text-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-600{
    --text-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-700{
    --text-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-800{
    --text-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-900{
    --text-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-50{
    --text-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-100{
    --text-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-200{
    --text-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-300{
    --text-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-400{
    --text-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-500{
    --text-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-600{
    --text-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-700{
    --text-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-800{
    --text-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-900{
    --text-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-50{
    --text-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-100{
    --text-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-200{
    --text-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-300{
    --text-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-400{
    --text-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-500{
    --text-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-600{
    --text-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-700{
    --text-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-800{
    --text-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-900{
    --text-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-50{
    --text-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-100{
    --text-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-200{
    --text-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-300{
    --text-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-400{
    --text-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-500{
    --text-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-600{
    --text-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-700{
    --text-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-800{
    --text-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-900{
    --text-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-50{
    --text-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-100{
    --text-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-200{
    --text-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-300{
    --text-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-400{
    --text-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-500{
    --text-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-600{
    --text-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-700{
    --text-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-800{
    --text-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-900{
    --text-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-200{
    --text-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-300{
    --text-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-400{
    --text-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-500{
    --text-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-600{
    --text-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-700{
    --text-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-800{
    --text-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-900{
    --text-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--text-opacity)) !important;
  }

  .md\:tw-text-modal-grey{
    --text-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--text-opacity)) !important;
  }

  .md\:tw-text-separator-grey{
    color: hsla(210,7%,83%,1) !important;
  }

  .md\:tw-text-label-grey{
    --text-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--text-opacity)) !important;
  }

  .md\:tw-text-anvesh-black{
    --text-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--text-opacity)) !important;
  }

  .md\:tw-text-anvesh-grey{
    --text-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--text-opacity)) !important;
  }

  .md\:tw-text-anvesh-blue{
    --text-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--text-opacity)) !important;
  }

  .md\:tw-text-jira-blue{
    --text-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--text-opacity)) !important;
  }

  .md\:tw-text-amber{
    --text-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-transparent:hover{
    color: transparent !important;
  }

  .md\:hover\:tw-text-white:hover{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-black:hover{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cool-gray-50:hover{
    --text-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cool-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cool-gray-200:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cool-gray-300:hover{
    --text-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cool-gray-400:hover{
    --text-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cool-gray-500:hover{
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cool-gray-600:hover{
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cool-gray-700:hover{
    --text-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cool-gray-800:hover{
    --text-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cool-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-50:hover{
    --text-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-100:hover{
    --text-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-200:hover{
    --text-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-300:hover{
    --text-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-400:hover{
    --text-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-500:hover{
    --text-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-600:hover{
    --text-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-700:hover{
    --text-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-800:hover{
    --text-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-900:hover{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-50:hover{
    --text-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-50:hover{
    --text-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-50:hover{
    --text-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-100:hover{
    --text-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-200:hover{
    --text-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-300:hover{
    --text-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-400:hover{
    --text-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-500:hover{
    --text-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-600:hover{
    --text-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-700:hover{
    --text-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-800:hover{
    --text-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-900:hover{
    --text-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-50:hover{
    --text-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-50:hover{
    --text-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-50:hover{
    --text-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-50:hover{
    --text-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-modal-grey:hover{
    --text-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-separator-grey:hover{
    color: hsla(210,7%,83%,1) !important;
  }

  .md\:hover\:tw-text-label-grey:hover{
    --text-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-anvesh-black:hover{
    --text-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-anvesh-grey:hover{
    --text-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-anvesh-blue:hover{
    --text-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-jira-blue:hover{
    --text-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber:hover{
    --text-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-transparent:focus{
    color: transparent !important;
  }

  .md\:focus\:tw-text-white:focus{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-black:focus{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cool-gray-50:focus{
    --text-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cool-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cool-gray-200:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cool-gray-300:focus{
    --text-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cool-gray-400:focus{
    --text-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cool-gray-500:focus{
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cool-gray-600:focus{
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cool-gray-700:focus{
    --text-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cool-gray-800:focus{
    --text-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cool-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-50:focus{
    --text-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-100:focus{
    --text-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-200:focus{
    --text-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-300:focus{
    --text-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-400:focus{
    --text-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-500:focus{
    --text-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-600:focus{
    --text-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-700:focus{
    --text-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-800:focus{
    --text-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-900:focus{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-50:focus{
    --text-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-50:focus{
    --text-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-50:focus{
    --text-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-100:focus{
    --text-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-200:focus{
    --text-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-300:focus{
    --text-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-400:focus{
    --text-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-500:focus{
    --text-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-600:focus{
    --text-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-700:focus{
    --text-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-800:focus{
    --text-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-900:focus{
    --text-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-50:focus{
    --text-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-50:focus{
    --text-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-50:focus{
    --text-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-50:focus{
    --text-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-modal-grey:focus{
    --text-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-separator-grey:focus{
    color: hsla(210,7%,83%,1) !important;
  }

  .md\:focus\:tw-text-label-grey:focus{
    --text-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-anvesh-black:focus{
    --text-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-anvesh-grey:focus{
    --text-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-anvesh-blue:focus{
    --text-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-jira-blue:focus{
    --text-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber:focus{
    --text-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, 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\: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-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{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:tw-break-words{
    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-7{
    width: 1.75rem !important;
  }

  .md\:tw-w-8{
    width: 2rem !important;
  }

  .md\:tw-w-9{
    width: 2.25rem !important;
  }

  .md\:tw-w-10{
    width: 2.5rem !important;
  }

  .md\:tw-w-11{
    width: 2.75rem !important;
  }

  .md\:tw-w-12{
    width: 3rem !important;
  }

  .md\:tw-w-13{
    width: 3.25rem !important;
  }

  .md\:tw-w-14{
    width: 3.5rem !important;
  }

  .md\:tw-w-15{
    width: 3.75rem !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-28{
    width: 7rem !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-60{
    width: 15rem !important;
  }

  .md\:tw-w-64{
    width: 16rem !important;
  }

  .md\:tw-w-72{
    width: 18rem !important;
  }

  .md\:tw-w-80{
    width: 20rem !important;
  }

  .md\:tw-w-96{
    width: 24rem !important;
  }

  .md\:tw-w-auto{
    width: auto !important;
  }

  .md\:tw-w-px{
    width: 1px !important;
  }

  .md\:tw-w-0\.5{
    width: 0.125rem !important;
  }

  .md\:tw-w-1\.5{
    width: 0.375rem !important;
  }

  .md\:tw-w-2\.5{
    width: 0.625rem !important;
  }

  .md\:tw-w-3\.5{
    width: 0.875rem !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-min-content{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .md\:tw-w-max-content{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !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-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-7{
    grid-gap: 1.75rem !important;
    gap: 1.75rem !important;
  }

  .md\:tw-gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .md\:tw-gap-9{
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .md\:tw-gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .md\:tw-gap-11{
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important;
  }

  .md\:tw-gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .md\:tw-gap-13{
    grid-gap: 3.25rem !important;
    gap: 3.25rem !important;
  }

  .md\:tw-gap-14{
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .md\:tw-gap-15{
    grid-gap: 3.75rem !important;
    gap: 3.75rem !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-28{
    grid-gap: 7rem !important;
    gap: 7rem !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-60{
    grid-gap: 15rem !important;
    gap: 15rem !important;
  }

  .md\:tw-gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .md\:tw-gap-72{
    grid-gap: 18rem !important;
    gap: 18rem !important;
  }

  .md\:tw-gap-80{
    grid-gap: 20rem !important;
    gap: 20rem !important;
  }

  .md\:tw-gap-96{
    grid-gap: 24rem !important;
    gap: 24rem !important;
  }

  .md\:tw-gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .md\:tw-gap-0\.5{
    grid-gap: 0.125rem !important;
    gap: 0.125rem !important;
  }

  .md\:tw-gap-1\.5{
    grid-gap: 0.375rem !important;
    gap: 0.375rem !important;
  }

  .md\:tw-gap-2\.5{
    grid-gap: 0.625rem !important;
    gap: 0.625rem !important;
  }

  .md\:tw-gap-3\.5{
    grid-gap: 0.875rem !important;
    gap: 0.875rem !important;
  }

  .md\:tw-gap-1\/2{
    grid-gap: 50% !important;
    gap: 50% !important;
  }

  .md\:tw-gap-1\/3{
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important;
  }

  .md\:tw-gap-2\/3{
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important;
  }

  .md\:tw-gap-1\/4{
    grid-gap: 25% !important;
    gap: 25% !important;
  }

  .md\:tw-gap-2\/4{
    grid-gap: 50% !important;
    gap: 50% !important;
  }

  .md\:tw-gap-3\/4{
    grid-gap: 75% !important;
    gap: 75% !important;
  }

  .md\:tw-gap-1\/5{
    grid-gap: 20% !important;
    gap: 20% !important;
  }

  .md\:tw-gap-2\/5{
    grid-gap: 40% !important;
    gap: 40% !important;
  }

  .md\:tw-gap-3\/5{
    grid-gap: 60% !important;
    gap: 60% !important;
  }

  .md\:tw-gap-4\/5{
    grid-gap: 80% !important;
    gap: 80% !important;
  }

  .md\:tw-gap-1\/6{
    grid-gap: 16.666667% !important;
    gap: 16.666667% !important;
  }

  .md\:tw-gap-2\/6{
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important;
  }

  .md\:tw-gap-3\/6{
    grid-gap: 50% !important;
    gap: 50% !important;
  }

  .md\:tw-gap-4\/6{
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important;
  }

  .md\:tw-gap-5\/6{
    grid-gap: 83.333333% !important;
    gap: 83.333333% !important;
  }

  .md\:tw-gap-1\/12{
    grid-gap: 8.333333% !important;
    gap: 8.333333% !important;
  }

  .md\:tw-gap-2\/12{
    grid-gap: 16.666667% !important;
    gap: 16.666667% !important;
  }

  .md\:tw-gap-3\/12{
    grid-gap: 25% !important;
    gap: 25% !important;
  }

  .md\:tw-gap-4\/12{
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important;
  }

  .md\:tw-gap-5\/12{
    grid-gap: 41.666667% !important;
    gap: 41.666667% !important;
  }

  .md\:tw-gap-6\/12{
    grid-gap: 50% !important;
    gap: 50% !important;
  }

  .md\:tw-gap-7\/12{
    grid-gap: 58.333333% !important;
    gap: 58.333333% !important;
  }

  .md\:tw-gap-8\/12{
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important;
  }

  .md\:tw-gap-9\/12{
    grid-gap: 75% !important;
    gap: 75% !important;
  }

  .md\:tw-gap-10\/12{
    grid-gap: 83.333333% !important;
    gap: 83.333333% !important;
  }

  .md\:tw-gap-11\/12{
    grid-gap: 91.666667% !important;
    gap: 91.666667% !important;
  }

  .md\:tw-gap-full{
    grid-gap: 100% !important;
    gap: 100% !important;
  }

  .md\:tw-col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .md\:tw-col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .md\:tw-col-gap-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .md\:tw-col-gap-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .md\:tw-col-gap-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .md\:tw-col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .md\:tw-col-gap-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .md\:tw-col-gap-7{
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .md\:tw-col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .md\:tw-col-gap-9{
    grid-column-gap: 2.25rem !important;
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

  .md\:tw-col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .md\:tw-col-gap-11{
    grid-column-gap: 2.75rem !important;
    -webkit-column-gap: 2.75rem !important;
       -moz-column-gap: 2.75rem !important;
            column-gap: 2.75rem !important;
  }

  .md\:tw-col-gap-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .md\:tw-col-gap-13{
    grid-column-gap: 3.25rem !important;
    -webkit-column-gap: 3.25rem !important;
       -moz-column-gap: 3.25rem !important;
            column-gap: 3.25rem !important;
  }

  .md\:tw-col-gap-14{
    grid-column-gap: 3.5rem !important;
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .md\:tw-col-gap-15{
    grid-column-gap: 3.75rem !important;
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }

  .md\:tw-col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .md\:tw-col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .md\:tw-col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .md\:tw-col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .md\:tw-col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .md\:tw-col-gap-36{
    grid-column-gap: 9rem !important;
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }

  .md\:tw-col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .md\:tw-col-gap-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .md\:tw-col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .md\:tw-col-gap-60{
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .md\:tw-col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .md\:tw-col-gap-72{
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .md\:tw-col-gap-80{
    grid-column-gap: 20rem !important;
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !important;
  }

  .md\:tw-col-gap-96{
    grid-column-gap: 24rem !important;
    -webkit-column-gap: 24rem !important;
       -moz-column-gap: 24rem !important;
            column-gap: 24rem !important;
  }

  .md\:tw-col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .md\:tw-col-gap-0\.5{
    grid-column-gap: 0.125rem !important;
    -webkit-column-gap: 0.125rem !important;
       -moz-column-gap: 0.125rem !important;
            column-gap: 0.125rem !important;
  }

  .md\:tw-col-gap-1\.5{
    grid-column-gap: 0.375rem !important;
    -webkit-column-gap: 0.375rem !important;
       -moz-column-gap: 0.375rem !important;
            column-gap: 0.375rem !important;
  }

  .md\:tw-col-gap-2\.5{
    grid-column-gap: 0.625rem !important;
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .md\:tw-col-gap-3\.5{
    grid-column-gap: 0.875rem !important;
    -webkit-column-gap: 0.875rem !important;
       -moz-column-gap: 0.875rem !important;
            column-gap: 0.875rem !important;
  }

  .md\:tw-col-gap-1\/2{
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
       -moz-column-gap: 50% !important;
            column-gap: 50% !important;
  }

  .md\:tw-col-gap-1\/3{
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
       -moz-column-gap: 33.333333% !important;
            column-gap: 33.333333% !important;
  }

  .md\:tw-col-gap-2\/3{
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
       -moz-column-gap: 66.666667% !important;
            column-gap: 66.666667% !important;
  }

  .md\:tw-col-gap-1\/4{
    grid-column-gap: 25% !important;
    -webkit-column-gap: 25% !important;
       -moz-column-gap: 25% !important;
            column-gap: 25% !important;
  }

  .md\:tw-col-gap-2\/4{
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
       -moz-column-gap: 50% !important;
            column-gap: 50% !important;
  }

  .md\:tw-col-gap-3\/4{
    grid-column-gap: 75% !important;
    -webkit-column-gap: 75% !important;
       -moz-column-gap: 75% !important;
            column-gap: 75% !important;
  }

  .md\:tw-col-gap-1\/5{
    grid-column-gap: 20% !important;
    -webkit-column-gap: 20% !important;
       -moz-column-gap: 20% !important;
            column-gap: 20% !important;
  }

  .md\:tw-col-gap-2\/5{
    grid-column-gap: 40% !important;
    -webkit-column-gap: 40% !important;
       -moz-column-gap: 40% !important;
            column-gap: 40% !important;
  }

  .md\:tw-col-gap-3\/5{
    grid-column-gap: 60% !important;
    -webkit-column-gap: 60% !important;
       -moz-column-gap: 60% !important;
            column-gap: 60% !important;
  }

  .md\:tw-col-gap-4\/5{
    grid-column-gap: 80% !important;
    -webkit-column-gap: 80% !important;
       -moz-column-gap: 80% !important;
            column-gap: 80% !important;
  }

  .md\:tw-col-gap-1\/6{
    grid-column-gap: 16.666667% !important;
    -webkit-column-gap: 16.666667% !important;
       -moz-column-gap: 16.666667% !important;
            column-gap: 16.666667% !important;
  }

  .md\:tw-col-gap-2\/6{
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
       -moz-column-gap: 33.333333% !important;
            column-gap: 33.333333% !important;
  }

  .md\:tw-col-gap-3\/6{
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
       -moz-column-gap: 50% !important;
            column-gap: 50% !important;
  }

  .md\:tw-col-gap-4\/6{
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
       -moz-column-gap: 66.666667% !important;
            column-gap: 66.666667% !important;
  }

  .md\:tw-col-gap-5\/6{
    grid-column-gap: 83.333333% !important;
    -webkit-column-gap: 83.333333% !important;
       -moz-column-gap: 83.333333% !important;
            column-gap: 83.333333% !important;
  }

  .md\:tw-col-gap-1\/12{
    grid-column-gap: 8.333333% !important;
    -webkit-column-gap: 8.333333% !important;
       -moz-column-gap: 8.333333% !important;
            column-gap: 8.333333% !important;
  }

  .md\:tw-col-gap-2\/12{
    grid-column-gap: 16.666667% !important;
    -webkit-column-gap: 16.666667% !important;
       -moz-column-gap: 16.666667% !important;
            column-gap: 16.666667% !important;
  }

  .md\:tw-col-gap-3\/12{
    grid-column-gap: 25% !important;
    -webkit-column-gap: 25% !important;
       -moz-column-gap: 25% !important;
            column-gap: 25% !important;
  }

  .md\:tw-col-gap-4\/12{
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
       -moz-column-gap: 33.333333% !important;
            column-gap: 33.333333% !important;
  }

  .md\:tw-col-gap-5\/12{
    grid-column-gap: 41.666667% !important;
    -webkit-column-gap: 41.666667% !important;
       -moz-column-gap: 41.666667% !important;
            column-gap: 41.666667% !important;
  }

  .md\:tw-col-gap-6\/12{
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
       -moz-column-gap: 50% !important;
            column-gap: 50% !important;
  }

  .md\:tw-col-gap-7\/12{
    grid-column-gap: 58.333333% !important;
    -webkit-column-gap: 58.333333% !important;
       -moz-column-gap: 58.333333% !important;
            column-gap: 58.333333% !important;
  }

  .md\:tw-col-gap-8\/12{
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
       -moz-column-gap: 66.666667% !important;
            column-gap: 66.666667% !important;
  }

  .md\:tw-col-gap-9\/12{
    grid-column-gap: 75% !important;
    -webkit-column-gap: 75% !important;
       -moz-column-gap: 75% !important;
            column-gap: 75% !important;
  }

  .md\:tw-col-gap-10\/12{
    grid-column-gap: 83.333333% !important;
    -webkit-column-gap: 83.333333% !important;
       -moz-column-gap: 83.333333% !important;
            column-gap: 83.333333% !important;
  }

  .md\:tw-col-gap-11\/12{
    grid-column-gap: 91.666667% !important;
    -webkit-column-gap: 91.666667% !important;
       -moz-column-gap: 91.666667% !important;
            column-gap: 91.666667% !important;
  }

  .md\:tw-col-gap-full{
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
       -moz-column-gap: 100% !important;
            column-gap: 100% !important;
  }

  .md\:tw-row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .md\:tw-row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .md\:tw-row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .md\:tw-row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .md\:tw-row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .md\:tw-row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:tw-row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md\:tw-row-gap-7{
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !important;
  }

  .md\:tw-row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .md\:tw-row-gap-9{
    grid-row-gap: 2.25rem !important;
    row-gap: 2.25rem !important;
  }

  .md\:tw-row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:tw-row-gap-11{
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .md\:tw-row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .md\:tw-row-gap-13{
    grid-row-gap: 3.25rem !important;
    row-gap: 3.25rem !important;
  }

  .md\:tw-row-gap-14{
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .md\:tw-row-gap-15{
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .md\:tw-row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .md\:tw-row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:tw-row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:tw-row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .md\:tw-row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .md\:tw-row-gap-36{
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important;
  }

  .md\:tw-row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .md\:tw-row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .md\:tw-row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md\:tw-row-gap-60{
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important;
  }

  .md\:tw-row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md\:tw-row-gap-72{
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important;
  }

  .md\:tw-row-gap-80{
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important;
  }

  .md\:tw-row-gap-96{
    grid-row-gap: 24rem !important;
    row-gap: 24rem !important;
  }

  .md\:tw-row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .md\:tw-row-gap-0\.5{
    grid-row-gap: 0.125rem !important;
    row-gap: 0.125rem !important;
  }

  .md\:tw-row-gap-1\.5{
    grid-row-gap: 0.375rem !important;
    row-gap: 0.375rem !important;
  }

  .md\:tw-row-gap-2\.5{
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .md\:tw-row-gap-3\.5{
    grid-row-gap: 0.875rem !important;
    row-gap: 0.875rem !important;
  }

  .md\:tw-row-gap-1\/2{
    grid-row-gap: 50% !important;
    row-gap: 50% !important;
  }

  .md\:tw-row-gap-1\/3{
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important;
  }

  .md\:tw-row-gap-2\/3{
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important;
  }

  .md\:tw-row-gap-1\/4{
    grid-row-gap: 25% !important;
    row-gap: 25% !important;
  }

  .md\:tw-row-gap-2\/4{
    grid-row-gap: 50% !important;
    row-gap: 50% !important;
  }

  .md\:tw-row-gap-3\/4{
    grid-row-gap: 75% !important;
    row-gap: 75% !important;
  }

  .md\:tw-row-gap-1\/5{
    grid-row-gap: 20% !important;
    row-gap: 20% !important;
  }

  .md\:tw-row-gap-2\/5{
    grid-row-gap: 40% !important;
    row-gap: 40% !important;
  }

  .md\:tw-row-gap-3\/5{
    grid-row-gap: 60% !important;
    row-gap: 60% !important;
  }

  .md\:tw-row-gap-4\/5{
    grid-row-gap: 80% !important;
    row-gap: 80% !important;
  }

  .md\:tw-row-gap-1\/6{
    grid-row-gap: 16.666667% !important;
    row-gap: 16.666667% !important;
  }

  .md\:tw-row-gap-2\/6{
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important;
  }

  .md\:tw-row-gap-3\/6{
    grid-row-gap: 50% !important;
    row-gap: 50% !important;
  }

  .md\:tw-row-gap-4\/6{
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important;
  }

  .md\:tw-row-gap-5\/6{
    grid-row-gap: 83.333333% !important;
    row-gap: 83.333333% !important;
  }

  .md\:tw-row-gap-1\/12{
    grid-row-gap: 8.333333% !important;
    row-gap: 8.333333% !important;
  }

  .md\:tw-row-gap-2\/12{
    grid-row-gap: 16.666667% !important;
    row-gap: 16.666667% !important;
  }

  .md\:tw-row-gap-3\/12{
    grid-row-gap: 25% !important;
    row-gap: 25% !important;
  }

  .md\:tw-row-gap-4\/12{
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important;
  }

  .md\:tw-row-gap-5\/12{
    grid-row-gap: 41.666667% !important;
    row-gap: 41.666667% !important;
  }

  .md\:tw-row-gap-6\/12{
    grid-row-gap: 50% !important;
    row-gap: 50% !important;
  }

  .md\:tw-row-gap-7\/12{
    grid-row-gap: 58.333333% !important;
    row-gap: 58.333333% !important;
  }

  .md\:tw-row-gap-8\/12{
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important;
  }

  .md\:tw-row-gap-9\/12{
    grid-row-gap: 75% !important;
    row-gap: 75% !important;
  }

  .md\:tw-row-gap-10\/12{
    grid-row-gap: 83.333333% !important;
    row-gap: 83.333333% !important;
  }

  .md\:tw-row-gap-11\/12{
    grid-row-gap: 91.666667% !important;
    row-gap: 91.666667% !important;
  }

  .md\:tw-row-gap-full{
    grid-row-gap: 100% !important;
    row-gap: 100% !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-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-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-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-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;
    -webkit-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;
            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{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .md\:tw-origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .md\:tw-origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .md\:tw-origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .md\:tw-origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .md\:tw-origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .md\:tw-origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .md\:tw-origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .md\:tw-origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .md\:tw-origin-top-left{
    -webkit-transform-origin: top left !important;
            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-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\:hover\:tw-rotate-0:hover{
    --transform-rotate: 0 !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\:focus\:tw-rotate-0:focus{
    --transform-rotate: 0 !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\: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-7{
    --transform-translate-x: 1.75rem !important;
  }

  .md\:tw-translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .md\:tw-translate-x-9{
    --transform-translate-x: 2.25rem !important;
  }

  .md\:tw-translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .md\:tw-translate-x-11{
    --transform-translate-x: 2.75rem !important;
  }

  .md\:tw-translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .md\:tw-translate-x-13{
    --transform-translate-x: 3.25rem !important;
  }

  .md\:tw-translate-x-14{
    --transform-translate-x: 3.5rem !important;
  }

  .md\:tw-translate-x-15{
    --transform-translate-x: 3.75rem !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-28{
    --transform-translate-x: 7rem !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-60{
    --transform-translate-x: 15rem !important;
  }

  .md\:tw-translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .md\:tw-translate-x-72{
    --transform-translate-x: 18rem !important;
  }

  .md\:tw-translate-x-80{
    --transform-translate-x: 20rem !important;
  }

  .md\:tw-translate-x-96{
    --transform-translate-x: 24rem !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\/2{
    --transform-translate-x: 50% !important;
  }

  .md\:tw-translate-x-1\/3{
    --transform-translate-x: 33.333333% !important;
  }

  .md\:tw-translate-x-2\/3{
    --transform-translate-x: 66.666667% !important;
  }

  .md\:tw-translate-x-1\/4{
    --transform-translate-x: 25% !important;
  }

  .md\:tw-translate-x-2\/4{
    --transform-translate-x: 50% !important;
  }

  .md\:tw-translate-x-3\/4{
    --transform-translate-x: 75% !important;
  }

  .md\:tw-translate-x-1\/5{
    --transform-translate-x: 20% !important;
  }

  .md\:tw-translate-x-2\/5{
    --transform-translate-x: 40% !important;
  }

  .md\:tw-translate-x-3\/5{
    --transform-translate-x: 60% !important;
  }

  .md\:tw-translate-x-4\/5{
    --transform-translate-x: 80% !important;
  }

  .md\:tw-translate-x-1\/6{
    --transform-translate-x: 16.666667% !important;
  }

  .md\:tw-translate-x-2\/6{
    --transform-translate-x: 33.333333% !important;
  }

  .md\:tw-translate-x-3\/6{
    --transform-translate-x: 50% !important;
  }

  .md\:tw-translate-x-4\/6{
    --transform-translate-x: 66.666667% !important;
  }

  .md\:tw-translate-x-5\/6{
    --transform-translate-x: 83.333333% !important;
  }

  .md\:tw-translate-x-1\/12{
    --transform-translate-x: 8.333333% !important;
  }

  .md\:tw-translate-x-2\/12{
    --transform-translate-x: 16.666667% !important;
  }

  .md\:tw-translate-x-3\/12{
    --transform-translate-x: 25% !important;
  }

  .md\:tw-translate-x-4\/12{
    --transform-translate-x: 33.333333% !important;
  }

  .md\:tw-translate-x-5\/12{
    --transform-translate-x: 41.666667% !important;
  }

  .md\:tw-translate-x-6\/12{
    --transform-translate-x: 50% !important;
  }

  .md\:tw-translate-x-7\/12{
    --transform-translate-x: 58.333333% !important;
  }

  .md\:tw-translate-x-8\/12{
    --transform-translate-x: 66.666667% !important;
  }

  .md\:tw-translate-x-9\/12{
    --transform-translate-x: 75% !important;
  }

  .md\:tw-translate-x-10\/12{
    --transform-translate-x: 83.333333% !important;
  }

  .md\:tw-translate-x-11\/12{
    --transform-translate-x: 91.666667% !important;
  }

  .md\:tw-translate-x-full{
    --transform-translate-x: 100% !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-7{
    --transform-translate-x: -1.75rem !important;
  }

  .md\:tw--translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .md\:tw--translate-x-9{
    --transform-translate-x: -2.25rem !important;
  }

  .md\:tw--translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .md\:tw--translate-x-11{
    --transform-translate-x: -2.75rem !important;
  }

  .md\:tw--translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .md\:tw--translate-x-13{
    --transform-translate-x: -3.25rem !important;
  }

  .md\:tw--translate-x-14{
    --transform-translate-x: -3.5rem !important;
  }

  .md\:tw--translate-x-15{
    --transform-translate-x: -3.75rem !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-28{
    --transform-translate-x: -7rem !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-60{
    --transform-translate-x: -15rem !important;
  }

  .md\:tw--translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .md\:tw--translate-x-72{
    --transform-translate-x: -18rem !important;
  }

  .md\:tw--translate-x-80{
    --transform-translate-x: -20rem !important;
  }

  .md\:tw--translate-x-96{
    --transform-translate-x: -24rem !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\/2{
    --transform-translate-x: -50% !important;
  }

  .md\:tw--translate-x-1\/3{
    --transform-translate-x: -33.33333% !important;
  }

  .md\:tw--translate-x-2\/3{
    --transform-translate-x: -66.66667% !important;
  }

  .md\:tw--translate-x-1\/4{
    --transform-translate-x: -25% !important;
  }

  .md\:tw--translate-x-2\/4{
    --transform-translate-x: -50% !important;
  }

  .md\:tw--translate-x-3\/4{
    --transform-translate-x: -75% !important;
  }

  .md\:tw--translate-x-1\/5{
    --transform-translate-x: -20% !important;
  }

  .md\:tw--translate-x-2\/5{
    --transform-translate-x: -40% !important;
  }

  .md\:tw--translate-x-3\/5{
    --transform-translate-x: -60% !important;
  }

  .md\:tw--translate-x-4\/5{
    --transform-translate-x: -80% !important;
  }

  .md\:tw--translate-x-1\/6{
    --transform-translate-x: -16.66667% !important;
  }

  .md\:tw--translate-x-2\/6{
    --transform-translate-x: -33.33333% !important;
  }

  .md\:tw--translate-x-3\/6{
    --transform-translate-x: -50% !important;
  }

  .md\:tw--translate-x-4\/6{
    --transform-translate-x: -66.66667% !important;
  }

  .md\:tw--translate-x-5\/6{
    --transform-translate-x: -83.33333% !important;
  }

  .md\:tw--translate-x-1\/12{
    --transform-translate-x: -8.33333% !important;
  }

  .md\:tw--translate-x-2\/12{
    --transform-translate-x: -16.66667% !important;
  }

  .md\:tw--translate-x-3\/12{
    --transform-translate-x: -25% !important;
  }

  .md\:tw--translate-x-4\/12{
    --transform-translate-x: -33.33333% !important;
  }

  .md\:tw--translate-x-5\/12{
    --transform-translate-x: -41.66667% !important;
  }

  .md\:tw--translate-x-6\/12{
    --transform-translate-x: -50% !important;
  }

  .md\:tw--translate-x-7\/12{
    --transform-translate-x: -58.33333% !important;
  }

  .md\:tw--translate-x-8\/12{
    --transform-translate-x: -66.66667% !important;
  }

  .md\:tw--translate-x-9\/12{
    --transform-translate-x: -75% !important;
  }

  .md\:tw--translate-x-10\/12{
    --transform-translate-x: -83.33333% !important;
  }

  .md\:tw--translate-x-11\/12{
    --transform-translate-x: -91.66667% !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-7{
    --transform-translate-y: 1.75rem !important;
  }

  .md\:tw-translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .md\:tw-translate-y-9{
    --transform-translate-y: 2.25rem !important;
  }

  .md\:tw-translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .md\:tw-translate-y-11{
    --transform-translate-y: 2.75rem !important;
  }

  .md\:tw-translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .md\:tw-translate-y-13{
    --transform-translate-y: 3.25rem !important;
  }

  .md\:tw-translate-y-14{
    --transform-translate-y: 3.5rem !important;
  }

  .md\:tw-translate-y-15{
    --transform-translate-y: 3.75rem !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-28{
    --transform-translate-y: 7rem !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-60{
    --transform-translate-y: 15rem !important;
  }

  .md\:tw-translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .md\:tw-translate-y-72{
    --transform-translate-y: 18rem !important;
  }

  .md\:tw-translate-y-80{
    --transform-translate-y: 20rem !important;
  }

  .md\:tw-translate-y-96{
    --transform-translate-y: 24rem !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\/2{
    --transform-translate-y: 50% !important;
  }

  .md\:tw-translate-y-1\/3{
    --transform-translate-y: 33.333333% !important;
  }

  .md\:tw-translate-y-2\/3{
    --transform-translate-y: 66.666667% !important;
  }

  .md\:tw-translate-y-1\/4{
    --transform-translate-y: 25% !important;
  }

  .md\:tw-translate-y-2\/4{
    --transform-translate-y: 50% !important;
  }

  .md\:tw-translate-y-3\/4{
    --transform-translate-y: 75% !important;
  }

  .md\:tw-translate-y-1\/5{
    --transform-translate-y: 20% !important;
  }

  .md\:tw-translate-y-2\/5{
    --transform-translate-y: 40% !important;
  }

  .md\:tw-translate-y-3\/5{
    --transform-translate-y: 60% !important;
  }

  .md\:tw-translate-y-4\/5{
    --transform-translate-y: 80% !important;
  }

  .md\:tw-translate-y-1\/6{
    --transform-translate-y: 16.666667% !important;
  }

  .md\:tw-translate-y-2\/6{
    --transform-translate-y: 33.333333% !important;
  }

  .md\:tw-translate-y-3\/6{
    --transform-translate-y: 50% !important;
  }

  .md\:tw-translate-y-4\/6{
    --transform-translate-y: 66.666667% !important;
  }

  .md\:tw-translate-y-5\/6{
    --transform-translate-y: 83.333333% !important;
  }

  .md\:tw-translate-y-1\/12{
    --transform-translate-y: 8.333333% !important;
  }

  .md\:tw-translate-y-2\/12{
    --transform-translate-y: 16.666667% !important;
  }

  .md\:tw-translate-y-3\/12{
    --transform-translate-y: 25% !important;
  }

  .md\:tw-translate-y-4\/12{
    --transform-translate-y: 33.333333% !important;
  }

  .md\:tw-translate-y-5\/12{
    --transform-translate-y: 41.666667% !important;
  }

  .md\:tw-translate-y-6\/12{
    --transform-translate-y: 50% !important;
  }

  .md\:tw-translate-y-7\/12{
    --transform-translate-y: 58.333333% !important;
  }

  .md\:tw-translate-y-8\/12{
    --transform-translate-y: 66.666667% !important;
  }

  .md\:tw-translate-y-9\/12{
    --transform-translate-y: 75% !important;
  }

  .md\:tw-translate-y-10\/12{
    --transform-translate-y: 83.333333% !important;
  }

  .md\:tw-translate-y-11\/12{
    --transform-translate-y: 91.666667% !important;
  }

  .md\:tw-translate-y-full{
    --transform-translate-y: 100% !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-7{
    --transform-translate-y: -1.75rem !important;
  }

  .md\:tw--translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .md\:tw--translate-y-9{
    --transform-translate-y: -2.25rem !important;
  }

  .md\:tw--translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .md\:tw--translate-y-11{
    --transform-translate-y: -2.75rem !important;
  }

  .md\:tw--translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .md\:tw--translate-y-13{
    --transform-translate-y: -3.25rem !important;
  }

  .md\:tw--translate-y-14{
    --transform-translate-y: -3.5rem !important;
  }

  .md\:tw--translate-y-15{
    --transform-translate-y: -3.75rem !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-28{
    --transform-translate-y: -7rem !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-60{
    --transform-translate-y: -15rem !important;
  }

  .md\:tw--translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .md\:tw--translate-y-72{
    --transform-translate-y: -18rem !important;
  }

  .md\:tw--translate-y-80{
    --transform-translate-y: -20rem !important;
  }

  .md\:tw--translate-y-96{
    --transform-translate-y: -24rem !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\/2{
    --transform-translate-y: -50% !important;
  }

  .md\:tw--translate-y-1\/3{
    --transform-translate-y: -33.33333% !important;
  }

  .md\:tw--translate-y-2\/3{
    --transform-translate-y: -66.66667% !important;
  }

  .md\:tw--translate-y-1\/4{
    --transform-translate-y: -25% !important;
  }

  .md\:tw--translate-y-2\/4{
    --transform-translate-y: -50% !important;
  }

  .md\:tw--translate-y-3\/4{
    --transform-translate-y: -75% !important;
  }

  .md\:tw--translate-y-1\/5{
    --transform-translate-y: -20% !important;
  }

  .md\:tw--translate-y-2\/5{
    --transform-translate-y: -40% !important;
  }

  .md\:tw--translate-y-3\/5{
    --transform-translate-y: -60% !important;
  }

  .md\:tw--translate-y-4\/5{
    --transform-translate-y: -80% !important;
  }

  .md\:tw--translate-y-1\/6{
    --transform-translate-y: -16.66667% !important;
  }

  .md\:tw--translate-y-2\/6{
    --transform-translate-y: -33.33333% !important;
  }

  .md\:tw--translate-y-3\/6{
    --transform-translate-y: -50% !important;
  }

  .md\:tw--translate-y-4\/6{
    --transform-translate-y: -66.66667% !important;
  }

  .md\:tw--translate-y-5\/6{
    --transform-translate-y: -83.33333% !important;
  }

  .md\:tw--translate-y-1\/12{
    --transform-translate-y: -8.33333% !important;
  }

  .md\:tw--translate-y-2\/12{
    --transform-translate-y: -16.66667% !important;
  }

  .md\:tw--translate-y-3\/12{
    --transform-translate-y: -25% !important;
  }

  .md\:tw--translate-y-4\/12{
    --transform-translate-y: -33.33333% !important;
  }

  .md\:tw--translate-y-5\/12{
    --transform-translate-y: -41.66667% !important;
  }

  .md\:tw--translate-y-6\/12{
    --transform-translate-y: -50% !important;
  }

  .md\:tw--translate-y-7\/12{
    --transform-translate-y: -58.33333% !important;
  }

  .md\:tw--translate-y-8\/12{
    --transform-translate-y: -66.66667% !important;
  }

  .md\:tw--translate-y-9\/12{
    --transform-translate-y: -75% !important;
  }

  .md\:tw--translate-y-10\/12{
    --transform-translate-y: -83.33333% !important;
  }

  .md\:tw--translate-y-11\/12{
    --transform-translate-y: -91.66667% !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-7:hover{
    --transform-translate-x: 1.75rem !important;
  }

  .md\:hover\:tw-translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .md\:hover\:tw-translate-x-9:hover{
    --transform-translate-x: 2.25rem !important;
  }

  .md\:hover\:tw-translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .md\:hover\:tw-translate-x-11:hover{
    --transform-translate-x: 2.75rem !important;
  }

  .md\:hover\:tw-translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .md\:hover\:tw-translate-x-13:hover{
    --transform-translate-x: 3.25rem !important;
  }

  .md\:hover\:tw-translate-x-14:hover{
    --transform-translate-x: 3.5rem !important;
  }

  .md\:hover\:tw-translate-x-15:hover{
    --transform-translate-x: 3.75rem !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-28:hover{
    --transform-translate-x: 7rem !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-60:hover{
    --transform-translate-x: 15rem !important;
  }

  .md\:hover\:tw-translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .md\:hover\:tw-translate-x-72:hover{
    --transform-translate-x: 18rem !important;
  }

  .md\:hover\:tw-translate-x-80:hover{
    --transform-translate-x: 20rem !important;
  }

  .md\:hover\:tw-translate-x-96:hover{
    --transform-translate-x: 24rem !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\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .md\:hover\:tw-translate-x-1\/3:hover{
    --transform-translate-x: 33.333333% !important;
  }

  .md\:hover\:tw-translate-x-2\/3:hover{
    --transform-translate-x: 66.666667% !important;
  }

  .md\:hover\:tw-translate-x-1\/4:hover{
    --transform-translate-x: 25% !important;
  }

  .md\:hover\:tw-translate-x-2\/4:hover{
    --transform-translate-x: 50% !important;
  }

  .md\:hover\:tw-translate-x-3\/4:hover{
    --transform-translate-x: 75% !important;
  }

  .md\:hover\:tw-translate-x-1\/5:hover{
    --transform-translate-x: 20% !important;
  }

  .md\:hover\:tw-translate-x-2\/5:hover{
    --transform-translate-x: 40% !important;
  }

  .md\:hover\:tw-translate-x-3\/5:hover{
    --transform-translate-x: 60% !important;
  }

  .md\:hover\:tw-translate-x-4\/5:hover{
    --transform-translate-x: 80% !important;
  }

  .md\:hover\:tw-translate-x-1\/6:hover{
    --transform-translate-x: 16.666667% !important;
  }

  .md\:hover\:tw-translate-x-2\/6:hover{
    --transform-translate-x: 33.333333% !important;
  }

  .md\:hover\:tw-translate-x-3\/6:hover{
    --transform-translate-x: 50% !important;
  }

  .md\:hover\:tw-translate-x-4\/6:hover{
    --transform-translate-x: 66.666667% !important;
  }

  .md\:hover\:tw-translate-x-5\/6:hover{
    --transform-translate-x: 83.333333% !important;
  }

  .md\:hover\:tw-translate-x-1\/12:hover{
    --transform-translate-x: 8.333333% !important;
  }

  .md\:hover\:tw-translate-x-2\/12:hover{
    --transform-translate-x: 16.666667% !important;
  }

  .md\:hover\:tw-translate-x-3\/12:hover{
    --transform-translate-x: 25% !important;
  }

  .md\:hover\:tw-translate-x-4\/12:hover{
    --transform-translate-x: 33.333333% !important;
  }

  .md\:hover\:tw-translate-x-5\/12:hover{
    --transform-translate-x: 41.666667% !important;
  }

  .md\:hover\:tw-translate-x-6\/12:hover{
    --transform-translate-x: 50% !important;
  }

  .md\:hover\:tw-translate-x-7\/12:hover{
    --transform-translate-x: 58.333333% !important;
  }

  .md\:hover\:tw-translate-x-8\/12:hover{
    --transform-translate-x: 66.666667% !important;
  }

  .md\:hover\:tw-translate-x-9\/12:hover{
    --transform-translate-x: 75% !important;
  }

  .md\:hover\:tw-translate-x-10\/12:hover{
    --transform-translate-x: 83.333333% !important;
  }

  .md\:hover\:tw-translate-x-11\/12:hover{
    --transform-translate-x: 91.666667% !important;
  }

  .md\:hover\:tw-translate-x-full:hover{
    --transform-translate-x: 100% !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-7:hover{
    --transform-translate-x: -1.75rem !important;
  }

  .md\:hover\:tw--translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .md\:hover\:tw--translate-x-9:hover{
    --transform-translate-x: -2.25rem !important;
  }

  .md\:hover\:tw--translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .md\:hover\:tw--translate-x-11:hover{
    --transform-translate-x: -2.75rem !important;
  }

  .md\:hover\:tw--translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .md\:hover\:tw--translate-x-13:hover{
    --transform-translate-x: -3.25rem !important;
  }

  .md\:hover\:tw--translate-x-14:hover{
    --transform-translate-x: -3.5rem !important;
  }

  .md\:hover\:tw--translate-x-15:hover{
    --transform-translate-x: -3.75rem !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-28:hover{
    --transform-translate-x: -7rem !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-60:hover{
    --transform-translate-x: -15rem !important;
  }

  .md\:hover\:tw--translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .md\:hover\:tw--translate-x-72:hover{
    --transform-translate-x: -18rem !important;
  }

  .md\:hover\:tw--translate-x-80:hover{
    --transform-translate-x: -20rem !important;
  }

  .md\:hover\:tw--translate-x-96:hover{
    --transform-translate-x: -24rem !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\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .md\:hover\:tw--translate-x-1\/3:hover{
    --transform-translate-x: -33.33333% !important;
  }

  .md\:hover\:tw--translate-x-2\/3:hover{
    --transform-translate-x: -66.66667% !important;
  }

  .md\:hover\:tw--translate-x-1\/4:hover{
    --transform-translate-x: -25% !important;
  }

  .md\:hover\:tw--translate-x-2\/4:hover{
    --transform-translate-x: -50% !important;
  }

  .md\:hover\:tw--translate-x-3\/4:hover{
    --transform-translate-x: -75% !important;
  }

  .md\:hover\:tw--translate-x-1\/5:hover{
    --transform-translate-x: -20% !important;
  }

  .md\:hover\:tw--translate-x-2\/5:hover{
    --transform-translate-x: -40% !important;
  }

  .md\:hover\:tw--translate-x-3\/5:hover{
    --transform-translate-x: -60% !important;
  }

  .md\:hover\:tw--translate-x-4\/5:hover{
    --transform-translate-x: -80% !important;
  }

  .md\:hover\:tw--translate-x-1\/6:hover{
    --transform-translate-x: -16.66667% !important;
  }

  .md\:hover\:tw--translate-x-2\/6:hover{
    --transform-translate-x: -33.33333% !important;
  }

  .md\:hover\:tw--translate-x-3\/6:hover{
    --transform-translate-x: -50% !important;
  }

  .md\:hover\:tw--translate-x-4\/6:hover{
    --transform-translate-x: -66.66667% !important;
  }

  .md\:hover\:tw--translate-x-5\/6:hover{
    --transform-translate-x: -83.33333% !important;
  }

  .md\:hover\:tw--translate-x-1\/12:hover{
    --transform-translate-x: -8.33333% !important;
  }

  .md\:hover\:tw--translate-x-2\/12:hover{
    --transform-translate-x: -16.66667% !important;
  }

  .md\:hover\:tw--translate-x-3\/12:hover{
    --transform-translate-x: -25% !important;
  }

  .md\:hover\:tw--translate-x-4\/12:hover{
    --transform-translate-x: -33.33333% !important;
  }

  .md\:hover\:tw--translate-x-5\/12:hover{
    --transform-translate-x: -41.66667% !important;
  }

  .md\:hover\:tw--translate-x-6\/12:hover{
    --transform-translate-x: -50% !important;
  }

  .md\:hover\:tw--translate-x-7\/12:hover{
    --transform-translate-x: -58.33333% !important;
  }

  .md\:hover\:tw--translate-x-8\/12:hover{
    --transform-translate-x: -66.66667% !important;
  }

  .md\:hover\:tw--translate-x-9\/12:hover{
    --transform-translate-x: -75% !important;
  }

  .md\:hover\:tw--translate-x-10\/12:hover{
    --transform-translate-x: -83.33333% !important;
  }

  .md\:hover\:tw--translate-x-11\/12:hover{
    --transform-translate-x: -91.66667% !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-7:hover{
    --transform-translate-y: 1.75rem !important;
  }

  .md\:hover\:tw-translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .md\:hover\:tw-translate-y-9:hover{
    --transform-translate-y: 2.25rem !important;
  }

  .md\:hover\:tw-translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .md\:hover\:tw-translate-y-11:hover{
    --transform-translate-y: 2.75rem !important;
  }

  .md\:hover\:tw-translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .md\:hover\:tw-translate-y-13:hover{
    --transform-translate-y: 3.25rem !important;
  }

  .md\:hover\:tw-translate-y-14:hover{
    --transform-translate-y: 3.5rem !important;
  }

  .md\:hover\:tw-translate-y-15:hover{
    --transform-translate-y: 3.75rem !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-28:hover{
    --transform-translate-y: 7rem !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-60:hover{
    --transform-translate-y: 15rem !important;
  }

  .md\:hover\:tw-translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .md\:hover\:tw-translate-y-72:hover{
    --transform-translate-y: 18rem !important;
  }

  .md\:hover\:tw-translate-y-80:hover{
    --transform-translate-y: 20rem !important;
  }

  .md\:hover\:tw-translate-y-96:hover{
    --transform-translate-y: 24rem !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\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .md\:hover\:tw-translate-y-1\/3:hover{
    --transform-translate-y: 33.333333% !important;
  }

  .md\:hover\:tw-translate-y-2\/3:hover{
    --transform-translate-y: 66.666667% !important;
  }

  .md\:hover\:tw-translate-y-1\/4:hover{
    --transform-translate-y: 25% !important;
  }

  .md\:hover\:tw-translate-y-2\/4:hover{
    --transform-translate-y: 50% !important;
  }

  .md\:hover\:tw-translate-y-3\/4:hover{
    --transform-translate-y: 75% !important;
  }

  .md\:hover\:tw-translate-y-1\/5:hover{
    --transform-translate-y: 20% !important;
  }

  .md\:hover\:tw-translate-y-2\/5:hover{
    --transform-translate-y: 40% !important;
  }

  .md\:hover\:tw-translate-y-3\/5:hover{
    --transform-translate-y: 60% !important;
  }

  .md\:hover\:tw-translate-y-4\/5:hover{
    --transform-translate-y: 80% !important;
  }

  .md\:hover\:tw-translate-y-1\/6:hover{
    --transform-translate-y: 16.666667% !important;
  }

  .md\:hover\:tw-translate-y-2\/6:hover{
    --transform-translate-y: 33.333333% !important;
  }

  .md\:hover\:tw-translate-y-3\/6:hover{
    --transform-translate-y: 50% !important;
  }

  .md\:hover\:tw-translate-y-4\/6:hover{
    --transform-translate-y: 66.666667% !important;
  }

  .md\:hover\:tw-translate-y-5\/6:hover{
    --transform-translate-y: 83.333333% !important;
  }

  .md\:hover\:tw-translate-y-1\/12:hover{
    --transform-translate-y: 8.333333% !important;
  }

  .md\:hover\:tw-translate-y-2\/12:hover{
    --transform-translate-y: 16.666667% !important;
  }

  .md\:hover\:tw-translate-y-3\/12:hover{
    --transform-translate-y: 25% !important;
  }

  .md\:hover\:tw-translate-y-4\/12:hover{
    --transform-translate-y: 33.333333% !important;
  }

  .md\:hover\:tw-translate-y-5\/12:hover{
    --transform-translate-y: 41.666667% !important;
  }

  .md\:hover\:tw-translate-y-6\/12:hover{
    --transform-translate-y: 50% !important;
  }

  .md\:hover\:tw-translate-y-7\/12:hover{
    --transform-translate-y: 58.333333% !important;
  }

  .md\:hover\:tw-translate-y-8\/12:hover{
    --transform-translate-y: 66.666667% !important;
  }

  .md\:hover\:tw-translate-y-9\/12:hover{
    --transform-translate-y: 75% !important;
  }

  .md\:hover\:tw-translate-y-10\/12:hover{
    --transform-translate-y: 83.333333% !important;
  }

  .md\:hover\:tw-translate-y-11\/12:hover{
    --transform-translate-y: 91.666667% !important;
  }

  .md\:hover\:tw-translate-y-full:hover{
    --transform-translate-y: 100% !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-7:hover{
    --transform-translate-y: -1.75rem !important;
  }

  .md\:hover\:tw--translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .md\:hover\:tw--translate-y-9:hover{
    --transform-translate-y: -2.25rem !important;
  }

  .md\:hover\:tw--translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .md\:hover\:tw--translate-y-11:hover{
    --transform-translate-y: -2.75rem !important;
  }

  .md\:hover\:tw--translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .md\:hover\:tw--translate-y-13:hover{
    --transform-translate-y: -3.25rem !important;
  }

  .md\:hover\:tw--translate-y-14:hover{
    --transform-translate-y: -3.5rem !important;
  }

  .md\:hover\:tw--translate-y-15:hover{
    --transform-translate-y: -3.75rem !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-28:hover{
    --transform-translate-y: -7rem !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-60:hover{
    --transform-translate-y: -15rem !important;
  }

  .md\:hover\:tw--translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .md\:hover\:tw--translate-y-72:hover{
    --transform-translate-y: -18rem !important;
  }

  .md\:hover\:tw--translate-y-80:hover{
    --transform-translate-y: -20rem !important;
  }

  .md\:hover\:tw--translate-y-96:hover{
    --transform-translate-y: -24rem !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\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .md\:hover\:tw--translate-y-1\/3:hover{
    --transform-translate-y: -33.33333% !important;
  }

  .md\:hover\:tw--translate-y-2\/3:hover{
    --transform-translate-y: -66.66667% !important;
  }

  .md\:hover\:tw--translate-y-1\/4:hover{
    --transform-translate-y: -25% !important;
  }

  .md\:hover\:tw--translate-y-2\/4:hover{
    --transform-translate-y: -50% !important;
  }

  .md\:hover\:tw--translate-y-3\/4:hover{
    --transform-translate-y: -75% !important;
  }

  .md\:hover\:tw--translate-y-1\/5:hover{
    --transform-translate-y: -20% !important;
  }

  .md\:hover\:tw--translate-y-2\/5:hover{
    --transform-translate-y: -40% !important;
  }

  .md\:hover\:tw--translate-y-3\/5:hover{
    --transform-translate-y: -60% !important;
  }

  .md\:hover\:tw--translate-y-4\/5:hover{
    --transform-translate-y: -80% !important;
  }

  .md\:hover\:tw--translate-y-1\/6:hover{
    --transform-translate-y: -16.66667% !important;
  }

  .md\:hover\:tw--translate-y-2\/6:hover{
    --transform-translate-y: -33.33333% !important;
  }

  .md\:hover\:tw--translate-y-3\/6:hover{
    --transform-translate-y: -50% !important;
  }

  .md\:hover\:tw--translate-y-4\/6:hover{
    --transform-translate-y: -66.66667% !important;
  }

  .md\:hover\:tw--translate-y-5\/6:hover{
    --transform-translate-y: -83.33333% !important;
  }

  .md\:hover\:tw--translate-y-1\/12:hover{
    --transform-translate-y: -8.33333% !important;
  }

  .md\:hover\:tw--translate-y-2\/12:hover{
    --transform-translate-y: -16.66667% !important;
  }

  .md\:hover\:tw--translate-y-3\/12:hover{
    --transform-translate-y: -25% !important;
  }

  .md\:hover\:tw--translate-y-4\/12:hover{
    --transform-translate-y: -33.33333% !important;
  }

  .md\:hover\:tw--translate-y-5\/12:hover{
    --transform-translate-y: -41.66667% !important;
  }

  .md\:hover\:tw--translate-y-6\/12:hover{
    --transform-translate-y: -50% !important;
  }

  .md\:hover\:tw--translate-y-7\/12:hover{
    --transform-translate-y: -58.33333% !important;
  }

  .md\:hover\:tw--translate-y-8\/12:hover{
    --transform-translate-y: -66.66667% !important;
  }

  .md\:hover\:tw--translate-y-9\/12:hover{
    --transform-translate-y: -75% !important;
  }

  .md\:hover\:tw--translate-y-10\/12:hover{
    --transform-translate-y: -83.33333% !important;
  }

  .md\:hover\:tw--translate-y-11\/12:hover{
    --transform-translate-y: -91.66667% !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-7:focus{
    --transform-translate-x: 1.75rem !important;
  }

  .md\:focus\:tw-translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .md\:focus\:tw-translate-x-9:focus{
    --transform-translate-x: 2.25rem !important;
  }

  .md\:focus\:tw-translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .md\:focus\:tw-translate-x-11:focus{
    --transform-translate-x: 2.75rem !important;
  }

  .md\:focus\:tw-translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .md\:focus\:tw-translate-x-13:focus{
    --transform-translate-x: 3.25rem !important;
  }

  .md\:focus\:tw-translate-x-14:focus{
    --transform-translate-x: 3.5rem !important;
  }

  .md\:focus\:tw-translate-x-15:focus{
    --transform-translate-x: 3.75rem !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-28:focus{
    --transform-translate-x: 7rem !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-60:focus{
    --transform-translate-x: 15rem !important;
  }

  .md\:focus\:tw-translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .md\:focus\:tw-translate-x-72:focus{
    --transform-translate-x: 18rem !important;
  }

  .md\:focus\:tw-translate-x-80:focus{
    --transform-translate-x: 20rem !important;
  }

  .md\:focus\:tw-translate-x-96:focus{
    --transform-translate-x: 24rem !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\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .md\:focus\:tw-translate-x-1\/3:focus{
    --transform-translate-x: 33.333333% !important;
  }

  .md\:focus\:tw-translate-x-2\/3:focus{
    --transform-translate-x: 66.666667% !important;
  }

  .md\:focus\:tw-translate-x-1\/4:focus{
    --transform-translate-x: 25% !important;
  }

  .md\:focus\:tw-translate-x-2\/4:focus{
    --transform-translate-x: 50% !important;
  }

  .md\:focus\:tw-translate-x-3\/4:focus{
    --transform-translate-x: 75% !important;
  }

  .md\:focus\:tw-translate-x-1\/5:focus{
    --transform-translate-x: 20% !important;
  }

  .md\:focus\:tw-translate-x-2\/5:focus{
    --transform-translate-x: 40% !important;
  }

  .md\:focus\:tw-translate-x-3\/5:focus{
    --transform-translate-x: 60% !important;
  }

  .md\:focus\:tw-translate-x-4\/5:focus{
    --transform-translate-x: 80% !important;
  }

  .md\:focus\:tw-translate-x-1\/6:focus{
    --transform-translate-x: 16.666667% !important;
  }

  .md\:focus\:tw-translate-x-2\/6:focus{
    --transform-translate-x: 33.333333% !important;
  }

  .md\:focus\:tw-translate-x-3\/6:focus{
    --transform-translate-x: 50% !important;
  }

  .md\:focus\:tw-translate-x-4\/6:focus{
    --transform-translate-x: 66.666667% !important;
  }

  .md\:focus\:tw-translate-x-5\/6:focus{
    --transform-translate-x: 83.333333% !important;
  }

  .md\:focus\:tw-translate-x-1\/12:focus{
    --transform-translate-x: 8.333333% !important;
  }

  .md\:focus\:tw-translate-x-2\/12:focus{
    --transform-translate-x: 16.666667% !important;
  }

  .md\:focus\:tw-translate-x-3\/12:focus{
    --transform-translate-x: 25% !important;
  }

  .md\:focus\:tw-translate-x-4\/12:focus{
    --transform-translate-x: 33.333333% !important;
  }

  .md\:focus\:tw-translate-x-5\/12:focus{
    --transform-translate-x: 41.666667% !important;
  }

  .md\:focus\:tw-translate-x-6\/12:focus{
    --transform-translate-x: 50% !important;
  }

  .md\:focus\:tw-translate-x-7\/12:focus{
    --transform-translate-x: 58.333333% !important;
  }

  .md\:focus\:tw-translate-x-8\/12:focus{
    --transform-translate-x: 66.666667% !important;
  }

  .md\:focus\:tw-translate-x-9\/12:focus{
    --transform-translate-x: 75% !important;
  }

  .md\:focus\:tw-translate-x-10\/12:focus{
    --transform-translate-x: 83.333333% !important;
  }

  .md\:focus\:tw-translate-x-11\/12:focus{
    --transform-translate-x: 91.666667% !important;
  }

  .md\:focus\:tw-translate-x-full:focus{
    --transform-translate-x: 100% !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-7:focus{
    --transform-translate-x: -1.75rem !important;
  }

  .md\:focus\:tw--translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .md\:focus\:tw--translate-x-9:focus{
    --transform-translate-x: -2.25rem !important;
  }

  .md\:focus\:tw--translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .md\:focus\:tw--translate-x-11:focus{
    --transform-translate-x: -2.75rem !important;
  }

  .md\:focus\:tw--translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .md\:focus\:tw--translate-x-13:focus{
    --transform-translate-x: -3.25rem !important;
  }

  .md\:focus\:tw--translate-x-14:focus{
    --transform-translate-x: -3.5rem !important;
  }

  .md\:focus\:tw--translate-x-15:focus{
    --transform-translate-x: -3.75rem !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-28:focus{
    --transform-translate-x: -7rem !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-60:focus{
    --transform-translate-x: -15rem !important;
  }

  .md\:focus\:tw--translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .md\:focus\:tw--translate-x-72:focus{
    --transform-translate-x: -18rem !important;
  }

  .md\:focus\:tw--translate-x-80:focus{
    --transform-translate-x: -20rem !important;
  }

  .md\:focus\:tw--translate-x-96:focus{
    --transform-translate-x: -24rem !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\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .md\:focus\:tw--translate-x-1\/3:focus{
    --transform-translate-x: -33.33333% !important;
  }

  .md\:focus\:tw--translate-x-2\/3:focus{
    --transform-translate-x: -66.66667% !important;
  }

  .md\:focus\:tw--translate-x-1\/4:focus{
    --transform-translate-x: -25% !important;
  }

  .md\:focus\:tw--translate-x-2\/4:focus{
    --transform-translate-x: -50% !important;
  }

  .md\:focus\:tw--translate-x-3\/4:focus{
    --transform-translate-x: -75% !important;
  }

  .md\:focus\:tw--translate-x-1\/5:focus{
    --transform-translate-x: -20% !important;
  }

  .md\:focus\:tw--translate-x-2\/5:focus{
    --transform-translate-x: -40% !important;
  }

  .md\:focus\:tw--translate-x-3\/5:focus{
    --transform-translate-x: -60% !important;
  }

  .md\:focus\:tw--translate-x-4\/5:focus{
    --transform-translate-x: -80% !important;
  }

  .md\:focus\:tw--translate-x-1\/6:focus{
    --transform-translate-x: -16.66667% !important;
  }

  .md\:focus\:tw--translate-x-2\/6:focus{
    --transform-translate-x: -33.33333% !important;
  }

  .md\:focus\:tw--translate-x-3\/6:focus{
    --transform-translate-x: -50% !important;
  }

  .md\:focus\:tw--translate-x-4\/6:focus{
    --transform-translate-x: -66.66667% !important;
  }

  .md\:focus\:tw--translate-x-5\/6:focus{
    --transform-translate-x: -83.33333% !important;
  }

  .md\:focus\:tw--translate-x-1\/12:focus{
    --transform-translate-x: -8.33333% !important;
  }

  .md\:focus\:tw--translate-x-2\/12:focus{
    --transform-translate-x: -16.66667% !important;
  }

  .md\:focus\:tw--translate-x-3\/12:focus{
    --transform-translate-x: -25% !important;
  }

  .md\:focus\:tw--translate-x-4\/12:focus{
    --transform-translate-x: -33.33333% !important;
  }

  .md\:focus\:tw--translate-x-5\/12:focus{
    --transform-translate-x: -41.66667% !important;
  }

  .md\:focus\:tw--translate-x-6\/12:focus{
    --transform-translate-x: -50% !important;
  }

  .md\:focus\:tw--translate-x-7\/12:focus{
    --transform-translate-x: -58.33333% !important;
  }

  .md\:focus\:tw--translate-x-8\/12:focus{
    --transform-translate-x: -66.66667% !important;
  }

  .md\:focus\:tw--translate-x-9\/12:focus{
    --transform-translate-x: -75% !important;
  }

  .md\:focus\:tw--translate-x-10\/12:focus{
    --transform-translate-x: -83.33333% !important;
  }

  .md\:focus\:tw--translate-x-11\/12:focus{
    --transform-translate-x: -91.66667% !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-7:focus{
    --transform-translate-y: 1.75rem !important;
  }

  .md\:focus\:tw-translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .md\:focus\:tw-translate-y-9:focus{
    --transform-translate-y: 2.25rem !important;
  }

  .md\:focus\:tw-translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .md\:focus\:tw-translate-y-11:focus{
    --transform-translate-y: 2.75rem !important;
  }

  .md\:focus\:tw-translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .md\:focus\:tw-translate-y-13:focus{
    --transform-translate-y: 3.25rem !important;
  }

  .md\:focus\:tw-translate-y-14:focus{
    --transform-translate-y: 3.5rem !important;
  }

  .md\:focus\:tw-translate-y-15:focus{
    --transform-translate-y: 3.75rem !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-28:focus{
    --transform-translate-y: 7rem !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-60:focus{
    --transform-translate-y: 15rem !important;
  }

  .md\:focus\:tw-translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .md\:focus\:tw-translate-y-72:focus{
    --transform-translate-y: 18rem !important;
  }

  .md\:focus\:tw-translate-y-80:focus{
    --transform-translate-y: 20rem !important;
  }

  .md\:focus\:tw-translate-y-96:focus{
    --transform-translate-y: 24rem !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\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .md\:focus\:tw-translate-y-1\/3:focus{
    --transform-translate-y: 33.333333% !important;
  }

  .md\:focus\:tw-translate-y-2\/3:focus{
    --transform-translate-y: 66.666667% !important;
  }

  .md\:focus\:tw-translate-y-1\/4:focus{
    --transform-translate-y: 25% !important;
  }

  .md\:focus\:tw-translate-y-2\/4:focus{
    --transform-translate-y: 50% !important;
  }

  .md\:focus\:tw-translate-y-3\/4:focus{
    --transform-translate-y: 75% !important;
  }

  .md\:focus\:tw-translate-y-1\/5:focus{
    --transform-translate-y: 20% !important;
  }

  .md\:focus\:tw-translate-y-2\/5:focus{
    --transform-translate-y: 40% !important;
  }

  .md\:focus\:tw-translate-y-3\/5:focus{
    --transform-translate-y: 60% !important;
  }

  .md\:focus\:tw-translate-y-4\/5:focus{
    --transform-translate-y: 80% !important;
  }

  .md\:focus\:tw-translate-y-1\/6:focus{
    --transform-translate-y: 16.666667% !important;
  }

  .md\:focus\:tw-translate-y-2\/6:focus{
    --transform-translate-y: 33.333333% !important;
  }

  .md\:focus\:tw-translate-y-3\/6:focus{
    --transform-translate-y: 50% !important;
  }

  .md\:focus\:tw-translate-y-4\/6:focus{
    --transform-translate-y: 66.666667% !important;
  }

  .md\:focus\:tw-translate-y-5\/6:focus{
    --transform-translate-y: 83.333333% !important;
  }

  .md\:focus\:tw-translate-y-1\/12:focus{
    --transform-translate-y: 8.333333% !important;
  }

  .md\:focus\:tw-translate-y-2\/12:focus{
    --transform-translate-y: 16.666667% !important;
  }

  .md\:focus\:tw-translate-y-3\/12:focus{
    --transform-translate-y: 25% !important;
  }

  .md\:focus\:tw-translate-y-4\/12:focus{
    --transform-translate-y: 33.333333% !important;
  }

  .md\:focus\:tw-translate-y-5\/12:focus{
    --transform-translate-y: 41.666667% !important;
  }

  .md\:focus\:tw-translate-y-6\/12:focus{
    --transform-translate-y: 50% !important;
  }

  .md\:focus\:tw-translate-y-7\/12:focus{
    --transform-translate-y: 58.333333% !important;
  }

  .md\:focus\:tw-translate-y-8\/12:focus{
    --transform-translate-y: 66.666667% !important;
  }

  .md\:focus\:tw-translate-y-9\/12:focus{
    --transform-translate-y: 75% !important;
  }

  .md\:focus\:tw-translate-y-10\/12:focus{
    --transform-translate-y: 83.333333% !important;
  }

  .md\:focus\:tw-translate-y-11\/12:focus{
    --transform-translate-y: 91.666667% !important;
  }

  .md\:focus\:tw-translate-y-full:focus{
    --transform-translate-y: 100% !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-7:focus{
    --transform-translate-y: -1.75rem !important;
  }

  .md\:focus\:tw--translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .md\:focus\:tw--translate-y-9:focus{
    --transform-translate-y: -2.25rem !important;
  }

  .md\:focus\:tw--translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .md\:focus\:tw--translate-y-11:focus{
    --transform-translate-y: -2.75rem !important;
  }

  .md\:focus\:tw--translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .md\:focus\:tw--translate-y-13:focus{
    --transform-translate-y: -3.25rem !important;
  }

  .md\:focus\:tw--translate-y-14:focus{
    --transform-translate-y: -3.5rem !important;
  }

  .md\:focus\:tw--translate-y-15:focus{
    --transform-translate-y: -3.75rem !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-28:focus{
    --transform-translate-y: -7rem !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-60:focus{
    --transform-translate-y: -15rem !important;
  }

  .md\:focus\:tw--translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .md\:focus\:tw--translate-y-72:focus{
    --transform-translate-y: -18rem !important;
  }

  .md\:focus\:tw--translate-y-80:focus{
    --transform-translate-y: -20rem !important;
  }

  .md\:focus\:tw--translate-y-96:focus{
    --transform-translate-y: -24rem !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\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .md\:focus\:tw--translate-y-1\/3:focus{
    --transform-translate-y: -33.33333% !important;
  }

  .md\:focus\:tw--translate-y-2\/3:focus{
    --transform-translate-y: -66.66667% !important;
  }

  .md\:focus\:tw--translate-y-1\/4:focus{
    --transform-translate-y: -25% !important;
  }

  .md\:focus\:tw--translate-y-2\/4:focus{
    --transform-translate-y: -50% !important;
  }

  .md\:focus\:tw--translate-y-3\/4:focus{
    --transform-translate-y: -75% !important;
  }

  .md\:focus\:tw--translate-y-1\/5:focus{
    --transform-translate-y: -20% !important;
  }

  .md\:focus\:tw--translate-y-2\/5:focus{
    --transform-translate-y: -40% !important;
  }

  .md\:focus\:tw--translate-y-3\/5:focus{
    --transform-translate-y: -60% !important;
  }

  .md\:focus\:tw--translate-y-4\/5:focus{
    --transform-translate-y: -80% !important;
  }

  .md\:focus\:tw--translate-y-1\/6:focus{
    --transform-translate-y: -16.66667% !important;
  }

  .md\:focus\:tw--translate-y-2\/6:focus{
    --transform-translate-y: -33.33333% !important;
  }

  .md\:focus\:tw--translate-y-3\/6:focus{
    --transform-translate-y: -50% !important;
  }

  .md\:focus\:tw--translate-y-4\/6:focus{
    --transform-translate-y: -66.66667% !important;
  }

  .md\:focus\:tw--translate-y-5\/6:focus{
    --transform-translate-y: -83.33333% !important;
  }

  .md\:focus\:tw--translate-y-1\/12:focus{
    --transform-translate-y: -8.33333% !important;
  }

  .md\:focus\:tw--translate-y-2\/12:focus{
    --transform-translate-y: -16.66667% !important;
  }

  .md\:focus\:tw--translate-y-3\/12:focus{
    --transform-translate-y: -25% !important;
  }

  .md\:focus\:tw--translate-y-4\/12:focus{
    --transform-translate-y: -33.33333% !important;
  }

  .md\:focus\:tw--translate-y-5\/12:focus{
    --transform-translate-y: -41.66667% !important;
  }

  .md\:focus\:tw--translate-y-6\/12:focus{
    --transform-translate-y: -50% !important;
  }

  .md\:focus\:tw--translate-y-7\/12:focus{
    --transform-translate-y: -58.33333% !important;
  }

  .md\:focus\:tw--translate-y-8\/12:focus{
    --transform-translate-y: -66.66667% !important;
  }

  .md\:focus\:tw--translate-y-9\/12:focus{
    --transform-translate-y: -75% !important;
  }

  .md\:focus\:tw--translate-y-10\/12:focus{
    --transform-translate-y: -83.33333% !important;
  }

  .md\:focus\:tw--translate-y-11\/12:focus{
    --transform-translate-y: -91.66667% !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-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-y-0{
    --transform-skew-y: 0 !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\:hover\:tw-skew-x-0:hover{
    --transform-skew-x: 0 !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-y-0:hover{
    --transform-skew-y: 0 !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\:focus\:tw-skew-x-0:focus{
    --transform-skew-x: 0 !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-y-0:focus{
    --transform-skew-y: 0 !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\:tw-transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .md\:tw-transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .md\:tw-transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform !important;
  }

  .md\:tw-transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .md\:tw-transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .md\:tw-transition-shadow{
    -webkit-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
  }

  .md\:tw-transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .md\:tw-ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .md\:tw-ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:tw-ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:tw-ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .md\:tw-duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .md\:tw-duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .md\:tw-duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:tw-duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .md\:tw-duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .md\:tw-duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .md\:tw-duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .md\:tw-duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .md\:tw-delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .md\:tw-delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .md\:tw-delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .md\:tw-delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .md\:tw-delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .md\:tw-delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .md\:tw-delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .md\:tw-delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }
}

@media (min-width: 992px){
  .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-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.75rem * 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-9 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-9 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.25rem * 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-11 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-11 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * 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-13 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important;
  }

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

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

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

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

  .lg\:tw-space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * 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-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * 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-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--space-x-reverse)) !important;
    margin-left: calc(15rem * 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-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--space-y-reverse)) !important;
  }

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

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

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

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

  .lg\:tw-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--space-x-reverse)) !important;
    margin-left: calc(24rem * 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\/2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important;
  }

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

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

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

  .lg\:tw-space-y-2\/3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-2\/3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .lg\:tw-space-y-2\/4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-2\/4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-3\/4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-3\/4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(75% * var(--space-x-reverse)) !important;
    margin-left: calc(75% * 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(20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-1\/5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(20% * var(--space-x-reverse)) !important;
    margin-left: calc(20% * 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(40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(40% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-2\/5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(40% * var(--space-x-reverse)) !important;
    margin-left: calc(40% * 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(60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60% * var(--space-y-reverse)) !important;
  }

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

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

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

  .lg\:tw-space-y-1\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-1\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-2\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-2\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-3\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-3\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-4\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-4\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .lg\:tw-space-y-1\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.333333% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-1\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-2\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-2\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .lg\:tw-space-y-4\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-4\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .lg\:tw-space-y-6\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-6\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-7\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(58.333333% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-7\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(58.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-8\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-8\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-9\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-9\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(75% * var(--space-x-reverse)) !important;
    margin-left: calc(75% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-10\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-10\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(83.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-11\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(91.666667% * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-11\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(91.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .lg\:tw-space-x-full > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * 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-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.75rem * 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-9 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-9 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.25rem * 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-11 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-11 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * 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-13 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important;
  }

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

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

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

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

  .lg\:tw--space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * 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-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * 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-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15rem * 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-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--space-y-reverse)) !important;
  }

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

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

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

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

  .lg\:tw--space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--space-x-reverse)) !important;
    margin-left: calc(-24rem * 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\/2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
  }

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

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

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

  .lg\:tw--space-y-2\/3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-2\/3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .lg\:tw--space-y-2\/4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-2\/4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-3\/4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-3\/4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-75% * var(--space-x-reverse)) !important;
    margin-left: calc(-75% * 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(-20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-1\/5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-20% * var(--space-x-reverse)) !important;
    margin-left: calc(-20% * 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(-40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-40% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-2\/5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-40% * var(--space-x-reverse)) !important;
    margin-left: calc(-40% * 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(-60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60% * var(--space-y-reverse)) !important;
  }

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

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

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

  .lg\:tw--space-y-1\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-1\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-2\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-2\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-3\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-3\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-4\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-4\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .lg\:tw--space-y-1\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.33333% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-1\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-2\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-2\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .lg\:tw--space-y-4\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-4\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .lg\:tw--space-y-6\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-6\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-7\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-58.33333% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-7\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-58.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-8\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-8\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-9\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-9\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-75% * var(--space-x-reverse)) !important;
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-10\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-10\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-83.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-11\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-91.66667% * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-11\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-91.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .lg\:tw--space-x-full > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * 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-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-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    border-color: rgba(210, 214, 220, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159, 166, 178, 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: #252f3f !important;
    border-color: rgba(37, 47, 63, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22, 30, 46, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-cool-gray-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251, 253, 254, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-cool-gray-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-cool-gray-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-cool-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207, 216, 227, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-cool-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151, 166, 186, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-cool-gray-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-cool-gray-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-cool-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #364152 !important;
    border-color: rgba(54, 65, 82, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-cool-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #27303f !important;
    border-color: rgba(39, 48, 63, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-cool-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26, 32, 46, var(--divide-opacity)) !important;
  }

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

  .lg\:tw-divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253, 232, 232, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251, 213, 213, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248, 180, 180, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249, 128, 128, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240, 82, 82, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224, 36, 36, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200, 30, 30, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155, 28, 28, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255, 248, 241, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254, 236, 220, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252, 217, 189, var(--divide-opacity)) !important;
  }

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

  .lg\:tw-divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255, 138, 76, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255, 90, 31, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208, 56, 1, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180, 52, 3, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138, 44, 13, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253, 253, 234, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253, 246, 178, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252, 233, 106, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250, 202, 21, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227, 160, 8, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194, 120, 3, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159, 88, 10, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142, 75, 16, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114, 59, 19, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #633112 !important;
    border-color: rgba(99, 49, 18, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243, 250, 247, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222, 247, 236, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188, 240, 218, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132, 225, 188, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49, 196, 141, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14, 159, 110, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5, 122, 85, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4, 108, 78, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #03543f !important;
    border-color: rgba(3, 84, 63, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #014737 !important;
    border-color: rgba(1, 71, 55, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237, 250, 250, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213, 245, 246, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #afecef !important;
    border-color: rgba(175, 236, 239, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126, 220, 226, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22, 189, 202, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6, 148, 162, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #047481 !important;
    border-color: rgba(4, 116, 129, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #036672 !important;
    border-color: rgba(3, 102, 114, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #05505c !important;
    border-color: rgba(5, 80, 92, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #014451 !important;
    border-color: rgba(1, 68, 81, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235, 245, 255, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225, 239, 254, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195, 221, 253, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164, 202, 254, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118, 169, 250, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63, 131, 248, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28, 100, 242, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26, 86, 219, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30, 66, 159, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #233876 !important;
    border-color: rgba(35, 56, 118, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240, 245, 255, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229, 237, 255, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205, 219, 254, var(--divide-opacity)) !important;
  }

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

  .lg\:tw-divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141, 162, 251, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104, 117, 245, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88, 80, 236, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81, 69, 205, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #42389d !important;
    border-color: rgba(66, 56, 157, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54, 47, 120, var(--divide-opacity)) !important;
  }

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

  .lg\:tw-divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237, 235, 254, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220, 215, 254, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202, 191, 253, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172, 148, 250, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144, 97, 249, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126, 58, 242, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108, 43, 217, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85, 33, 181, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    border-color: rgba(252, 232, 243, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250, 209, 232, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248, 180, 217, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241, 126, 184, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231, 70, 148, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214, 31, 105, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191, 18, 93, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #99154b !important;
    border-color: rgba(153, 21, 75, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117, 26, 61, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-modal-grey > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7f7f7 !important;
    border-color: rgba(247, 247, 247, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-separator-grey > :not(template) ~ :not(template){
    border-color: hsla(210,7%,83%,1) !important;
  }

  .lg\:tw-divide-label-grey > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #738699 !important;
    border-color: rgba(115, 134, 153, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-anvesh-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1A2633 !important;
    border-color: rgba(26, 38, 51, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-anvesh-grey > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #B6BBBF !important;
    border-color: rgba(182, 187, 191, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-anvesh-blue > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0099dd !important;
    border-color: rgba(0, 153, 221, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-jira-blue > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0b4571 !important;
    border-color: rgba(11, 69, 113, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-amber > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #FFBF00 !important;
    border-color: rgba(255, 191, 0, var(--divide-opacity)) !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-transparent{
    background-color: transparent !important;
  }

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

  .lg\:tw-bg-black{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    background-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    background-color: rgba(210, 214, 220, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #9fa6b2 !important;
    background-color: rgba(159, 166, 178, 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: #252f3f !important;
    background-color: rgba(37, 47, 63, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #161e2e !important;
    background-color: rgba(22, 30, 46, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-cool-gray-50{
    --bg-opacity: 1 !important;
    background-color: #fbfdfe !important;
    background-color: rgba(251, 253, 254, var(--bg-opacity)) !important;
  }

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

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

  .lg\:tw-bg-cool-gray-300{
    --bg-opacity: 1 !important;
    background-color: #cfd8e3 !important;
    background-color: rgba(207, 216, 227, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-cool-gray-400{
    --bg-opacity: 1 !important;
    background-color: #97a6ba !important;
    background-color: rgba(151, 166, 186, var(--bg-opacity)) !important;
  }

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

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

  .lg\:tw-bg-cool-gray-700{
    --bg-opacity: 1 !important;
    background-color: #364152 !important;
    background-color: rgba(54, 65, 82, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-cool-gray-800{
    --bg-opacity: 1 !important;
    background-color: #27303f !important;
    background-color: rgba(39, 48, 63, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-cool-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202e !important;
    background-color: rgba(26, 32, 46, var(--bg-opacity)) !important;
  }

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

  .lg\:tw-bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fde8e8 !important;
    background-color: rgba(253, 232, 232, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fbd5d5 !important;
    background-color: rgba(251, 213, 213, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #f8b4b4 !important;
    background-color: rgba(248, 180, 180, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #f98080 !important;
    background-color: rgba(249, 128, 128, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f05252 !important;
    background-color: rgba(240, 82, 82, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e02424 !important;
    background-color: rgba(224, 36, 36, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c81e1e !important;
    background-color: rgba(200, 30, 30, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b1c1c !important;
    background-color: rgba(155, 28, 28, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-50{
    --bg-opacity: 1 !important;
    background-color: #fff8f1 !important;
    background-color: rgba(255, 248, 241, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #feecdc !important;
    background-color: rgba(254, 236, 220, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #fcd9bd !important;
    background-color: rgba(252, 217, 189, var(--bg-opacity)) !important;
  }

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

  .lg\:tw-bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #ff8a4c !important;
    background-color: rgba(255, 138, 76, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ff5a1f !important;
    background-color: rgba(255, 90, 31, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #d03801 !important;
    background-color: rgba(208, 56, 1, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #b43403 !important;
    background-color: rgba(180, 52, 3, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #8a2c0d !important;
    background-color: rgba(138, 44, 13, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-50{
    --bg-opacity: 1 !important;
    background-color: #fdfdea !important;
    background-color: rgba(253, 253, 234, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fdf6b2 !important;
    background-color: rgba(253, 246, 178, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fce96a !important;
    background-color: rgba(252, 233, 106, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faca15 !important;
    background-color: rgba(250, 202, 21, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #e3a008 !important;
    background-color: rgba(227, 160, 8, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #c27803 !important;
    background-color: rgba(194, 120, 3, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #9f580a !important;
    background-color: rgba(159, 88, 10, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #8e4b10 !important;
    background-color: rgba(142, 75, 16, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #723b13 !important;
    background-color: rgba(114, 59, 19, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #633112 !important;
    background-color: rgba(99, 49, 18, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-50{
    --bg-opacity: 1 !important;
    background-color: #f3faf7 !important;
    background-color: rgba(243, 250, 247, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #def7ec !important;
    background-color: rgba(222, 247, 236, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #bcf0da !important;
    background-color: rgba(188, 240, 218, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #84e1bc !important;
    background-color: rgba(132, 225, 188, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #31c48d !important;
    background-color: rgba(49, 196, 141, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #0e9f6e !important;
    background-color: rgba(14, 159, 110, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #057a55 !important;
    background-color: rgba(5, 122, 85, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #046c4e !important;
    background-color: rgba(4, 108, 78, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #03543f !important;
    background-color: rgba(3, 84, 63, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #014737 !important;
    background-color: rgba(1, 71, 55, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-50{
    --bg-opacity: 1 !important;
    background-color: #edfafa !important;
    background-color: rgba(237, 250, 250, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #d5f5f6 !important;
    background-color: rgba(213, 245, 246, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #afecef !important;
    background-color: rgba(175, 236, 239, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #7edce2 !important;
    background-color: rgba(126, 220, 226, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #16bdca !important;
    background-color: rgba(22, 189, 202, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #0694a2 !important;
    background-color: rgba(6, 148, 162, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #047481 !important;
    background-color: rgba(4, 116, 129, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #036672 !important;
    background-color: rgba(3, 102, 114, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #05505c !important;
    background-color: rgba(5, 80, 92, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #014451 !important;
    background-color: rgba(1, 68, 81, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-50{
    --bg-opacity: 1 !important;
    background-color: #ebf5ff !important;
    background-color: rgba(235, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #e1effe !important;
    background-color: rgba(225, 239, 254, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #c3ddfd !important;
    background-color: rgba(195, 221, 253, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #a4cafe !important;
    background-color: rgba(164, 202, 254, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #76a9fa !important;
    background-color: rgba(118, 169, 250, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #3f83f8 !important;
    background-color: rgba(63, 131, 248, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #1c64f2 !important;
    background-color: rgba(28, 100, 242, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #1a56db !important;
    background-color: rgba(26, 86, 219, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #1e429f !important;
    background-color: rgba(30, 66, 159, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #233876 !important;
    background-color: rgba(35, 56, 118, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-50{
    --bg-opacity: 1 !important;
    background-color: #f0f5ff !important;
    background-color: rgba(240, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #e5edff !important;
    background-color: rgba(229, 237, 255, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #cddbfe !important;
    background-color: rgba(205, 219, 254, var(--bg-opacity)) !important;
  }

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

  .lg\:tw-bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #8da2fb !important;
    background-color: rgba(141, 162, 251, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #6875f5 !important;
    background-color: rgba(104, 117, 245, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5850ec !important;
    background-color: rgba(88, 80, 236, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #5145cd !important;
    background-color: rgba(81, 69, 205, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #42389d !important;
    background-color: rgba(66, 56, 157, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #362f78 !important;
    background-color: rgba(54, 47, 120, var(--bg-opacity)) !important;
  }

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

  .lg\:tw-bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #edebfe !important;
    background-color: rgba(237, 235, 254, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #dcd7fe !important;
    background-color: rgba(220, 215, 254, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #cabffd !important;
    background-color: rgba(202, 191, 253, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #ac94fa !important;
    background-color: rgba(172, 148, 250, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9061f9 !important;
    background-color: rgba(144, 97, 249, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #7e3af2 !important;
    background-color: rgba(126, 58, 242, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6c2bd9 !important;
    background-color: rgba(108, 43, 217, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #5521b5 !important;
    background-color: rgba(85, 33, 181, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #4a1d96 !important;
    background-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    background-color: rgba(252, 232, 243, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fad1e8 !important;
    background-color: rgba(250, 209, 232, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #f8b4d9 !important;
    background-color: rgba(248, 180, 217, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f17eb8 !important;
    background-color: rgba(241, 126, 184, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #e74694 !important;
    background-color: rgba(231, 70, 148, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d61f69 !important;
    background-color: rgba(214, 31, 105, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #bf125d !important;
    background-color: rgba(191, 18, 93, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #99154b !important;
    background-color: rgba(153, 21, 75, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #751a3d !important;
    background-color: rgba(117, 26, 61, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-modal-grey{
    --bg-opacity: 1 !important;
    background-color: #f7f7f7 !important;
    background-color: rgba(247, 247, 247, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-separator-grey{
    background-color: hsla(210,7%,83%,1) !important;
  }

  .lg\:tw-bg-label-grey{
    --bg-opacity: 1 !important;
    background-color: #738699 !important;
    background-color: rgba(115, 134, 153, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-anvesh-black{
    --bg-opacity: 1 !important;
    background-color: #1A2633 !important;
    background-color: rgba(26, 38, 51, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-anvesh-grey{
    --bg-opacity: 1 !important;
    background-color: #B6BBBF !important;
    background-color: rgba(182, 187, 191, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-anvesh-blue{
    --bg-opacity: 1 !important;
    background-color: #0099dd !important;
    background-color: rgba(0, 153, 221, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-jira-blue{
    --bg-opacity: 1 !important;
    background-color: #0b4571 !important;
    background-color: rgba(11, 69, 113, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-amber{
    --bg-opacity: 1 !important;
    background-color: #FFBF00 !important;
    background-color: rgba(255, 191, 0, var(--bg-opacity)) !important;
  }

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

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

  .lg\:hover\:tw-bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    background-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    background-color: rgba(210, 214, 220, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #9fa6b2 !important;
    background-color: rgba(159, 166, 178, 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: #252f3f !important;
    background-color: rgba(37, 47, 63, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #161e2e !important;
    background-color: rgba(22, 30, 46, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cool-gray-50:hover{
    --bg-opacity: 1 !important;
    background-color: #fbfdfe !important;
    background-color: rgba(251, 253, 254, var(--bg-opacity)) !important;
  }

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

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

  .lg\:hover\:tw-bg-cool-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #cfd8e3 !important;
    background-color: rgba(207, 216, 227, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cool-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #97a6ba !important;
    background-color: rgba(151, 166, 186, var(--bg-opacity)) !important;
  }

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

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

  .lg\:hover\:tw-bg-cool-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #364152 !important;
    background-color: rgba(54, 65, 82, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cool-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #27303f !important;
    background-color: rgba(39, 48, 63, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cool-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202e !important;
    background-color: rgba(26, 32, 46, var(--bg-opacity)) !important;
  }

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

  .lg\:hover\:tw-bg-red-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fde8e8 !important;
    background-color: rgba(253, 232, 232, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd5d5 !important;
    background-color: rgba(251, 213, 213, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-300:hover{
    --bg-opacity: 1 !important;
    background-color: #f8b4b4 !important;
    background-color: rgba(248, 180, 180, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f98080 !important;
    background-color: rgba(249, 128, 128, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-500:hover{
    --bg-opacity: 1 !important;
    background-color: #f05252 !important;
    background-color: rgba(240, 82, 82, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-600:hover{
    --bg-opacity: 1 !important;
    background-color: #e02424 !important;
    background-color: rgba(224, 36, 36, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c81e1e !important;
    background-color: rgba(200, 30, 30, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9b1c1c !important;
    background-color: rgba(155, 28, 28, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-900:hover{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-50:hover{
    --bg-opacity: 1 !important;
    background-color: #fff8f1 !important;
    background-color: rgba(255, 248, 241, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #feecdc !important;
    background-color: rgba(254, 236, 220, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fcd9bd !important;
    background-color: rgba(252, 217, 189, var(--bg-opacity)) !important;
  }

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

  .lg\:hover\:tw-bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #ff8a4c !important;
    background-color: rgba(255, 138, 76, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ff5a1f !important;
    background-color: rgba(255, 90, 31, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d03801 !important;
    background-color: rgba(208, 56, 1, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b43403 !important;
    background-color: rgba(180, 52, 3, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #8a2c0d !important;
    background-color: rgba(138, 44, 13, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-50:hover{
    --bg-opacity: 1 !important;
    background-color: #fdfdea !important;
    background-color: rgba(253, 253, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fdf6b2 !important;
    background-color: rgba(253, 246, 178, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fce96a !important;
    background-color: rgba(252, 233, 106, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faca15 !important;
    background-color: rgba(250, 202, 21, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #e3a008 !important;
    background-color: rgba(227, 160, 8, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #c27803 !important;
    background-color: rgba(194, 120, 3, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #9f580a !important;
    background-color: rgba(159, 88, 10, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #8e4b10 !important;
    background-color: rgba(142, 75, 16, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #723b13 !important;
    background-color: rgba(114, 59, 19, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #633112 !important;
    background-color: rgba(99, 49, 18, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-50:hover{
    --bg-opacity: 1 !important;
    background-color: #f3faf7 !important;
    background-color: rgba(243, 250, 247, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #def7ec !important;
    background-color: rgba(222, 247, 236, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bcf0da !important;
    background-color: rgba(188, 240, 218, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #84e1bc !important;
    background-color: rgba(132, 225, 188, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #31c48d !important;
    background-color: rgba(49, 196, 141, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #0e9f6e !important;
    background-color: rgba(14, 159, 110, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #057a55 !important;
    background-color: rgba(5, 122, 85, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #046c4e !important;
    background-color: rgba(4, 108, 78, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #03543f !important;
    background-color: rgba(3, 84, 63, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #014737 !important;
    background-color: rgba(1, 71, 55, var(--bg-opacity)) !important;
  }

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

  .lg\:hover\:tw-bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #d5f5f6 !important;
    background-color: rgba(213, 245, 246, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #afecef !important;
    background-color: rgba(175, 236, 239, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #7edce2 !important;
    background-color: rgba(126, 220, 226, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #16bdca !important;
    background-color: rgba(22, 189, 202, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #0694a2 !important;
    background-color: rgba(6, 148, 162, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #047481 !important;
    background-color: rgba(4, 116, 129, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #036672 !important;
    background-color: rgba(3, 102, 114, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #05505c !important;
    background-color: rgba(5, 80, 92, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #014451 !important;
    background-color: rgba(1, 68, 81, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-50:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf5ff !important;
    background-color: rgba(235, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e1effe !important;
    background-color: rgba(225, 239, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3ddfd !important;
    background-color: rgba(195, 221, 253, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a4cafe !important;
    background-color: rgba(164, 202, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #76a9fa !important;
    background-color: rgba(118, 169, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #3f83f8 !important;
    background-color: rgba(63, 131, 248, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #1c64f2 !important;
    background-color: rgba(28, 100, 242, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #1a56db !important;
    background-color: rgba(26, 86, 219, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #1e429f !important;
    background-color: rgba(30, 66, 159, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #233876 !important;
    background-color: rgba(35, 56, 118, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-50:hover{
    --bg-opacity: 1 !important;
    background-color: #f0f5ff !important;
    background-color: rgba(240, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e5edff !important;
    background-color: rgba(229, 237, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #cddbfe !important;
    background-color: rgba(205, 219, 254, var(--bg-opacity)) !important;
  }

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

  .lg\:hover\:tw-bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #8da2fb !important;
    background-color: rgba(141, 162, 251, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #6875f5 !important;
    background-color: rgba(104, 117, 245, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5850ec !important;
    background-color: rgba(88, 80, 236, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #5145cd !important;
    background-color: rgba(81, 69, 205, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #42389d !important;
    background-color: rgba(66, 56, 157, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #362f78 !important;
    background-color: rgba(54, 47, 120, var(--bg-opacity)) !important;
  }

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

  .lg\:hover\:tw-bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #edebfe !important;
    background-color: rgba(237, 235, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #dcd7fe !important;
    background-color: rgba(220, 215, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #cabffd !important;
    background-color: rgba(202, 191, 253, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #ac94fa !important;
    background-color: rgba(172, 148, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9061f9 !important;
    background-color: rgba(144, 97, 249, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #7e3af2 !important;
    background-color: rgba(126, 58, 242, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6c2bd9 !important;
    background-color: rgba(108, 43, 217, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #5521b5 !important;
    background-color: rgba(85, 33, 181, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #4a1d96 !important;
    background-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    background-color: rgba(252, 232, 243, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fad1e8 !important;
    background-color: rgba(250, 209, 232, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #f8b4d9 !important;
    background-color: rgba(248, 180, 217, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f17eb8 !important;
    background-color: rgba(241, 126, 184, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #e74694 !important;
    background-color: rgba(231, 70, 148, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d61f69 !important;
    background-color: rgba(214, 31, 105, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #bf125d !important;
    background-color: rgba(191, 18, 93, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #99154b !important;
    background-color: rgba(153, 21, 75, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #751a3d !important;
    background-color: rgba(117, 26, 61, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-modal-grey:hover{
    --bg-opacity: 1 !important;
    background-color: #f7f7f7 !important;
    background-color: rgba(247, 247, 247, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-separator-grey:hover{
    background-color: hsla(210,7%,83%,1) !important;
  }

  .lg\:hover\:tw-bg-label-grey:hover{
    --bg-opacity: 1 !important;
    background-color: #738699 !important;
    background-color: rgba(115, 134, 153, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-anvesh-black:hover{
    --bg-opacity: 1 !important;
    background-color: #1A2633 !important;
    background-color: rgba(26, 38, 51, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-anvesh-grey:hover{
    --bg-opacity: 1 !important;
    background-color: #B6BBBF !important;
    background-color: rgba(182, 187, 191, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-anvesh-blue:hover{
    --bg-opacity: 1 !important;
    background-color: #0099dd !important;
    background-color: rgba(0, 153, 221, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-jira-blue:hover{
    --bg-opacity: 1 !important;
    background-color: #0b4571 !important;
    background-color: rgba(11, 69, 113, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber:hover{
    --bg-opacity: 1 !important;
    background-color: #FFBF00 !important;
    background-color: rgba(255, 191, 0, var(--bg-opacity)) !important;
  }

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

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

  .lg\:focus\:tw-bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    background-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    background-color: rgba(210, 214, 220, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #9fa6b2 !important;
    background-color: rgba(159, 166, 178, 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: #252f3f !important;
    background-color: rgba(37, 47, 63, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #161e2e !important;
    background-color: rgba(22, 30, 46, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cool-gray-50:focus{
    --bg-opacity: 1 !important;
    background-color: #fbfdfe !important;
    background-color: rgba(251, 253, 254, var(--bg-opacity)) !important;
  }

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

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

  .lg\:focus\:tw-bg-cool-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #cfd8e3 !important;
    background-color: rgba(207, 216, 227, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cool-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #97a6ba !important;
    background-color: rgba(151, 166, 186, var(--bg-opacity)) !important;
  }

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

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

  .lg\:focus\:tw-bg-cool-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #364152 !important;
    background-color: rgba(54, 65, 82, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cool-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #27303f !important;
    background-color: rgba(39, 48, 63, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cool-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202e !important;
    background-color: rgba(26, 32, 46, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-50:focus{
    --bg-opacity: 1 !important;
    background-color: #fdf2f2 !important;
    background-color: rgba(253, 242, 242, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fde8e8 !important;
    background-color: rgba(253, 232, 232, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd5d5 !important;
    background-color: rgba(251, 213, 213, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-300:focus{
    --bg-opacity: 1 !important;
    background-color: #f8b4b4 !important;
    background-color: rgba(248, 180, 180, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f98080 !important;
    background-color: rgba(249, 128, 128, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-500:focus{
    --bg-opacity: 1 !important;
    background-color: #f05252 !important;
    background-color: rgba(240, 82, 82, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-600:focus{
    --bg-opacity: 1 !important;
    background-color: #e02424 !important;
    background-color: rgba(224, 36, 36, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c81e1e !important;
    background-color: rgba(200, 30, 30, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9b1c1c !important;
    background-color: rgba(155, 28, 28, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-900:focus{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-50:focus{
    --bg-opacity: 1 !important;
    background-color: #fff8f1 !important;
    background-color: rgba(255, 248, 241, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #feecdc !important;
    background-color: rgba(254, 236, 220, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fcd9bd !important;
    background-color: rgba(252, 217, 189, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fdba8c !important;
    background-color: rgba(253, 186, 140, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #ff8a4c !important;
    background-color: rgba(255, 138, 76, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ff5a1f !important;
    background-color: rgba(255, 90, 31, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d03801 !important;
    background-color: rgba(208, 56, 1, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b43403 !important;
    background-color: rgba(180, 52, 3, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #8a2c0d !important;
    background-color: rgba(138, 44, 13, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-50:focus{
    --bg-opacity: 1 !important;
    background-color: #fdfdea !important;
    background-color: rgba(253, 253, 234, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fdf6b2 !important;
    background-color: rgba(253, 246, 178, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fce96a !important;
    background-color: rgba(252, 233, 106, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faca15 !important;
    background-color: rgba(250, 202, 21, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #e3a008 !important;
    background-color: rgba(227, 160, 8, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #c27803 !important;
    background-color: rgba(194, 120, 3, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #9f580a !important;
    background-color: rgba(159, 88, 10, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #8e4b10 !important;
    background-color: rgba(142, 75, 16, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #723b13 !important;
    background-color: rgba(114, 59, 19, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #633112 !important;
    background-color: rgba(99, 49, 18, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-50:focus{
    --bg-opacity: 1 !important;
    background-color: #f3faf7 !important;
    background-color: rgba(243, 250, 247, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #def7ec !important;
    background-color: rgba(222, 247, 236, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bcf0da !important;
    background-color: rgba(188, 240, 218, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #84e1bc !important;
    background-color: rgba(132, 225, 188, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #31c48d !important;
    background-color: rgba(49, 196, 141, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #0e9f6e !important;
    background-color: rgba(14, 159, 110, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #057a55 !important;
    background-color: rgba(5, 122, 85, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #046c4e !important;
    background-color: rgba(4, 108, 78, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #03543f !important;
    background-color: rgba(3, 84, 63, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #014737 !important;
    background-color: rgba(1, 71, 55, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-50:focus{
    --bg-opacity: 1 !important;
    background-color: #edfafa !important;
    background-color: rgba(237, 250, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #d5f5f6 !important;
    background-color: rgba(213, 245, 246, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #afecef !important;
    background-color: rgba(175, 236, 239, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #7edce2 !important;
    background-color: rgba(126, 220, 226, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #16bdca !important;
    background-color: rgba(22, 189, 202, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #0694a2 !important;
    background-color: rgba(6, 148, 162, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #047481 !important;
    background-color: rgba(4, 116, 129, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #036672 !important;
    background-color: rgba(3, 102, 114, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #05505c !important;
    background-color: rgba(5, 80, 92, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #014451 !important;
    background-color: rgba(1, 68, 81, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-50:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf5ff !important;
    background-color: rgba(235, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e1effe !important;
    background-color: rgba(225, 239, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3ddfd !important;
    background-color: rgba(195, 221, 253, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a4cafe !important;
    background-color: rgba(164, 202, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #76a9fa !important;
    background-color: rgba(118, 169, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #3f83f8 !important;
    background-color: rgba(63, 131, 248, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #1c64f2 !important;
    background-color: rgba(28, 100, 242, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #1a56db !important;
    background-color: rgba(26, 86, 219, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #1e429f !important;
    background-color: rgba(30, 66, 159, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #233876 !important;
    background-color: rgba(35, 56, 118, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-50:focus{
    --bg-opacity: 1 !important;
    background-color: #f0f5ff !important;
    background-color: rgba(240, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e5edff !important;
    background-color: rgba(229, 237, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #cddbfe !important;
    background-color: rgba(205, 219, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #b4c6fc !important;
    background-color: rgba(180, 198, 252, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #8da2fb !important;
    background-color: rgba(141, 162, 251, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #6875f5 !important;
    background-color: rgba(104, 117, 245, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5850ec !important;
    background-color: rgba(88, 80, 236, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #5145cd !important;
    background-color: rgba(81, 69, 205, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #42389d !important;
    background-color: rgba(66, 56, 157, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #362f78 !important;
    background-color: rgba(54, 47, 120, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-50:focus{
    --bg-opacity: 1 !important;
    background-color: #f6f5ff !important;
    background-color: rgba(246, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #edebfe !important;
    background-color: rgba(237, 235, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #dcd7fe !important;
    background-color: rgba(220, 215, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #cabffd !important;
    background-color: rgba(202, 191, 253, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #ac94fa !important;
    background-color: rgba(172, 148, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9061f9 !important;
    background-color: rgba(144, 97, 249, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #7e3af2 !important;
    background-color: rgba(126, 58, 242, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6c2bd9 !important;
    background-color: rgba(108, 43, 217, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #5521b5 !important;
    background-color: rgba(85, 33, 181, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #4a1d96 !important;
    background-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    background-color: rgba(252, 232, 243, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fad1e8 !important;
    background-color: rgba(250, 209, 232, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #f8b4d9 !important;
    background-color: rgba(248, 180, 217, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f17eb8 !important;
    background-color: rgba(241, 126, 184, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #e74694 !important;
    background-color: rgba(231, 70, 148, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d61f69 !important;
    background-color: rgba(214, 31, 105, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #bf125d !important;
    background-color: rgba(191, 18, 93, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #99154b !important;
    background-color: rgba(153, 21, 75, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #751a3d !important;
    background-color: rgba(117, 26, 61, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-modal-grey:focus{
    --bg-opacity: 1 !important;
    background-color: #f7f7f7 !important;
    background-color: rgba(247, 247, 247, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-separator-grey:focus{
    background-color: hsla(210,7%,83%,1) !important;
  }

  .lg\:focus\:tw-bg-label-grey:focus{
    --bg-opacity: 1 !important;
    background-color: #738699 !important;
    background-color: rgba(115, 134, 153, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-anvesh-black:focus{
    --bg-opacity: 1 !important;
    background-color: #1A2633 !important;
    background-color: rgba(26, 38, 51, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-anvesh-grey:focus{
    --bg-opacity: 1 !important;
    background-color: #B6BBBF !important;
    background-color: rgba(182, 187, 191, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-anvesh-blue:focus{
    --bg-opacity: 1 !important;
    background-color: #0099dd !important;
    background-color: rgba(0, 153, 221, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-jira-blue:focus{
    --bg-opacity: 1 !important;
    background-color: #0b4571 !important;
    background-color: rgba(11, 69, 113, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber:focus{
    --bg-opacity: 1 !important;
    background-color: #FFBF00 !important;
    background-color: rgba(255, 191, 0, var(--bg-opacity)) !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-transparent{
    border-color: transparent !important;
  }

  .lg\:tw-border-white{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-black{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    border-color: rgba(210, 214, 220, var(--border-opacity)) !important;
  }

  .lg\:tw-border-gray-400{
    --border-opacity: 1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159, 166, 178, 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: #252f3f !important;
    border-color: rgba(37, 47, 63, var(--border-opacity)) !important;
  }

  .lg\:tw-border-gray-900{
    --border-opacity: 1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22, 30, 46, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cool-gray-50{
    --border-opacity: 1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251, 253, 254, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cool-gray-100{
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cool-gray-200{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cool-gray-300{
    --border-opacity: 1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207, 216, 227, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cool-gray-400{
    --border-opacity: 1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151, 166, 186, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cool-gray-500{
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cool-gray-600{
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cool-gray-700{
    --border-opacity: 1 !important;
    border-color: #364152 !important;
    border-color: rgba(54, 65, 82, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cool-gray-800{
    --border-opacity: 1 !important;
    border-color: #27303f !important;
    border-color: rgba(39, 48, 63, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cool-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26, 32, 46, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-50{
    --border-opacity: 1 !important;
    border-color: #fdf2f2 !important;
    border-color: rgba(253, 242, 242, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-100{
    --border-opacity: 1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253, 232, 232, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-200{
    --border-opacity: 1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251, 213, 213, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-300{
    --border-opacity: 1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248, 180, 180, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-400{
    --border-opacity: 1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249, 128, 128, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-500{
    --border-opacity: 1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240, 82, 82, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-600{
    --border-opacity: 1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224, 36, 36, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-700{
    --border-opacity: 1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200, 30, 30, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-800{
    --border-opacity: 1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155, 28, 28, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-900{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-50{
    --border-opacity: 1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255, 248, 241, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-100{
    --border-opacity: 1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254, 236, 220, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-200{
    --border-opacity: 1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252, 217, 189, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fdba8c !important;
    border-color: rgba(253, 186, 140, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-400{
    --border-opacity: 1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255, 138, 76, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255, 90, 31, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-600{
    --border-opacity: 1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208, 56, 1, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-700{
    --border-opacity: 1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180, 52, 3, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-800{
    --border-opacity: 1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138, 44, 13, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-900{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-50{
    --border-opacity: 1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253, 253, 234, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253, 246, 178, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252, 233, 106, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250, 202, 21, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227, 160, 8, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194, 120, 3, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159, 88, 10, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142, 75, 16, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114, 59, 19, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #633112 !important;
    border-color: rgba(99, 49, 18, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-50{
    --border-opacity: 1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243, 250, 247, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-100{
    --border-opacity: 1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222, 247, 236, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-200{
    --border-opacity: 1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188, 240, 218, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-300{
    --border-opacity: 1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132, 225, 188, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-400{
    --border-opacity: 1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49, 196, 141, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-500{
    --border-opacity: 1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14, 159, 110, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-600{
    --border-opacity: 1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5, 122, 85, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-700{
    --border-opacity: 1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4, 108, 78, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-800{
    --border-opacity: 1 !important;
    border-color: #03543f !important;
    border-color: rgba(3, 84, 63, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-900{
    --border-opacity: 1 !important;
    border-color: #014737 !important;
    border-color: rgba(1, 71, 55, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-50{
    --border-opacity: 1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237, 250, 250, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-100{
    --border-opacity: 1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213, 245, 246, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-200{
    --border-opacity: 1 !important;
    border-color: #afecef !important;
    border-color: rgba(175, 236, 239, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-300{
    --border-opacity: 1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126, 220, 226, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-400{
    --border-opacity: 1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22, 189, 202, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-500{
    --border-opacity: 1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6, 148, 162, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-600{
    --border-opacity: 1 !important;
    border-color: #047481 !important;
    border-color: rgba(4, 116, 129, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-700{
    --border-opacity: 1 !important;
    border-color: #036672 !important;
    border-color: rgba(3, 102, 114, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-800{
    --border-opacity: 1 !important;
    border-color: #05505c !important;
    border-color: rgba(5, 80, 92, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-900{
    --border-opacity: 1 !important;
    border-color: #014451 !important;
    border-color: rgba(1, 68, 81, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-50{
    --border-opacity: 1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-100{
    --border-opacity: 1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225, 239, 254, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-200{
    --border-opacity: 1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195, 221, 253, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-300{
    --border-opacity: 1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164, 202, 254, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-400{
    --border-opacity: 1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118, 169, 250, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-500{
    --border-opacity: 1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63, 131, 248, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-600{
    --border-opacity: 1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28, 100, 242, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-700{
    --border-opacity: 1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26, 86, 219, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-800{
    --border-opacity: 1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30, 66, 159, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-900{
    --border-opacity: 1 !important;
    border-color: #233876 !important;
    border-color: rgba(35, 56, 118, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-50{
    --border-opacity: 1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229, 237, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205, 219, 254, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #b4c6fc !important;
    border-color: rgba(180, 198, 252, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141, 162, 251, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104, 117, 245, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88, 80, 236, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81, 69, 205, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #42389d !important;
    border-color: rgba(66, 56, 157, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54, 47, 120, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-50{
    --border-opacity: 1 !important;
    border-color: #f6f5ff !important;
    border-color: rgba(246, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-100{
    --border-opacity: 1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237, 235, 254, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-200{
    --border-opacity: 1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220, 215, 254, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-300{
    --border-opacity: 1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202, 191, 253, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-400{
    --border-opacity: 1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172, 148, 250, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144, 97, 249, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-600{
    --border-opacity: 1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126, 58, 242, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108, 43, 217, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-800{
    --border-opacity: 1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85, 33, 181, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-900{
    --border-opacity: 1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    border-color: rgba(252, 232, 243, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250, 209, 232, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-300{
    --border-opacity: 1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248, 180, 217, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241, 126, 184, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-500{
    --border-opacity: 1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231, 70, 148, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214, 31, 105, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-700{
    --border-opacity: 1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191, 18, 93, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-800{
    --border-opacity: 1 !important;
    border-color: #99154b !important;
    border-color: rgba(153, 21, 75, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-900{
    --border-opacity: 1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117, 26, 61, var(--border-opacity)) !important;
  }

  .lg\:tw-border-modal-grey{
    --border-opacity: 1 !important;
    border-color: #f7f7f7 !important;
    border-color: rgba(247, 247, 247, var(--border-opacity)) !important;
  }

  .lg\:tw-border-separator-grey{
    border-color: hsla(210,7%,83%,1) !important;
  }

  .lg\:tw-border-label-grey{
    --border-opacity: 1 !important;
    border-color: #738699 !important;
    border-color: rgba(115, 134, 153, var(--border-opacity)) !important;
  }

  .lg\:tw-border-anvesh-black{
    --border-opacity: 1 !important;
    border-color: #1A2633 !important;
    border-color: rgba(26, 38, 51, var(--border-opacity)) !important;
  }

  .lg\:tw-border-anvesh-grey{
    --border-opacity: 1 !important;
    border-color: #B6BBBF !important;
    border-color: rgba(182, 187, 191, var(--border-opacity)) !important;
  }

  .lg\:tw-border-anvesh-blue{
    --border-opacity: 1 !important;
    border-color: #0099dd !important;
    border-color: rgba(0, 153, 221, var(--border-opacity)) !important;
  }

  .lg\:tw-border-jira-blue{
    --border-opacity: 1 !important;
    border-color: #0b4571 !important;
    border-color: rgba(11, 69, 113, var(--border-opacity)) !important;
  }

  .lg\:tw-border-amber{
    --border-opacity: 1 !important;
    border-color: #FFBF00 !important;
    border-color: rgba(255, 191, 0, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-transparent:hover{
    border-color: transparent !important;
  }

  .lg\:hover\:tw-border-white:hover{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-black:hover{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    border-color: rgba(210, 214, 220, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159, 166, 178, 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: #252f3f !important;
    border-color: rgba(37, 47, 63, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22, 30, 46, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cool-gray-50:hover{
    --border-opacity: 1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251, 253, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cool-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cool-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cool-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207, 216, 227, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cool-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151, 166, 186, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cool-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cool-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cool-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #364152 !important;
    border-color: rgba(54, 65, 82, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cool-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #27303f !important;
    border-color: rgba(39, 48, 63, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cool-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26, 32, 46, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-50:hover{
    --border-opacity: 1 !important;
    border-color: #fdf2f2 !important;
    border-color: rgba(253, 242, 242, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-100:hover{
    --border-opacity: 1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253, 232, 232, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-200:hover{
    --border-opacity: 1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251, 213, 213, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-300:hover{
    --border-opacity: 1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248, 180, 180, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-400:hover{
    --border-opacity: 1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249, 128, 128, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-500:hover{
    --border-opacity: 1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240, 82, 82, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-600:hover{
    --border-opacity: 1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224, 36, 36, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-700:hover{
    --border-opacity: 1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200, 30, 30, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-800:hover{
    --border-opacity: 1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155, 28, 28, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-900:hover{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-50:hover{
    --border-opacity: 1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255, 248, 241, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254, 236, 220, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252, 217, 189, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fdba8c !important;
    border-color: rgba(253, 186, 140, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255, 138, 76, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255, 90, 31, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208, 56, 1, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180, 52, 3, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138, 44, 13, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-50:hover{
    --border-opacity: 1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253, 253, 234, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253, 246, 178, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252, 233, 106, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250, 202, 21, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227, 160, 8, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194, 120, 3, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159, 88, 10, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142, 75, 16, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114, 59, 19, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #633112 !important;
    border-color: rgba(99, 49, 18, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-50:hover{
    --border-opacity: 1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243, 250, 247, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222, 247, 236, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188, 240, 218, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132, 225, 188, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49, 196, 141, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14, 159, 110, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5, 122, 85, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4, 108, 78, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #03543f !important;
    border-color: rgba(3, 84, 63, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #014737 !important;
    border-color: rgba(1, 71, 55, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-50:hover{
    --border-opacity: 1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237, 250, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213, 245, 246, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #afecef !important;
    border-color: rgba(175, 236, 239, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126, 220, 226, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22, 189, 202, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6, 148, 162, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #047481 !important;
    border-color: rgba(4, 116, 129, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #036672 !important;
    border-color: rgba(3, 102, 114, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #05505c !important;
    border-color: rgba(5, 80, 92, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #014451 !important;
    border-color: rgba(1, 68, 81, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-50:hover{
    --border-opacity: 1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225, 239, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195, 221, 253, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164, 202, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118, 169, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63, 131, 248, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28, 100, 242, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26, 86, 219, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30, 66, 159, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #233876 !important;
    border-color: rgba(35, 56, 118, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-50:hover{
    --border-opacity: 1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229, 237, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205, 219, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #b4c6fc !important;
    border-color: rgba(180, 198, 252, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141, 162, 251, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104, 117, 245, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88, 80, 236, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81, 69, 205, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #42389d !important;
    border-color: rgba(66, 56, 157, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54, 47, 120, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-50:hover{
    --border-opacity: 1 !important;
    border-color: #f6f5ff !important;
    border-color: rgba(246, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237, 235, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220, 215, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202, 191, 253, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172, 148, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144, 97, 249, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126, 58, 242, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108, 43, 217, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85, 33, 181, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    border-color: rgba(252, 232, 243, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250, 209, 232, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248, 180, 217, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241, 126, 184, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231, 70, 148, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214, 31, 105, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191, 18, 93, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #99154b !important;
    border-color: rgba(153, 21, 75, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117, 26, 61, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-modal-grey:hover{
    --border-opacity: 1 !important;
    border-color: #f7f7f7 !important;
    border-color: rgba(247, 247, 247, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-separator-grey:hover{
    border-color: hsla(210,7%,83%,1) !important;
  }

  .lg\:hover\:tw-border-label-grey:hover{
    --border-opacity: 1 !important;
    border-color: #738699 !important;
    border-color: rgba(115, 134, 153, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-anvesh-black:hover{
    --border-opacity: 1 !important;
    border-color: #1A2633 !important;
    border-color: rgba(26, 38, 51, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-anvesh-grey:hover{
    --border-opacity: 1 !important;
    border-color: #B6BBBF !important;
    border-color: rgba(182, 187, 191, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-anvesh-blue:hover{
    --border-opacity: 1 !important;
    border-color: #0099dd !important;
    border-color: rgba(0, 153, 221, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-jira-blue:hover{
    --border-opacity: 1 !important;
    border-color: #0b4571 !important;
    border-color: rgba(11, 69, 113, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber:hover{
    --border-opacity: 1 !important;
    border-color: #FFBF00 !important;
    border-color: rgba(255, 191, 0, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-transparent:focus{
    border-color: transparent !important;
  }

  .lg\:focus\:tw-border-white:focus{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-black:focus{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    border-color: rgba(210, 214, 220, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159, 166, 178, 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: #252f3f !important;
    border-color: rgba(37, 47, 63, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22, 30, 46, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cool-gray-50:focus{
    --border-opacity: 1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251, 253, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cool-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cool-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cool-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207, 216, 227, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cool-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151, 166, 186, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cool-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cool-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cool-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #364152 !important;
    border-color: rgba(54, 65, 82, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cool-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #27303f !important;
    border-color: rgba(39, 48, 63, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cool-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26, 32, 46, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-50:focus{
    --border-opacity: 1 !important;
    border-color: #fdf2f2 !important;
    border-color: rgba(253, 242, 242, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-100:focus{
    --border-opacity: 1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253, 232, 232, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-200:focus{
    --border-opacity: 1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251, 213, 213, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-300:focus{
    --border-opacity: 1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248, 180, 180, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-400:focus{
    --border-opacity: 1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249, 128, 128, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-500:focus{
    --border-opacity: 1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240, 82, 82, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-600:focus{
    --border-opacity: 1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224, 36, 36, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-700:focus{
    --border-opacity: 1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200, 30, 30, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-800:focus{
    --border-opacity: 1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155, 28, 28, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-900:focus{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-50:focus{
    --border-opacity: 1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255, 248, 241, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254, 236, 220, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252, 217, 189, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fdba8c !important;
    border-color: rgba(253, 186, 140, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255, 138, 76, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255, 90, 31, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208, 56, 1, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180, 52, 3, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138, 44, 13, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-50:focus{
    --border-opacity: 1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253, 253, 234, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253, 246, 178, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252, 233, 106, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250, 202, 21, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227, 160, 8, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194, 120, 3, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159, 88, 10, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142, 75, 16, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114, 59, 19, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #633112 !important;
    border-color: rgba(99, 49, 18, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-50:focus{
    --border-opacity: 1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243, 250, 247, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222, 247, 236, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188, 240, 218, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132, 225, 188, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49, 196, 141, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14, 159, 110, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5, 122, 85, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4, 108, 78, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #03543f !important;
    border-color: rgba(3, 84, 63, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #014737 !important;
    border-color: rgba(1, 71, 55, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-50:focus{
    --border-opacity: 1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237, 250, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213, 245, 246, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #afecef !important;
    border-color: rgba(175, 236, 239, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126, 220, 226, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22, 189, 202, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6, 148, 162, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #047481 !important;
    border-color: rgba(4, 116, 129, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #036672 !important;
    border-color: rgba(3, 102, 114, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #05505c !important;
    border-color: rgba(5, 80, 92, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #014451 !important;
    border-color: rgba(1, 68, 81, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-50:focus{
    --border-opacity: 1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225, 239, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195, 221, 253, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164, 202, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118, 169, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63, 131, 248, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28, 100, 242, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26, 86, 219, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30, 66, 159, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #233876 !important;
    border-color: rgba(35, 56, 118, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-50:focus{
    --border-opacity: 1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229, 237, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205, 219, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #b4c6fc !important;
    border-color: rgba(180, 198, 252, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141, 162, 251, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104, 117, 245, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88, 80, 236, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81, 69, 205, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #42389d !important;
    border-color: rgba(66, 56, 157, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54, 47, 120, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-50:focus{
    --border-opacity: 1 !important;
    border-color: #f6f5ff !important;
    border-color: rgba(246, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237, 235, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220, 215, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202, 191, 253, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172, 148, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144, 97, 249, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126, 58, 242, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108, 43, 217, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85, 33, 181, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    border-color: rgba(252, 232, 243, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250, 209, 232, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248, 180, 217, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241, 126, 184, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231, 70, 148, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214, 31, 105, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191, 18, 93, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #99154b !important;
    border-color: rgba(153, 21, 75, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117, 26, 61, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-modal-grey:focus{
    --border-opacity: 1 !important;
    border-color: #f7f7f7 !important;
    border-color: rgba(247, 247, 247, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-separator-grey:focus{
    border-color: hsla(210,7%,83%,1) !important;
  }

  .lg\:focus\:tw-border-label-grey:focus{
    --border-opacity: 1 !important;
    border-color: #738699 !important;
    border-color: rgba(115, 134, 153, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-anvesh-black:focus{
    --border-opacity: 1 !important;
    border-color: #1A2633 !important;
    border-color: rgba(26, 38, 51, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-anvesh-grey:focus{
    --border-opacity: 1 !important;
    border-color: #B6BBBF !important;
    border-color: rgba(182, 187, 191, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-anvesh-blue:focus{
    --border-opacity: 1 !important;
    border-color: #0099dd !important;
    border-color: rgba(0, 153, 221, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-jira-blue:focus{
    --border-opacity: 1 !important;
    border-color: #0b4571 !important;
    border-color: rgba(11, 69, 113, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber:focus{
    --border-opacity: 1 !important;
    border-color: #FFBF00 !important;
    border-color: rgba(255, 191, 0, 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-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-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-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-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-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: -webkit-box !important;
    display: flex !important;
  }

  .lg\:tw-inline-flex{
    display: -webkit-inline-box !important;
    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-hidden{
    display: none !important;
  }

  .lg\:tw-flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .lg\:tw-flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .lg\:tw-flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .lg\:tw-flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            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-items-start{
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .lg\:tw-items-end{
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .lg\:tw-items-center{
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .lg\:tw-items-baseline{
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .lg\:tw-items-stretch{
    -webkit-box-align: stretch !important;
            align-items: stretch !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-start{
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .lg\:tw-justify-end{
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .lg\:tw-justify-center{
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .lg\:tw-justify-between{
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .lg\:tw-justify-around{
    justify-content: space-around !important;
  }

  .lg\:tw-justify-evenly{
    -webkit-box-pack: space-evenly !important;
            justify-content: space-evenly !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-flex-1{
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .lg\:tw-flex-auto{
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .lg\:tw-flex-initial{
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .lg\:tw-flex-none{
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .lg\:tw-flex-grow-0{
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .lg\:tw-flex-grow{
    -webkit-box-flex: 1 !important;
            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{
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .lg\:tw-order-2{
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .lg\:tw-order-3{
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .lg\:tw-order-4{
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .lg\:tw-order-5{
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .lg\:tw-order-6{
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .lg\:tw-order-7{
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .lg\:tw-order-8{
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .lg\:tw-order-9{
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .lg\:tw-order-10{
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .lg\:tw-order-11{
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .lg\:tw-order-12{
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .lg\:tw-order-first{
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .lg\:tw-order-last{
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .lg\:tw-order-none{
    -webkit-box-ordinal-group: 1 !important;
            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-ui{
    font-family: Calibri, IBM Plex Sans, Poppins, Inter UI, system-ui, BlinkMacSystemFont, -apple-system !important;
  }

  .lg\:tw-font-heading{
    font-family: Roboto, system-ui, BlinkMacSystemFont, -apple-system !important;
  }

  .lg\:tw-font-article{
    font-family: Open Sans, system-ui, BlinkMacSystemFont, -apple-system !important;
  }

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

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

  .lg\:tw-font-mono{
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  }

  .lg\:tw-font-hairline{
    font-weight: 100 !important;
  }

  .lg\:tw-font-thin{
    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-hairline:hover{
    font-weight: 100 !important;
  }

  .lg\:hover\:tw-font-thin: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-hairline:focus{
    font-weight: 100 !important;
  }

  .lg\:focus\:tw-font-thin: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-7{
    height: 1.75rem !important;
  }

  .lg\:tw-h-8{
    height: 2rem !important;
  }

  .lg\:tw-h-9{
    height: 2.25rem !important;
  }

  .lg\:tw-h-10{
    height: 2.5rem !important;
  }

  .lg\:tw-h-11{
    height: 2.75rem !important;
  }

  .lg\:tw-h-12{
    height: 3rem !important;
  }

  .lg\:tw-h-13{
    height: 3.25rem !important;
  }

  .lg\:tw-h-14{
    height: 3.5rem !important;
  }

  .lg\:tw-h-15{
    height: 3.75rem !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-28{
    height: 7rem !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-60{
    height: 15rem !important;
  }

  .lg\:tw-h-64{
    height: 16rem !important;
  }

  .lg\:tw-h-72{
    height: 18rem !important;
  }

  .lg\:tw-h-80{
    height: 20rem !important;
  }

  .lg\:tw-h-96{
    height: 24rem !important;
  }

  .lg\:tw-h-auto{
    height: auto !important;
  }

  .lg\:tw-h-px{
    height: 1px !important;
  }

  .lg\:tw-h-0\.5{
    height: 0.125rem !important;
  }

  .lg\:tw-h-1\.5{
    height: 0.375rem !important;
  }

  .lg\:tw-h-2\.5{
    height: 0.625rem !important;
  }

  .lg\:tw-h-3\.5{
    height: 0.875rem !important;
  }

  .lg\:tw-h-1\/2{
    height: 50% !important;
  }

  .lg\:tw-h-1\/3{
    height: 33.333333% !important;
  }

  .lg\:tw-h-2\/3{
    height: 66.666667% !important;
  }

  .lg\:tw-h-1\/4{
    height: 25% !important;
  }

  .lg\:tw-h-2\/4{
    height: 50% !important;
  }

  .lg\:tw-h-3\/4{
    height: 75% !important;
  }

  .lg\:tw-h-1\/5{
    height: 20% !important;
  }

  .lg\:tw-h-2\/5{
    height: 40% !important;
  }

  .lg\:tw-h-3\/5{
    height: 60% !important;
  }

  .lg\:tw-h-4\/5{
    height: 80% !important;
  }

  .lg\:tw-h-1\/6{
    height: 16.666667% !important;
  }

  .lg\:tw-h-2\/6{
    height: 33.333333% !important;
  }

  .lg\:tw-h-3\/6{
    height: 50% !important;
  }

  .lg\:tw-h-4\/6{
    height: 66.666667% !important;
  }

  .lg\:tw-h-5\/6{
    height: 83.333333% !important;
  }

  .lg\:tw-h-1\/12{
    height: 8.333333% !important;
  }

  .lg\:tw-h-2\/12{
    height: 16.666667% !important;
  }

  .lg\:tw-h-3\/12{
    height: 25% !important;
  }

  .lg\:tw-h-4\/12{
    height: 33.333333% !important;
  }

  .lg\:tw-h-5\/12{
    height: 41.666667% !important;
  }

  .lg\:tw-h-6\/12{
    height: 50% !important;
  }

  .lg\:tw-h-7\/12{
    height: 58.333333% !important;
  }

  .lg\:tw-h-8\/12{
    height: 66.666667% !important;
  }

  .lg\:tw-h-9\/12{
    height: 75% !important;
  }

  .lg\:tw-h-10\/12{
    height: 83.333333% !important;
  }

  .lg\:tw-h-11\/12{
    height: 91.666667% !important;
  }

  .lg\:tw-h-full{
    height: 100% !important;
  }

  .lg\:tw-h-screen{
    height: 100vh !important;
  }

  .lg\:tw-text-xs{
    font-size: 0.75rem !important;
  }

  .lg\:tw-text-sm{
    font-size: 0.875rem !important;
  }

  .lg\:tw-text-base{
    font-size: 1rem !important;
  }

  .lg\:tw-text-lg{
    font-size: 1.125rem !important;
  }

  .lg\:tw-text-xl{
    font-size: 1.25rem !important;
  }

  .lg\:tw-text-2xl{
    font-size: 1.5rem !important;
  }

  .lg\:tw-text-3xl{
    font-size: 1.875rem !important;
  }

  .lg\:tw-text-4xl{
    font-size: 2.25rem !important;
  }

  .lg\:tw-text-5xl{
    font-size: 3rem !important;
  }

  .lg\:tw-text-6xl{
    font-size: 4rem !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-7{
    margin: 1.75rem !important;
  }

  .lg\:tw-m-8{
    margin: 2rem !important;
  }

  .lg\:tw-m-9{
    margin: 2.25rem !important;
  }

  .lg\:tw-m-10{
    margin: 2.5rem !important;
  }

  .lg\:tw-m-11{
    margin: 2.75rem !important;
  }

  .lg\:tw-m-12{
    margin: 3rem !important;
  }

  .lg\:tw-m-13{
    margin: 3.25rem !important;
  }

  .lg\:tw-m-14{
    margin: 3.5rem !important;
  }

  .lg\:tw-m-15{
    margin: 3.75rem !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-28{
    margin: 7rem !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-60{
    margin: 15rem !important;
  }

  .lg\:tw-m-64{
    margin: 16rem !important;
  }

  .lg\:tw-m-72{
    margin: 18rem !important;
  }

  .lg\:tw-m-80{
    margin: 20rem !important;
  }

  .lg\:tw-m-96{
    margin: 24rem !important;
  }

  .lg\:tw-m-auto{
    margin: auto !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\/2{
    margin: 50% !important;
  }

  .lg\:tw-m-1\/3{
    margin: 33.333333% !important;
  }

  .lg\:tw-m-2\/3{
    margin: 66.666667% !important;
  }

  .lg\:tw-m-1\/4{
    margin: 25% !important;
  }

  .lg\:tw-m-2\/4{
    margin: 50% !important;
  }

  .lg\:tw-m-3\/4{
    margin: 75% !important;
  }

  .lg\:tw-m-1\/5{
    margin: 20% !important;
  }

  .lg\:tw-m-2\/5{
    margin: 40% !important;
  }

  .lg\:tw-m-3\/5{
    margin: 60% !important;
  }

  .lg\:tw-m-4\/5{
    margin: 80% !important;
  }

  .lg\:tw-m-1\/6{
    margin: 16.666667% !important;
  }

  .lg\:tw-m-2\/6{
    margin: 33.333333% !important;
  }

  .lg\:tw-m-3\/6{
    margin: 50% !important;
  }

  .lg\:tw-m-4\/6{
    margin: 66.666667% !important;
  }

  .lg\:tw-m-5\/6{
    margin: 83.333333% !important;
  }

  .lg\:tw-m-1\/12{
    margin: 8.333333% !important;
  }

  .lg\:tw-m-2\/12{
    margin: 16.666667% !important;
  }

  .lg\:tw-m-3\/12{
    margin: 25% !important;
  }

  .lg\:tw-m-4\/12{
    margin: 33.333333% !important;
  }

  .lg\:tw-m-5\/12{
    margin: 41.666667% !important;
  }

  .lg\:tw-m-6\/12{
    margin: 50% !important;
  }

  .lg\:tw-m-7\/12{
    margin: 58.333333% !important;
  }

  .lg\:tw-m-8\/12{
    margin: 66.666667% !important;
  }

  .lg\:tw-m-9\/12{
    margin: 75% !important;
  }

  .lg\:tw-m-10\/12{
    margin: 83.333333% !important;
  }

  .lg\:tw-m-11\/12{
    margin: 91.666667% !important;
  }

  .lg\:tw-m-full{
    margin: 100% !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-7{
    margin: -1.75rem !important;
  }

  .lg\:tw--m-8{
    margin: -2rem !important;
  }

  .lg\:tw--m-9{
    margin: -2.25rem !important;
  }

  .lg\:tw--m-10{
    margin: -2.5rem !important;
  }

  .lg\:tw--m-11{
    margin: -2.75rem !important;
  }

  .lg\:tw--m-12{
    margin: -3rem !important;
  }

  .lg\:tw--m-13{
    margin: -3.25rem !important;
  }

  .lg\:tw--m-14{
    margin: -3.5rem !important;
  }

  .lg\:tw--m-15{
    margin: -3.75rem !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-28{
    margin: -7rem !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-60{
    margin: -15rem !important;
  }

  .lg\:tw--m-64{
    margin: -16rem !important;
  }

  .lg\:tw--m-72{
    margin: -18rem !important;
  }

  .lg\:tw--m-80{
    margin: -20rem !important;
  }

  .lg\:tw--m-96{
    margin: -24rem !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\/2{
    margin: -50% !important;
  }

  .lg\:tw--m-1\/3{
    margin: -33.33333% !important;
  }

  .lg\:tw--m-2\/3{
    margin: -66.66667% !important;
  }

  .lg\:tw--m-1\/4{
    margin: -25% !important;
  }

  .lg\:tw--m-2\/4{
    margin: -50% !important;
  }

  .lg\:tw--m-3\/4{
    margin: -75% !important;
  }

  .lg\:tw--m-1\/5{
    margin: -20% !important;
  }

  .lg\:tw--m-2\/5{
    margin: -40% !important;
  }

  .lg\:tw--m-3\/5{
    margin: -60% !important;
  }

  .lg\:tw--m-4\/5{
    margin: -80% !important;
  }

  .lg\:tw--m-1\/6{
    margin: -16.66667% !important;
  }

  .lg\:tw--m-2\/6{
    margin: -33.33333% !important;
  }

  .lg\:tw--m-3\/6{
    margin: -50% !important;
  }

  .lg\:tw--m-4\/6{
    margin: -66.66667% !important;
  }

  .lg\:tw--m-5\/6{
    margin: -83.33333% !important;
  }

  .lg\:tw--m-1\/12{
    margin: -8.33333% !important;
  }

  .lg\:tw--m-2\/12{
    margin: -16.66667% !important;
  }

  .lg\:tw--m-3\/12{
    margin: -25% !important;
  }

  .lg\:tw--m-4\/12{
    margin: -33.33333% !important;
  }

  .lg\:tw--m-5\/12{
    margin: -41.66667% !important;
  }

  .lg\:tw--m-6\/12{
    margin: -50% !important;
  }

  .lg\:tw--m-7\/12{
    margin: -58.33333% !important;
  }

  .lg\:tw--m-8\/12{
    margin: -66.66667% !important;
  }

  .lg\:tw--m-9\/12{
    margin: -75% !important;
  }

  .lg\:tw--m-10\/12{
    margin: -83.33333% !important;
  }

  .lg\:tw--m-11\/12{
    margin: -91.66667% !important;
  }

  .lg\:tw--m-full{
    margin: -100% !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-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .lg\:tw-mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !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-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .lg\:tw-mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !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-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .lg\:tw-mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !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-13{
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .lg\:tw-mx-13{
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }

  .lg\:tw-my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg\:tw-mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg\:tw-my-15{
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .lg\:tw-mx-15{
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .lg\:tw-mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !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-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .lg\:tw-mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !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-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .lg\:tw-mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .lg\:tw-my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .lg\:tw-mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .lg\:tw-my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .lg\:tw-mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !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: 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\/2{
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

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

  .lg\:tw-my-1\/3{
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .lg\:tw-mx-1\/3{
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .lg\:tw-my-2\/3{
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .lg\:tw-mx-2\/3{
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .lg\:tw-my-1\/4{
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .lg\:tw-mx-1\/4{
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .lg\:tw-my-2\/4{
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .lg\:tw-mx-2\/4{
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .lg\:tw-my-3\/4{
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .lg\:tw-mx-3\/4{
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .lg\:tw-my-1\/5{
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .lg\:tw-mx-1\/5{
    margin-left: 20% !important;
    margin-right: 20% !important;
  }

  .lg\:tw-my-2\/5{
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .lg\:tw-mx-2\/5{
    margin-left: 40% !important;
    margin-right: 40% !important;
  }

  .lg\:tw-my-3\/5{
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .lg\:tw-mx-3\/5{
    margin-left: 60% !important;
    margin-right: 60% !important;
  }

  .lg\:tw-my-4\/5{
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .lg\:tw-mx-4\/5{
    margin-left: 80% !important;
    margin-right: 80% !important;
  }

  .lg\:tw-my-1\/6{
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .lg\:tw-mx-1\/6{
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .lg\:tw-my-2\/6{
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .lg\:tw-mx-2\/6{
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .lg\:tw-my-3\/6{
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .lg\:tw-mx-3\/6{
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .lg\:tw-my-4\/6{
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .lg\:tw-mx-4\/6{
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .lg\:tw-my-5\/6{
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .lg\:tw-mx-5\/6{
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .lg\:tw-my-1\/12{
    margin-top: 8.333333% !important;
    margin-bottom: 8.333333% !important;
  }

  .lg\:tw-mx-1\/12{
    margin-left: 8.333333% !important;
    margin-right: 8.333333% !important;
  }

  .lg\:tw-my-2\/12{
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .lg\:tw-mx-2\/12{
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .lg\:tw-my-3\/12{
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .lg\:tw-mx-3\/12{
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .lg\:tw-my-4\/12{
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .lg\:tw-mx-4\/12{
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .lg\:tw-my-5\/12{
    margin-top: 41.666667% !important;
    margin-bottom: 41.666667% !important;
  }

  .lg\:tw-mx-5\/12{
    margin-left: 41.666667% !important;
    margin-right: 41.666667% !important;
  }

  .lg\:tw-my-6\/12{
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .lg\:tw-mx-6\/12{
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .lg\:tw-my-7\/12{
    margin-top: 58.333333% !important;
    margin-bottom: 58.333333% !important;
  }

  .lg\:tw-mx-7\/12{
    margin-left: 58.333333% !important;
    margin-right: 58.333333% !important;
  }

  .lg\:tw-my-8\/12{
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .lg\:tw-mx-8\/12{
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .lg\:tw-my-9\/12{
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .lg\:tw-mx-9\/12{
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .lg\:tw-my-10\/12{
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .lg\:tw-mx-10\/12{
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .lg\:tw-my-11\/12{
    margin-top: 91.666667% !important;
    margin-bottom: 91.666667% !important;
  }

  .lg\:tw-mx-11\/12{
    margin-left: 91.666667% !important;
    margin-right: 91.666667% !important;
  }

  .lg\:tw-my-full{
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }

  .lg\:tw-mx-full{
    margin-left: 100% !important;
    margin-right: 100% !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-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .lg\:tw--mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !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-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .lg\:tw--mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !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-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .lg\:tw--mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !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-13{
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }

  .lg\:tw--mx-13{
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !important;
  }

  .lg\:tw--my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lg\:tw--mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .lg\:tw--my-15{
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .lg\:tw--mx-15{
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .lg\:tw--mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !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-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .lg\:tw--mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !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-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .lg\:tw--mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .lg\:tw--my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .lg\:tw--mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .lg\:tw--my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .lg\:tw--mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !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\/2{
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

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

  .lg\:tw--my-1\/3{
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .lg\:tw--mx-1\/3{
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .lg\:tw--my-2\/3{
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .lg\:tw--mx-2\/3{
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .lg\:tw--my-1\/4{
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .lg\:tw--mx-1\/4{
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .lg\:tw--my-2\/4{
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .lg\:tw--mx-2\/4{
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .lg\:tw--my-3\/4{
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .lg\:tw--mx-3\/4{
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .lg\:tw--my-1\/5{
    margin-top: -20% !important;
    margin-bottom: -20% !important;
  }

  .lg\:tw--mx-1\/5{
    margin-left: -20% !important;
    margin-right: -20% !important;
  }

  .lg\:tw--my-2\/5{
    margin-top: -40% !important;
    margin-bottom: -40% !important;
  }

  .lg\:tw--mx-2\/5{
    margin-left: -40% !important;
    margin-right: -40% !important;
  }

  .lg\:tw--my-3\/5{
    margin-top: -60% !important;
    margin-bottom: -60% !important;
  }

  .lg\:tw--mx-3\/5{
    margin-left: -60% !important;
    margin-right: -60% !important;
  }

  .lg\:tw--my-4\/5{
    margin-top: -80% !important;
    margin-bottom: -80% !important;
  }

  .lg\:tw--mx-4\/5{
    margin-left: -80% !important;
    margin-right: -80% !important;
  }

  .lg\:tw--my-1\/6{
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .lg\:tw--mx-1\/6{
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .lg\:tw--my-2\/6{
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .lg\:tw--mx-2\/6{
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .lg\:tw--my-3\/6{
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .lg\:tw--mx-3\/6{
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .lg\:tw--my-4\/6{
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .lg\:tw--mx-4\/6{
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .lg\:tw--my-5\/6{
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .lg\:tw--mx-5\/6{
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .lg\:tw--my-1\/12{
    margin-top: -8.33333% !important;
    margin-bottom: -8.33333% !important;
  }

  .lg\:tw--mx-1\/12{
    margin-left: -8.33333% !important;
    margin-right: -8.33333% !important;
  }

  .lg\:tw--my-2\/12{
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .lg\:tw--mx-2\/12{
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .lg\:tw--my-3\/12{
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .lg\:tw--mx-3\/12{
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .lg\:tw--my-4\/12{
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .lg\:tw--mx-4\/12{
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .lg\:tw--my-5\/12{
    margin-top: -41.66667% !important;
    margin-bottom: -41.66667% !important;
  }

  .lg\:tw--mx-5\/12{
    margin-left: -41.66667% !important;
    margin-right: -41.66667% !important;
  }

  .lg\:tw--my-6\/12{
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .lg\:tw--mx-6\/12{
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .lg\:tw--my-7\/12{
    margin-top: -58.33333% !important;
    margin-bottom: -58.33333% !important;
  }

  .lg\:tw--mx-7\/12{
    margin-left: -58.33333% !important;
    margin-right: -58.33333% !important;
  }

  .lg\:tw--my-8\/12{
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .lg\:tw--mx-8\/12{
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .lg\:tw--my-9\/12{
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .lg\:tw--mx-9\/12{
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .lg\:tw--my-10\/12{
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .lg\:tw--mx-10\/12{
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .lg\:tw--my-11\/12{
    margin-top: -91.66667% !important;
    margin-bottom: -91.66667% !important;
  }

  .lg\:tw--mx-11\/12{
    margin-left: -91.66667% !important;
    margin-right: -91.66667% !important;
  }

  .lg\:tw--my-full{
    margin-top: -100% !important;
    margin-bottom: -100% !important;
  }

  .lg\:tw--mx-full{
    margin-left: -100% !important;
    margin-right: -100% !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-7{
    margin-top: 1.75rem !important;
  }

  .lg\:tw-mr-7{
    margin-right: 1.75rem !important;
  }

  .lg\:tw-mb-7{
    margin-bottom: 1.75rem !important;
  }

  .lg\:tw-ml-7{
    margin-left: 1.75rem !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-9{
    margin-top: 2.25rem !important;
  }

  .lg\:tw-mr-9{
    margin-right: 2.25rem !important;
  }

  .lg\:tw-mb-9{
    margin-bottom: 2.25rem !important;
  }

  .lg\:tw-ml-9{
    margin-left: 2.25rem !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-11{
    margin-top: 2.75rem !important;
  }

  .lg\:tw-mr-11{
    margin-right: 2.75rem !important;
  }

  .lg\:tw-mb-11{
    margin-bottom: 2.75rem !important;
  }

  .lg\:tw-ml-11{
    margin-left: 2.75rem !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-13{
    margin-top: 3.25rem !important;
  }

  .lg\:tw-mr-13{
    margin-right: 3.25rem !important;
  }

  .lg\:tw-mb-13{
    margin-bottom: 3.25rem !important;
  }

  .lg\:tw-ml-13{
    margin-left: 3.25rem !important;
  }

  .lg\:tw-mt-14{
    margin-top: 3.5rem !important;
  }

  .lg\:tw-mr-14{
    margin-right: 3.5rem !important;
  }

  .lg\:tw-mb-14{
    margin-bottom: 3.5rem !important;
  }

  .lg\:tw-ml-14{
    margin-left: 3.5rem !important;
  }

  .lg\:tw-mt-15{
    margin-top: 3.75rem !important;
  }

  .lg\:tw-mr-15{
    margin-right: 3.75rem !important;
  }

  .lg\:tw-mb-15{
    margin-bottom: 3.75rem !important;
  }

  .lg\:tw-ml-15{
    margin-left: 3.75rem !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-28{
    margin-top: 7rem !important;
  }

  .lg\:tw-mr-28{
    margin-right: 7rem !important;
  }

  .lg\:tw-mb-28{
    margin-bottom: 7rem !important;
  }

  .lg\:tw-ml-28{
    margin-left: 7rem !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-60{
    margin-top: 15rem !important;
  }

  .lg\:tw-mr-60{
    margin-right: 15rem !important;
  }

  .lg\:tw-mb-60{
    margin-bottom: 15rem !important;
  }

  .lg\:tw-ml-60{
    margin-left: 15rem !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-72{
    margin-top: 18rem !important;
  }

  .lg\:tw-mr-72{
    margin-right: 18rem !important;
  }

  .lg\:tw-mb-72{
    margin-bottom: 18rem !important;
  }

  .lg\:tw-ml-72{
    margin-left: 18rem !important;
  }

  .lg\:tw-mt-80{
    margin-top: 20rem !important;
  }

  .lg\:tw-mr-80{
    margin-right: 20rem !important;
  }

  .lg\:tw-mb-80{
    margin-bottom: 20rem !important;
  }

  .lg\:tw-ml-80{
    margin-left: 20rem !important;
  }

  .lg\:tw-mt-96{
    margin-top: 24rem !important;
  }

  .lg\:tw-mr-96{
    margin-right: 24rem !important;
  }

  .lg\:tw-mb-96{
    margin-bottom: 24rem !important;
  }

  .lg\:tw-ml-96{
    margin-left: 24rem !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: 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\/2{
    margin-top: 50% !important;
  }

  .lg\:tw-mr-1\/2{
    margin-right: 50% !important;
  }

  .lg\:tw-mb-1\/2{
    margin-bottom: 50% !important;
  }

  .lg\:tw-ml-1\/2{
    margin-left: 50% !important;
  }

  .lg\:tw-mt-1\/3{
    margin-top: 33.333333% !important;
  }

  .lg\:tw-mr-1\/3{
    margin-right: 33.333333% !important;
  }

  .lg\:tw-mb-1\/3{
    margin-bottom: 33.333333% !important;
  }

  .lg\:tw-ml-1\/3{
    margin-left: 33.333333% !important;
  }

  .lg\:tw-mt-2\/3{
    margin-top: 66.666667% !important;
  }

  .lg\:tw-mr-2\/3{
    margin-right: 66.666667% !important;
  }

  .lg\:tw-mb-2\/3{
    margin-bottom: 66.666667% !important;
  }

  .lg\:tw-ml-2\/3{
    margin-left: 66.666667% !important;
  }

  .lg\:tw-mt-1\/4{
    margin-top: 25% !important;
  }

  .lg\:tw-mr-1\/4{
    margin-right: 25% !important;
  }

  .lg\:tw-mb-1\/4{
    margin-bottom: 25% !important;
  }

  .lg\:tw-ml-1\/4{
    margin-left: 25% !important;
  }

  .lg\:tw-mt-2\/4{
    margin-top: 50% !important;
  }

  .lg\:tw-mr-2\/4{
    margin-right: 50% !important;
  }

  .lg\:tw-mb-2\/4{
    margin-bottom: 50% !important;
  }

  .lg\:tw-ml-2\/4{
    margin-left: 50% !important;
  }

  .lg\:tw-mt-3\/4{
    margin-top: 75% !important;
  }

  .lg\:tw-mr-3\/4{
    margin-right: 75% !important;
  }

  .lg\:tw-mb-3\/4{
    margin-bottom: 75% !important;
  }

  .lg\:tw-ml-3\/4{
    margin-left: 75% !important;
  }

  .lg\:tw-mt-1\/5{
    margin-top: 20% !important;
  }

  .lg\:tw-mr-1\/5{
    margin-right: 20% !important;
  }

  .lg\:tw-mb-1\/5{
    margin-bottom: 20% !important;
  }

  .lg\:tw-ml-1\/5{
    margin-left: 20% !important;
  }

  .lg\:tw-mt-2\/5{
    margin-top: 40% !important;
  }

  .lg\:tw-mr-2\/5{
    margin-right: 40% !important;
  }

  .lg\:tw-mb-2\/5{
    margin-bottom: 40% !important;
  }

  .lg\:tw-ml-2\/5{
    margin-left: 40% !important;
  }

  .lg\:tw-mt-3\/5{
    margin-top: 60% !important;
  }

  .lg\:tw-mr-3\/5{
    margin-right: 60% !important;
  }

  .lg\:tw-mb-3\/5{
    margin-bottom: 60% !important;
  }

  .lg\:tw-ml-3\/5{
    margin-left: 60% !important;
  }

  .lg\:tw-mt-4\/5{
    margin-top: 80% !important;
  }

  .lg\:tw-mr-4\/5{
    margin-right: 80% !important;
  }

  .lg\:tw-mb-4\/5{
    margin-bottom: 80% !important;
  }

  .lg\:tw-ml-4\/5{
    margin-left: 80% !important;
  }

  .lg\:tw-mt-1\/6{
    margin-top: 16.666667% !important;
  }

  .lg\:tw-mr-1\/6{
    margin-right: 16.666667% !important;
  }

  .lg\:tw-mb-1\/6{
    margin-bottom: 16.666667% !important;
  }

  .lg\:tw-ml-1\/6{
    margin-left: 16.666667% !important;
  }

  .lg\:tw-mt-2\/6{
    margin-top: 33.333333% !important;
  }

  .lg\:tw-mr-2\/6{
    margin-right: 33.333333% !important;
  }

  .lg\:tw-mb-2\/6{
    margin-bottom: 33.333333% !important;
  }

  .lg\:tw-ml-2\/6{
    margin-left: 33.333333% !important;
  }

  .lg\:tw-mt-3\/6{
    margin-top: 50% !important;
  }

  .lg\:tw-mr-3\/6{
    margin-right: 50% !important;
  }

  .lg\:tw-mb-3\/6{
    margin-bottom: 50% !important;
  }

  .lg\:tw-ml-3\/6{
    margin-left: 50% !important;
  }

  .lg\:tw-mt-4\/6{
    margin-top: 66.666667% !important;
  }

  .lg\:tw-mr-4\/6{
    margin-right: 66.666667% !important;
  }

  .lg\:tw-mb-4\/6{
    margin-bottom: 66.666667% !important;
  }

  .lg\:tw-ml-4\/6{
    margin-left: 66.666667% !important;
  }

  .lg\:tw-mt-5\/6{
    margin-top: 83.333333% !important;
  }

  .lg\:tw-mr-5\/6{
    margin-right: 83.333333% !important;
  }

  .lg\:tw-mb-5\/6{
    margin-bottom: 83.333333% !important;
  }

  .lg\:tw-ml-5\/6{
    margin-left: 83.333333% !important;
  }

  .lg\:tw-mt-1\/12{
    margin-top: 8.333333% !important;
  }

  .lg\:tw-mr-1\/12{
    margin-right: 8.333333% !important;
  }

  .lg\:tw-mb-1\/12{
    margin-bottom: 8.333333% !important;
  }

  .lg\:tw-ml-1\/12{
    margin-left: 8.333333% !important;
  }

  .lg\:tw-mt-2\/12{
    margin-top: 16.666667% !important;
  }

  .lg\:tw-mr-2\/12{
    margin-right: 16.666667% !important;
  }

  .lg\:tw-mb-2\/12{
    margin-bottom: 16.666667% !important;
  }

  .lg\:tw-ml-2\/12{
    margin-left: 16.666667% !important;
  }

  .lg\:tw-mt-3\/12{
    margin-top: 25% !important;
  }

  .lg\:tw-mr-3\/12{
    margin-right: 25% !important;
  }

  .lg\:tw-mb-3\/12{
    margin-bottom: 25% !important;
  }

  .lg\:tw-ml-3\/12{
    margin-left: 25% !important;
  }

  .lg\:tw-mt-4\/12{
    margin-top: 33.333333% !important;
  }

  .lg\:tw-mr-4\/12{
    margin-right: 33.333333% !important;
  }

  .lg\:tw-mb-4\/12{
    margin-bottom: 33.333333% !important;
  }

  .lg\:tw-ml-4\/12{
    margin-left: 33.333333% !important;
  }

  .lg\:tw-mt-5\/12{
    margin-top: 41.666667% !important;
  }

  .lg\:tw-mr-5\/12{
    margin-right: 41.666667% !important;
  }

  .lg\:tw-mb-5\/12{
    margin-bottom: 41.666667% !important;
  }

  .lg\:tw-ml-5\/12{
    margin-left: 41.666667% !important;
  }

  .lg\:tw-mt-6\/12{
    margin-top: 50% !important;
  }

  .lg\:tw-mr-6\/12{
    margin-right: 50% !important;
  }

  .lg\:tw-mb-6\/12{
    margin-bottom: 50% !important;
  }

  .lg\:tw-ml-6\/12{
    margin-left: 50% !important;
  }

  .lg\:tw-mt-7\/12{
    margin-top: 58.333333% !important;
  }

  .lg\:tw-mr-7\/12{
    margin-right: 58.333333% !important;
  }

  .lg\:tw-mb-7\/12{
    margin-bottom: 58.333333% !important;
  }

  .lg\:tw-ml-7\/12{
    margin-left: 58.333333% !important;
  }

  .lg\:tw-mt-8\/12{
    margin-top: 66.666667% !important;
  }

  .lg\:tw-mr-8\/12{
    margin-right: 66.666667% !important;
  }

  .lg\:tw-mb-8\/12{
    margin-bottom: 66.666667% !important;
  }

  .lg\:tw-ml-8\/12{
    margin-left: 66.666667% !important;
  }

  .lg\:tw-mt-9\/12{
    margin-top: 75% !important;
  }

  .lg\:tw-mr-9\/12{
    margin-right: 75% !important;
  }

  .lg\:tw-mb-9\/12{
    margin-bottom: 75% !important;
  }

  .lg\:tw-ml-9\/12{
    margin-left: 75% !important;
  }

  .lg\:tw-mt-10\/12{
    margin-top: 83.333333% !important;
  }

  .lg\:tw-mr-10\/12{
    margin-right: 83.333333% !important;
  }

  .lg\:tw-mb-10\/12{
    margin-bottom: 83.333333% !important;
  }

  .lg\:tw-ml-10\/12{
    margin-left: 83.333333% !important;
  }

  .lg\:tw-mt-11\/12{
    margin-top: 91.666667% !important;
  }

  .lg\:tw-mr-11\/12{
    margin-right: 91.666667% !important;
  }

  .lg\:tw-mb-11\/12{
    margin-bottom: 91.666667% !important;
  }

  .lg\:tw-ml-11\/12{
    margin-left: 91.666667% !important;
  }

  .lg\:tw-mt-full{
    margin-top: 100% !important;
  }

  .lg\:tw-mr-full{
    margin-right: 100% !important;
  }

  .lg\:tw-mb-full{
    margin-bottom: 100% !important;
  }

  .lg\:tw-ml-full{
    margin-left: 100% !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-7{
    margin-top: -1.75rem !important;
  }

  .lg\:tw--mr-7{
    margin-right: -1.75rem !important;
  }

  .lg\:tw--mb-7{
    margin-bottom: -1.75rem !important;
  }

  .lg\:tw--ml-7{
    margin-left: -1.75rem !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-9{
    margin-top: -2.25rem !important;
  }

  .lg\:tw--mr-9{
    margin-right: -2.25rem !important;
  }

  .lg\:tw--mb-9{
    margin-bottom: -2.25rem !important;
  }

  .lg\:tw--ml-9{
    margin-left: -2.25rem !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-11{
    margin-top: -2.75rem !important;
  }

  .lg\:tw--mr-11{
    margin-right: -2.75rem !important;
  }

  .lg\:tw--mb-11{
    margin-bottom: -2.75rem !important;
  }

  .lg\:tw--ml-11{
    margin-left: -2.75rem !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-13{
    margin-top: -3.25rem !important;
  }

  .lg\:tw--mr-13{
    margin-right: -3.25rem !important;
  }

  .lg\:tw--mb-13{
    margin-bottom: -3.25rem !important;
  }

  .lg\:tw--ml-13{
    margin-left: -3.25rem !important;
  }

  .lg\:tw--mt-14{
    margin-top: -3.5rem !important;
  }

  .lg\:tw--mr-14{
    margin-right: -3.5rem !important;
  }

  .lg\:tw--mb-14{
    margin-bottom: -3.5rem !important;
  }

  .lg\:tw--ml-14{
    margin-left: -3.5rem !important;
  }

  .lg\:tw--mt-15{
    margin-top: -3.75rem !important;
  }

  .lg\:tw--mr-15{
    margin-right: -3.75rem !important;
  }

  .lg\:tw--mb-15{
    margin-bottom: -3.75rem !important;
  }

  .lg\:tw--ml-15{
    margin-left: -3.75rem !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-28{
    margin-top: -7rem !important;
  }

  .lg\:tw--mr-28{
    margin-right: -7rem !important;
  }

  .lg\:tw--mb-28{
    margin-bottom: -7rem !important;
  }

  .lg\:tw--ml-28{
    margin-left: -7rem !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-60{
    margin-top: -15rem !important;
  }

  .lg\:tw--mr-60{
    margin-right: -15rem !important;
  }

  .lg\:tw--mb-60{
    margin-bottom: -15rem !important;
  }

  .lg\:tw--ml-60{
    margin-left: -15rem !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-72{
    margin-top: -18rem !important;
  }

  .lg\:tw--mr-72{
    margin-right: -18rem !important;
  }

  .lg\:tw--mb-72{
    margin-bottom: -18rem !important;
  }

  .lg\:tw--ml-72{
    margin-left: -18rem !important;
  }

  .lg\:tw--mt-80{
    margin-top: -20rem !important;
  }

  .lg\:tw--mr-80{
    margin-right: -20rem !important;
  }

  .lg\:tw--mb-80{
    margin-bottom: -20rem !important;
  }

  .lg\:tw--ml-80{
    margin-left: -20rem !important;
  }

  .lg\:tw--mt-96{
    margin-top: -24rem !important;
  }

  .lg\:tw--mr-96{
    margin-right: -24rem !important;
  }

  .lg\:tw--mb-96{
    margin-bottom: -24rem !important;
  }

  .lg\:tw--ml-96{
    margin-left: -24rem !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\/2{
    margin-top: -50% !important;
  }

  .lg\:tw--mr-1\/2{
    margin-right: -50% !important;
  }

  .lg\:tw--mb-1\/2{
    margin-bottom: -50% !important;
  }

  .lg\:tw--ml-1\/2{
    margin-left: -50% !important;
  }

  .lg\:tw--mt-1\/3{
    margin-top: -33.33333% !important;
  }

  .lg\:tw--mr-1\/3{
    margin-right: -33.33333% !important;
  }

  .lg\:tw--mb-1\/3{
    margin-bottom: -33.33333% !important;
  }

  .lg\:tw--ml-1\/3{
    margin-left: -33.33333% !important;
  }

  .lg\:tw--mt-2\/3{
    margin-top: -66.66667% !important;
  }

  .lg\:tw--mr-2\/3{
    margin-right: -66.66667% !important;
  }

  .lg\:tw--mb-2\/3{
    margin-bottom: -66.66667% !important;
  }

  .lg\:tw--ml-2\/3{
    margin-left: -66.66667% !important;
  }

  .lg\:tw--mt-1\/4{
    margin-top: -25% !important;
  }

  .lg\:tw--mr-1\/4{
    margin-right: -25% !important;
  }

  .lg\:tw--mb-1\/4{
    margin-bottom: -25% !important;
  }

  .lg\:tw--ml-1\/4{
    margin-left: -25% !important;
  }

  .lg\:tw--mt-2\/4{
    margin-top: -50% !important;
  }

  .lg\:tw--mr-2\/4{
    margin-right: -50% !important;
  }

  .lg\:tw--mb-2\/4{
    margin-bottom: -50% !important;
  }

  .lg\:tw--ml-2\/4{
    margin-left: -50% !important;
  }

  .lg\:tw--mt-3\/4{
    margin-top: -75% !important;
  }

  .lg\:tw--mr-3\/4{
    margin-right: -75% !important;
  }

  .lg\:tw--mb-3\/4{
    margin-bottom: -75% !important;
  }

  .lg\:tw--ml-3\/4{
    margin-left: -75% !important;
  }

  .lg\:tw--mt-1\/5{
    margin-top: -20% !important;
  }

  .lg\:tw--mr-1\/5{
    margin-right: -20% !important;
  }

  .lg\:tw--mb-1\/5{
    margin-bottom: -20% !important;
  }

  .lg\:tw--ml-1\/5{
    margin-left: -20% !important;
  }

  .lg\:tw--mt-2\/5{
    margin-top: -40% !important;
  }

  .lg\:tw--mr-2\/5{
    margin-right: -40% !important;
  }

  .lg\:tw--mb-2\/5{
    margin-bottom: -40% !important;
  }

  .lg\:tw--ml-2\/5{
    margin-left: -40% !important;
  }

  .lg\:tw--mt-3\/5{
    margin-top: -60% !important;
  }

  .lg\:tw--mr-3\/5{
    margin-right: -60% !important;
  }

  .lg\:tw--mb-3\/5{
    margin-bottom: -60% !important;
  }

  .lg\:tw--ml-3\/5{
    margin-left: -60% !important;
  }

  .lg\:tw--mt-4\/5{
    margin-top: -80% !important;
  }

  .lg\:tw--mr-4\/5{
    margin-right: -80% !important;
  }

  .lg\:tw--mb-4\/5{
    margin-bottom: -80% !important;
  }

  .lg\:tw--ml-4\/5{
    margin-left: -80% !important;
  }

  .lg\:tw--mt-1\/6{
    margin-top: -16.66667% !important;
  }

  .lg\:tw--mr-1\/6{
    margin-right: -16.66667% !important;
  }

  .lg\:tw--mb-1\/6{
    margin-bottom: -16.66667% !important;
  }

  .lg\:tw--ml-1\/6{
    margin-left: -16.66667% !important;
  }

  .lg\:tw--mt-2\/6{
    margin-top: -33.33333% !important;
  }

  .lg\:tw--mr-2\/6{
    margin-right: -33.33333% !important;
  }

  .lg\:tw--mb-2\/6{
    margin-bottom: -33.33333% !important;
  }

  .lg\:tw--ml-2\/6{
    margin-left: -33.33333% !important;
  }

  .lg\:tw--mt-3\/6{
    margin-top: -50% !important;
  }

  .lg\:tw--mr-3\/6{
    margin-right: -50% !important;
  }

  .lg\:tw--mb-3\/6{
    margin-bottom: -50% !important;
  }

  .lg\:tw--ml-3\/6{
    margin-left: -50% !important;
  }

  .lg\:tw--mt-4\/6{
    margin-top: -66.66667% !important;
  }

  .lg\:tw--mr-4\/6{
    margin-right: -66.66667% !important;
  }

  .lg\:tw--mb-4\/6{
    margin-bottom: -66.66667% !important;
  }

  .lg\:tw--ml-4\/6{
    margin-left: -66.66667% !important;
  }

  .lg\:tw--mt-5\/6{
    margin-top: -83.33333% !important;
  }

  .lg\:tw--mr-5\/6{
    margin-right: -83.33333% !important;
  }

  .lg\:tw--mb-5\/6{
    margin-bottom: -83.33333% !important;
  }

  .lg\:tw--ml-5\/6{
    margin-left: -83.33333% !important;
  }

  .lg\:tw--mt-1\/12{
    margin-top: -8.33333% !important;
  }

  .lg\:tw--mr-1\/12{
    margin-right: -8.33333% !important;
  }

  .lg\:tw--mb-1\/12{
    margin-bottom: -8.33333% !important;
  }

  .lg\:tw--ml-1\/12{
    margin-left: -8.33333% !important;
  }

  .lg\:tw--mt-2\/12{
    margin-top: -16.66667% !important;
  }

  .lg\:tw--mr-2\/12{
    margin-right: -16.66667% !important;
  }

  .lg\:tw--mb-2\/12{
    margin-bottom: -16.66667% !important;
  }

  .lg\:tw--ml-2\/12{
    margin-left: -16.66667% !important;
  }

  .lg\:tw--mt-3\/12{
    margin-top: -25% !important;
  }

  .lg\:tw--mr-3\/12{
    margin-right: -25% !important;
  }

  .lg\:tw--mb-3\/12{
    margin-bottom: -25% !important;
  }

  .lg\:tw--ml-3\/12{
    margin-left: -25% !important;
  }

  .lg\:tw--mt-4\/12{
    margin-top: -33.33333% !important;
  }

  .lg\:tw--mr-4\/12{
    margin-right: -33.33333% !important;
  }

  .lg\:tw--mb-4\/12{
    margin-bottom: -33.33333% !important;
  }

  .lg\:tw--ml-4\/12{
    margin-left: -33.33333% !important;
  }

  .lg\:tw--mt-5\/12{
    margin-top: -41.66667% !important;
  }

  .lg\:tw--mr-5\/12{
    margin-right: -41.66667% !important;
  }

  .lg\:tw--mb-5\/12{
    margin-bottom: -41.66667% !important;
  }

  .lg\:tw--ml-5\/12{
    margin-left: -41.66667% !important;
  }

  .lg\:tw--mt-6\/12{
    margin-top: -50% !important;
  }

  .lg\:tw--mr-6\/12{
    margin-right: -50% !important;
  }

  .lg\:tw--mb-6\/12{
    margin-bottom: -50% !important;
  }

  .lg\:tw--ml-6\/12{
    margin-left: -50% !important;
  }

  .lg\:tw--mt-7\/12{
    margin-top: -58.33333% !important;
  }

  .lg\:tw--mr-7\/12{
    margin-right: -58.33333% !important;
  }

  .lg\:tw--mb-7\/12{
    margin-bottom: -58.33333% !important;
  }

  .lg\:tw--ml-7\/12{
    margin-left: -58.33333% !important;
  }

  .lg\:tw--mt-8\/12{
    margin-top: -66.66667% !important;
  }

  .lg\:tw--mr-8\/12{
    margin-right: -66.66667% !important;
  }

  .lg\:tw--mb-8\/12{
    margin-bottom: -66.66667% !important;
  }

  .lg\:tw--ml-8\/12{
    margin-left: -66.66667% !important;
  }

  .lg\:tw--mt-9\/12{
    margin-top: -75% !important;
  }

  .lg\:tw--mr-9\/12{
    margin-right: -75% !important;
  }

  .lg\:tw--mb-9\/12{
    margin-bottom: -75% !important;
  }

  .lg\:tw--ml-9\/12{
    margin-left: -75% !important;
  }

  .lg\:tw--mt-10\/12{
    margin-top: -83.33333% !important;
  }

  .lg\:tw--mr-10\/12{
    margin-right: -83.33333% !important;
  }

  .lg\:tw--mb-10\/12{
    margin-bottom: -83.33333% !important;
  }

  .lg\:tw--ml-10\/12{
    margin-left: -83.33333% !important;
  }

  .lg\:tw--mt-11\/12{
    margin-top: -91.66667% !important;
  }

  .lg\:tw--mr-11\/12{
    margin-right: -91.66667% !important;
  }

  .lg\:tw--mb-11\/12{
    margin-bottom: -91.66667% !important;
  }

  .lg\:tw--ml-11\/12{
    margin-left: -91.66667% !important;
  }

  .lg\:tw--mt-full{
    margin-top: -100% !important;
  }

  .lg\:tw--mr-full{
    margin-right: -100% !important;
  }

  .lg\:tw--mb-full{
    margin-bottom: -100% !important;
  }

  .lg\:tw--ml-full{
    margin-left: -100% !important;
  }

  .lg\:tw-max-h-0{
    max-height: 0 !important;
  }

  .lg\:tw-max-h-1{
    max-height: 0.25rem !important;
  }

  .lg\:tw-max-h-2{
    max-height: 0.5rem !important;
  }

  .lg\:tw-max-h-3{
    max-height: 0.75rem !important;
  }

  .lg\:tw-max-h-4{
    max-height: 1rem !important;
  }

  .lg\:tw-max-h-5{
    max-height: 1.25rem !important;
  }

  .lg\:tw-max-h-6{
    max-height: 1.5rem !important;
  }

  .lg\:tw-max-h-7{
    max-height: 1.75rem !important;
  }

  .lg\:tw-max-h-8{
    max-height: 2rem !important;
  }

  .lg\:tw-max-h-9{
    max-height: 2.25rem !important;
  }

  .lg\:tw-max-h-10{
    max-height: 2.5rem !important;
  }

  .lg\:tw-max-h-11{
    max-height: 2.75rem !important;
  }

  .lg\:tw-max-h-12{
    max-height: 3rem !important;
  }

  .lg\:tw-max-h-13{
    max-height: 3.25rem !important;
  }

  .lg\:tw-max-h-14{
    max-height: 3.5rem !important;
  }

  .lg\:tw-max-h-15{
    max-height: 3.75rem !important;
  }

  .lg\:tw-max-h-16{
    max-height: 4rem !important;
  }

  .lg\:tw-max-h-20{
    max-height: 5rem !important;
  }

  .lg\:tw-max-h-24{
    max-height: 6rem !important;
  }

  .lg\:tw-max-h-28{
    max-height: 7rem !important;
  }

  .lg\:tw-max-h-32{
    max-height: 8rem !important;
  }

  .lg\:tw-max-h-36{
    max-height: 9rem !important;
  }

  .lg\:tw-max-h-40{
    max-height: 10rem !important;
  }

  .lg\:tw-max-h-48{
    max-height: 12rem !important;
  }

  .lg\:tw-max-h-56{
    max-height: 14rem !important;
  }

  .lg\:tw-max-h-60{
    max-height: 15rem !important;
  }

  .lg\:tw-max-h-64{
    max-height: 16rem !important;
  }

  .lg\:tw-max-h-72{
    max-height: 18rem !important;
  }

  .lg\:tw-max-h-80{
    max-height: 20rem !important;
  }

  .lg\:tw-max-h-96{
    max-height: 24rem !important;
  }

  .lg\:tw-max-h-screen{
    max-height: 100vh !important;
  }

  .lg\:tw-max-h-px{
    max-height: 1px !important;
  }

  .lg\:tw-max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .lg\:tw-max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .lg\:tw-max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .lg\:tw-max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .lg\:tw-max-h-1\/2{
    max-height: 50% !important;
  }

  .lg\:tw-max-h-1\/3{
    max-height: 33.333333% !important;
  }

  .lg\:tw-max-h-2\/3{
    max-height: 66.666667% !important;
  }

  .lg\:tw-max-h-1\/4{
    max-height: 25% !important;
  }

  .lg\:tw-max-h-2\/4{
    max-height: 50% !important;
  }

  .lg\:tw-max-h-3\/4{
    max-height: 75% !important;
  }

  .lg\:tw-max-h-1\/5{
    max-height: 20% !important;
  }

  .lg\:tw-max-h-2\/5{
    max-height: 40% !important;
  }

  .lg\:tw-max-h-3\/5{
    max-height: 60% !important;
  }

  .lg\:tw-max-h-4\/5{
    max-height: 80% !important;
  }

  .lg\:tw-max-h-1\/6{
    max-height: 16.666667% !important;
  }

  .lg\:tw-max-h-2\/6{
    max-height: 33.333333% !important;
  }

  .lg\:tw-max-h-3\/6{
    max-height: 50% !important;
  }

  .lg\:tw-max-h-4\/6{
    max-height: 66.666667% !important;
  }

  .lg\:tw-max-h-5\/6{
    max-height: 83.333333% !important;
  }

  .lg\:tw-max-h-1\/12{
    max-height: 8.333333% !important;
  }

  .lg\:tw-max-h-2\/12{
    max-height: 16.666667% !important;
  }

  .lg\:tw-max-h-3\/12{
    max-height: 25% !important;
  }

  .lg\:tw-max-h-4\/12{
    max-height: 33.333333% !important;
  }

  .lg\:tw-max-h-5\/12{
    max-height: 41.666667% !important;
  }

  .lg\:tw-max-h-6\/12{
    max-height: 50% !important;
  }

  .lg\:tw-max-h-7\/12{
    max-height: 58.333333% !important;
  }

  .lg\:tw-max-h-8\/12{
    max-height: 66.666667% !important;
  }

  .lg\:tw-max-h-9\/12{
    max-height: 75% !important;
  }

  .lg\:tw-max-h-10\/12{
    max-height: 83.333333% !important;
  }

  .lg\:tw-max-h-11\/12{
    max-height: 91.666667% !important;
  }

  .lg\:tw-max-h-full{
    max-height: 100% !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-7xl{
    max-width: 80rem !important;
  }

  .lg\:tw-max-w-full{
    max-width: 100% !important;
  }

  .lg\:tw-max-w-min-content{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .lg\:tw-max-w-max-content{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .lg\:tw-max-w-screen-sm{
    max-width: 576px !important;
  }

  .lg\:tw-max-w-screen-md{
    max-width: 768px !important;
  }

  .lg\:tw-max-w-screen-lg{
    max-width: 992px !important;
  }

  .lg\:tw-max-w-screen-xl{
    max-width: 1200px !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-full{
    min-width: 100% !important;
  }

  .lg\:tw-min-w-min-content{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .lg\:tw-min-w-max-content{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !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\: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-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-7{
    padding: 1.75rem !important;
  }

  .lg\:tw-p-8{
    padding: 2rem !important;
  }

  .lg\:tw-p-9{
    padding: 2.25rem !important;
  }

  .lg\:tw-p-10{
    padding: 2.5rem !important;
  }

  .lg\:tw-p-11{
    padding: 2.75rem !important;
  }

  .lg\:tw-p-12{
    padding: 3rem !important;
  }

  .lg\:tw-p-13{
    padding: 3.25rem !important;
  }

  .lg\:tw-p-14{
    padding: 3.5rem !important;
  }

  .lg\:tw-p-15{
    padding: 3.75rem !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-28{
    padding: 7rem !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-60{
    padding: 15rem !important;
  }

  .lg\:tw-p-64{
    padding: 16rem !important;
  }

  .lg\:tw-p-72{
    padding: 18rem !important;
  }

  .lg\:tw-p-80{
    padding: 20rem !important;
  }

  .lg\:tw-p-96{
    padding: 24rem !important;
  }

  .lg\:tw-p-px{
    padding: 1px !important;
  }

  .lg\:tw-p-0\.5{
    padding: 0.125rem !important;
  }

  .lg\:tw-p-1\.5{
    padding: 0.375rem !important;
  }

  .lg\:tw-p-2\.5{
    padding: 0.625rem !important;
  }

  .lg\:tw-p-3\.5{
    padding: 0.875rem !important;
  }

  .lg\:tw-p-1\/2{
    padding: 50% !important;
  }

  .lg\:tw-p-1\/3{
    padding: 33.333333% !important;
  }

  .lg\:tw-p-2\/3{
    padding: 66.666667% !important;
  }

  .lg\:tw-p-1\/4{
    padding: 25% !important;
  }

  .lg\:tw-p-2\/4{
    padding: 50% !important;
  }

  .lg\:tw-p-3\/4{
    padding: 75% !important;
  }

  .lg\:tw-p-1\/5{
    padding: 20% !important;
  }

  .lg\:tw-p-2\/5{
    padding: 40% !important;
  }

  .lg\:tw-p-3\/5{
    padding: 60% !important;
  }

  .lg\:tw-p-4\/5{
    padding: 80% !important;
  }

  .lg\:tw-p-1\/6{
    padding: 16.666667% !important;
  }

  .lg\:tw-p-2\/6{
    padding: 33.333333% !important;
  }

  .lg\:tw-p-3\/6{
    padding: 50% !important;
  }

  .lg\:tw-p-4\/6{
    padding: 66.666667% !important;
  }

  .lg\:tw-p-5\/6{
    padding: 83.333333% !important;
  }

  .lg\:tw-p-1\/12{
    padding: 8.333333% !important;
  }

  .lg\:tw-p-2\/12{
    padding: 16.666667% !important;
  }

  .lg\:tw-p-3\/12{
    padding: 25% !important;
  }

  .lg\:tw-p-4\/12{
    padding: 33.333333% !important;
  }

  .lg\:tw-p-5\/12{
    padding: 41.666667% !important;
  }

  .lg\:tw-p-6\/12{
    padding: 50% !important;
  }

  .lg\:tw-p-7\/12{
    padding: 58.333333% !important;
  }

  .lg\:tw-p-8\/12{
    padding: 66.666667% !important;
  }

  .lg\:tw-p-9\/12{
    padding: 75% !important;
  }

  .lg\:tw-p-10\/12{
    padding: 83.333333% !important;
  }

  .lg\:tw-p-11\/12{
    padding: 91.666667% !important;
  }

  .lg\:tw-p-full{
    padding: 100% !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-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .lg\:tw-px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !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-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .lg\:tw-px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !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-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .lg\:tw-px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !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-13{
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .lg\:tw-px-13{
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }

  .lg\:tw-py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg\:tw-px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:tw-py-15{
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .lg\:tw-px-15{
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lg\:tw-px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !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-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .lg\:tw-px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !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-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .lg\:tw-px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .lg\:tw-py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .lg\:tw-px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .lg\:tw-py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .lg\:tw-px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !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: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .lg\:tw-px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .lg\:tw-py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .lg\:tw-px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .lg\:tw-py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .lg\:tw-px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .lg\:tw-py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .lg\:tw-px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .lg\:tw-py-1\/2{
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .lg\:tw-px-1\/2{
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .lg\:tw-py-1\/3{
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .lg\:tw-px-1\/3{
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .lg\:tw-py-2\/3{
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .lg\:tw-px-2\/3{
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .lg\:tw-py-1\/4{
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .lg\:tw-px-1\/4{
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .lg\:tw-py-2\/4{
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .lg\:tw-px-2\/4{
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .lg\:tw-py-3\/4{
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .lg\:tw-px-3\/4{
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .lg\:tw-py-1\/5{
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .lg\:tw-px-1\/5{
    padding-left: 20% !important;
    padding-right: 20% !important;
  }

  .lg\:tw-py-2\/5{
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }

  .lg\:tw-px-2\/5{
    padding-left: 40% !important;
    padding-right: 40% !important;
  }

  .lg\:tw-py-3\/5{
    padding-top: 60% !important;
    padding-bottom: 60% !important;
  }

  .lg\:tw-px-3\/5{
    padding-left: 60% !important;
    padding-right: 60% !important;
  }

  .lg\:tw-py-4\/5{
    padding-top: 80% !important;
    padding-bottom: 80% !important;
  }

  .lg\:tw-px-4\/5{
    padding-left: 80% !important;
    padding-right: 80% !important;
  }

  .lg\:tw-py-1\/6{
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .lg\:tw-px-1\/6{
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .lg\:tw-py-2\/6{
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .lg\:tw-px-2\/6{
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .lg\:tw-py-3\/6{
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .lg\:tw-px-3\/6{
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .lg\:tw-py-4\/6{
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .lg\:tw-px-4\/6{
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .lg\:tw-py-5\/6{
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .lg\:tw-px-5\/6{
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .lg\:tw-py-1\/12{
    padding-top: 8.333333% !important;
    padding-bottom: 8.333333% !important;
  }

  .lg\:tw-px-1\/12{
    padding-left: 8.333333% !important;
    padding-right: 8.333333% !important;
  }

  .lg\:tw-py-2\/12{
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .lg\:tw-px-2\/12{
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .lg\:tw-py-3\/12{
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .lg\:tw-px-3\/12{
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .lg\:tw-py-4\/12{
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .lg\:tw-px-4\/12{
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .lg\:tw-py-5\/12{
    padding-top: 41.666667% !important;
    padding-bottom: 41.666667% !important;
  }

  .lg\:tw-px-5\/12{
    padding-left: 41.666667% !important;
    padding-right: 41.666667% !important;
  }

  .lg\:tw-py-6\/12{
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .lg\:tw-px-6\/12{
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .lg\:tw-py-7\/12{
    padding-top: 58.333333% !important;
    padding-bottom: 58.333333% !important;
  }

  .lg\:tw-px-7\/12{
    padding-left: 58.333333% !important;
    padding-right: 58.333333% !important;
  }

  .lg\:tw-py-8\/12{
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .lg\:tw-px-8\/12{
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .lg\:tw-py-9\/12{
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .lg\:tw-px-9\/12{
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .lg\:tw-py-10\/12{
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .lg\:tw-px-10\/12{
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .lg\:tw-py-11\/12{
    padding-top: 91.666667% !important;
    padding-bottom: 91.666667% !important;
  }

  .lg\:tw-px-11\/12{
    padding-left: 91.666667% !important;
    padding-right: 91.666667% !important;
  }

  .lg\:tw-py-full{
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }

  .lg\:tw-px-full{
    padding-left: 100% !important;
    padding-right: 100% !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-7{
    padding-top: 1.75rem !important;
  }

  .lg\:tw-pr-7{
    padding-right: 1.75rem !important;
  }

  .lg\:tw-pb-7{
    padding-bottom: 1.75rem !important;
  }

  .lg\:tw-pl-7{
    padding-left: 1.75rem !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-9{
    padding-top: 2.25rem !important;
  }

  .lg\:tw-pr-9{
    padding-right: 2.25rem !important;
  }

  .lg\:tw-pb-9{
    padding-bottom: 2.25rem !important;
  }

  .lg\:tw-pl-9{
    padding-left: 2.25rem !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-11{
    padding-top: 2.75rem !important;
  }

  .lg\:tw-pr-11{
    padding-right: 2.75rem !important;
  }

  .lg\:tw-pb-11{
    padding-bottom: 2.75rem !important;
  }

  .lg\:tw-pl-11{
    padding-left: 2.75rem !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-13{
    padding-top: 3.25rem !important;
  }

  .lg\:tw-pr-13{
    padding-right: 3.25rem !important;
  }

  .lg\:tw-pb-13{
    padding-bottom: 3.25rem !important;
  }

  .lg\:tw-pl-13{
    padding-left: 3.25rem !important;
  }

  .lg\:tw-pt-14{
    padding-top: 3.5rem !important;
  }

  .lg\:tw-pr-14{
    padding-right: 3.5rem !important;
  }

  .lg\:tw-pb-14{
    padding-bottom: 3.5rem !important;
  }

  .lg\:tw-pl-14{
    padding-left: 3.5rem !important;
  }

  .lg\:tw-pt-15{
    padding-top: 3.75rem !important;
  }

  .lg\:tw-pr-15{
    padding-right: 3.75rem !important;
  }

  .lg\:tw-pb-15{
    padding-bottom: 3.75rem !important;
  }

  .lg\:tw-pl-15{
    padding-left: 3.75rem !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-28{
    padding-top: 7rem !important;
  }

  .lg\:tw-pr-28{
    padding-right: 7rem !important;
  }

  .lg\:tw-pb-28{
    padding-bottom: 7rem !important;
  }

  .lg\:tw-pl-28{
    padding-left: 7rem !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-60{
    padding-top: 15rem !important;
  }

  .lg\:tw-pr-60{
    padding-right: 15rem !important;
  }

  .lg\:tw-pb-60{
    padding-bottom: 15rem !important;
  }

  .lg\:tw-pl-60{
    padding-left: 15rem !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-72{
    padding-top: 18rem !important;
  }

  .lg\:tw-pr-72{
    padding-right: 18rem !important;
  }

  .lg\:tw-pb-72{
    padding-bottom: 18rem !important;
  }

  .lg\:tw-pl-72{
    padding-left: 18rem !important;
  }

  .lg\:tw-pt-80{
    padding-top: 20rem !important;
  }

  .lg\:tw-pr-80{
    padding-right: 20rem !important;
  }

  .lg\:tw-pb-80{
    padding-bottom: 20rem !important;
  }

  .lg\:tw-pl-80{
    padding-left: 20rem !important;
  }

  .lg\:tw-pt-96{
    padding-top: 24rem !important;
  }

  .lg\:tw-pr-96{
    padding-right: 24rem !important;
  }

  .lg\:tw-pb-96{
    padding-bottom: 24rem !important;
  }

  .lg\:tw-pl-96{
    padding-left: 24rem !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: 0.125rem !important;
  }

  .lg\:tw-pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .lg\:tw-pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .lg\:tw-pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .lg\:tw-pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .lg\:tw-pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .lg\:tw-pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .lg\:tw-pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .lg\:tw-pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .lg\:tw-pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .lg\:tw-pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .lg\:tw-pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .lg\:tw-pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .lg\:tw-pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .lg\:tw-pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .lg\:tw-pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .lg\:tw-pt-1\/2{
    padding-top: 50% !important;
  }

  .lg\:tw-pr-1\/2{
    padding-right: 50% !important;
  }

  .lg\:tw-pb-1\/2{
    padding-bottom: 50% !important;
  }

  .lg\:tw-pl-1\/2{
    padding-left: 50% !important;
  }

  .lg\:tw-pt-1\/3{
    padding-top: 33.333333% !important;
  }

  .lg\:tw-pr-1\/3{
    padding-right: 33.333333% !important;
  }

  .lg\:tw-pb-1\/3{
    padding-bottom: 33.333333% !important;
  }

  .lg\:tw-pl-1\/3{
    padding-left: 33.333333% !important;
  }

  .lg\:tw-pt-2\/3{
    padding-top: 66.666667% !important;
  }

  .lg\:tw-pr-2\/3{
    padding-right: 66.666667% !important;
  }

  .lg\:tw-pb-2\/3{
    padding-bottom: 66.666667% !important;
  }

  .lg\:tw-pl-2\/3{
    padding-left: 66.666667% !important;
  }

  .lg\:tw-pt-1\/4{
    padding-top: 25% !important;
  }

  .lg\:tw-pr-1\/4{
    padding-right: 25% !important;
  }

  .lg\:tw-pb-1\/4{
    padding-bottom: 25% !important;
  }

  .lg\:tw-pl-1\/4{
    padding-left: 25% !important;
  }

  .lg\:tw-pt-2\/4{
    padding-top: 50% !important;
  }

  .lg\:tw-pr-2\/4{
    padding-right: 50% !important;
  }

  .lg\:tw-pb-2\/4{
    padding-bottom: 50% !important;
  }

  .lg\:tw-pl-2\/4{
    padding-left: 50% !important;
  }

  .lg\:tw-pt-3\/4{
    padding-top: 75% !important;
  }

  .lg\:tw-pr-3\/4{
    padding-right: 75% !important;
  }

  .lg\:tw-pb-3\/4{
    padding-bottom: 75% !important;
  }

  .lg\:tw-pl-3\/4{
    padding-left: 75% !important;
  }

  .lg\:tw-pt-1\/5{
    padding-top: 20% !important;
  }

  .lg\:tw-pr-1\/5{
    padding-right: 20% !important;
  }

  .lg\:tw-pb-1\/5{
    padding-bottom: 20% !important;
  }

  .lg\:tw-pl-1\/5{
    padding-left: 20% !important;
  }

  .lg\:tw-pt-2\/5{
    padding-top: 40% !important;
  }

  .lg\:tw-pr-2\/5{
    padding-right: 40% !important;
  }

  .lg\:tw-pb-2\/5{
    padding-bottom: 40% !important;
  }

  .lg\:tw-pl-2\/5{
    padding-left: 40% !important;
  }

  .lg\:tw-pt-3\/5{
    padding-top: 60% !important;
  }

  .lg\:tw-pr-3\/5{
    padding-right: 60% !important;
  }

  .lg\:tw-pb-3\/5{
    padding-bottom: 60% !important;
  }

  .lg\:tw-pl-3\/5{
    padding-left: 60% !important;
  }

  .lg\:tw-pt-4\/5{
    padding-top: 80% !important;
  }

  .lg\:tw-pr-4\/5{
    padding-right: 80% !important;
  }

  .lg\:tw-pb-4\/5{
    padding-bottom: 80% !important;
  }

  .lg\:tw-pl-4\/5{
    padding-left: 80% !important;
  }

  .lg\:tw-pt-1\/6{
    padding-top: 16.666667% !important;
  }

  .lg\:tw-pr-1\/6{
    padding-right: 16.666667% !important;
  }

  .lg\:tw-pb-1\/6{
    padding-bottom: 16.666667% !important;
  }

  .lg\:tw-pl-1\/6{
    padding-left: 16.666667% !important;
  }

  .lg\:tw-pt-2\/6{
    padding-top: 33.333333% !important;
  }

  .lg\:tw-pr-2\/6{
    padding-right: 33.333333% !important;
  }

  .lg\:tw-pb-2\/6{
    padding-bottom: 33.333333% !important;
  }

  .lg\:tw-pl-2\/6{
    padding-left: 33.333333% !important;
  }

  .lg\:tw-pt-3\/6{
    padding-top: 50% !important;
  }

  .lg\:tw-pr-3\/6{
    padding-right: 50% !important;
  }

  .lg\:tw-pb-3\/6{
    padding-bottom: 50% !important;
  }

  .lg\:tw-pl-3\/6{
    padding-left: 50% !important;
  }

  .lg\:tw-pt-4\/6{
    padding-top: 66.666667% !important;
  }

  .lg\:tw-pr-4\/6{
    padding-right: 66.666667% !important;
  }

  .lg\:tw-pb-4\/6{
    padding-bottom: 66.666667% !important;
  }

  .lg\:tw-pl-4\/6{
    padding-left: 66.666667% !important;
  }

  .lg\:tw-pt-5\/6{
    padding-top: 83.333333% !important;
  }

  .lg\:tw-pr-5\/6{
    padding-right: 83.333333% !important;
  }

  .lg\:tw-pb-5\/6{
    padding-bottom: 83.333333% !important;
  }

  .lg\:tw-pl-5\/6{
    padding-left: 83.333333% !important;
  }

  .lg\:tw-pt-1\/12{
    padding-top: 8.333333% !important;
  }

  .lg\:tw-pr-1\/12{
    padding-right: 8.333333% !important;
  }

  .lg\:tw-pb-1\/12{
    padding-bottom: 8.333333% !important;
  }

  .lg\:tw-pl-1\/12{
    padding-left: 8.333333% !important;
  }

  .lg\:tw-pt-2\/12{
    padding-top: 16.666667% !important;
  }

  .lg\:tw-pr-2\/12{
    padding-right: 16.666667% !important;
  }

  .lg\:tw-pb-2\/12{
    padding-bottom: 16.666667% !important;
  }

  .lg\:tw-pl-2\/12{
    padding-left: 16.666667% !important;
  }

  .lg\:tw-pt-3\/12{
    padding-top: 25% !important;
  }

  .lg\:tw-pr-3\/12{
    padding-right: 25% !important;
  }

  .lg\:tw-pb-3\/12{
    padding-bottom: 25% !important;
  }

  .lg\:tw-pl-3\/12{
    padding-left: 25% !important;
  }

  .lg\:tw-pt-4\/12{
    padding-top: 33.333333% !important;
  }

  .lg\:tw-pr-4\/12{
    padding-right: 33.333333% !important;
  }

  .lg\:tw-pb-4\/12{
    padding-bottom: 33.333333% !important;
  }

  .lg\:tw-pl-4\/12{
    padding-left: 33.333333% !important;
  }

  .lg\:tw-pt-5\/12{
    padding-top: 41.666667% !important;
  }

  .lg\:tw-pr-5\/12{
    padding-right: 41.666667% !important;
  }

  .lg\:tw-pb-5\/12{
    padding-bottom: 41.666667% !important;
  }

  .lg\:tw-pl-5\/12{
    padding-left: 41.666667% !important;
  }

  .lg\:tw-pt-6\/12{
    padding-top: 50% !important;
  }

  .lg\:tw-pr-6\/12{
    padding-right: 50% !important;
  }

  .lg\:tw-pb-6\/12{
    padding-bottom: 50% !important;
  }

  .lg\:tw-pl-6\/12{
    padding-left: 50% !important;
  }

  .lg\:tw-pt-7\/12{
    padding-top: 58.333333% !important;
  }

  .lg\:tw-pr-7\/12{
    padding-right: 58.333333% !important;
  }

  .lg\:tw-pb-7\/12{
    padding-bottom: 58.333333% !important;
  }

  .lg\:tw-pl-7\/12{
    padding-left: 58.333333% !important;
  }

  .lg\:tw-pt-8\/12{
    padding-top: 66.666667% !important;
  }

  .lg\:tw-pr-8\/12{
    padding-right: 66.666667% !important;
  }

  .lg\:tw-pb-8\/12{
    padding-bottom: 66.666667% !important;
  }

  .lg\:tw-pl-8\/12{
    padding-left: 66.666667% !important;
  }

  .lg\:tw-pt-9\/12{
    padding-top: 75% !important;
  }

  .lg\:tw-pr-9\/12{
    padding-right: 75% !important;
  }

  .lg\:tw-pb-9\/12{
    padding-bottom: 75% !important;
  }

  .lg\:tw-pl-9\/12{
    padding-left: 75% !important;
  }

  .lg\:tw-pt-10\/12{
    padding-top: 83.333333% !important;
  }

  .lg\:tw-pr-10\/12{
    padding-right: 83.333333% !important;
  }

  .lg\:tw-pb-10\/12{
    padding-bottom: 83.333333% !important;
  }

  .lg\:tw-pl-10\/12{
    padding-left: 83.333333% !important;
  }

  .lg\:tw-pt-11\/12{
    padding-top: 91.666667% !important;
  }

  .lg\:tw-pr-11\/12{
    padding-right: 91.666667% !important;
  }

  .lg\:tw-pb-11\/12{
    padding-bottom: 91.666667% !important;
  }

  .lg\:tw-pl-11\/12{
    padding-left: 91.666667% !important;
  }

  .lg\:tw-pt-full{
    padding-top: 100% !important;
  }

  .lg\:tw-pr-full{
    padding-right: 100% !important;
  }

  .lg\:tw-pb-full{
    padding-bottom: 100% !important;
  }

  .lg\:tw-pl-full{
    padding-left: 100% !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-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cool-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-modal-grey::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-modal-grey::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-modal-grey:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-modal-grey::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-modal-grey::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-separator-grey::-webkit-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .lg\:tw-placeholder-separator-grey::-moz-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .lg\:tw-placeholder-separator-grey:-ms-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .lg\:tw-placeholder-separator-grey::-ms-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .lg\:tw-placeholder-separator-grey::placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .lg\:tw-placeholder-label-grey::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-label-grey::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-label-grey:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-label-grey::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-label-grey::placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-anvesh-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-anvesh-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-anvesh-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-anvesh-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-anvesh-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-anvesh-grey::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-anvesh-grey::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-anvesh-grey:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-anvesh-grey::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-anvesh-grey::placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-anvesh-blue::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-anvesh-blue::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-anvesh-blue:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-anvesh-blue::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-anvesh-blue::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-jira-blue::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-jira-blue::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-jira-blue:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-jira-blue::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-jira-blue::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, 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-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-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-cool-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-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-cool-gray-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-cool-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-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-cool-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-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-cool-gray-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-cool-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-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-cool-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-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-cool-gray-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-cool-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-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-cool-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-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-cool-gray-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-cool-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cool-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-modal-grey:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-modal-grey:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-modal-grey:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-modal-grey:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-modal-grey:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-separator-grey:focus::-webkit-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .lg\:focus\:tw-placeholder-separator-grey:focus::-moz-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .lg\:focus\:tw-placeholder-separator-grey:focus:-ms-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .lg\:focus\:tw-placeholder-separator-grey:focus::-ms-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .lg\:focus\:tw-placeholder-separator-grey:focus::placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .lg\:focus\:tw-placeholder-label-grey:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-label-grey:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-label-grey:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-label-grey:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-label-grey:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-anvesh-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-anvesh-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-anvesh-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-anvesh-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-anvesh-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-anvesh-grey:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-anvesh-grey:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-anvesh-grey:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-anvesh-grey:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-anvesh-grey:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-anvesh-blue:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-anvesh-blue:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-anvesh-blue:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-anvesh-blue:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-anvesh-blue:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-jira-blue:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-jira-blue:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-jira-blue:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-jira-blue:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-jira-blue:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, 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-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .lg\:tw-inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .lg\:tw-inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .lg\:tw-inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .lg\:tw-inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .lg\:tw-inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lg\:tw-inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .lg\:tw-inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .lg\:tw-inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .lg\:tw-inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .lg\:tw-inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .lg\:tw-inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .lg\:tw-inset-13{
    top: 3.25rem !important;
    right: 3.25rem !important;
    bottom: 3.25rem !important;
    left: 3.25rem !important;
  }

  .lg\:tw-inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .lg\:tw-inset-15{
    top: 3.75rem !important;
    right: 3.75rem !important;
    bottom: 3.75rem !important;
    left: 3.75rem !important;
  }

  .lg\:tw-inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .lg\:tw-inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .lg\:tw-inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .lg\:tw-inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .lg\:tw-inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .lg\:tw-inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .lg\:tw-inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .lg\:tw-inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .lg\:tw-inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .lg\:tw-inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .lg\:tw-inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .lg\:tw-inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .lg\:tw-inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .lg\:tw-inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .lg\:tw-inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:tw-inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .lg\:tw-inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .lg\:tw-inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .lg\:tw-inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .lg\:tw-inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .lg\:tw-inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:tw-inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:tw-inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:tw-inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .lg\:tw-inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:tw-inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .lg\:tw-inset-1\/5{
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .lg\:tw-inset-2\/5{
    top: 40% !important;
    right: 40% !important;
    bottom: 40% !important;
    left: 40% !important;
  }

  .lg\:tw-inset-3\/5{
    top: 60% !important;
    right: 60% !important;
    bottom: 60% !important;
    left: 60% !important;
  }

  .lg\:tw-inset-4\/5{
    top: 80% !important;
    right: 80% !important;
    bottom: 80% !important;
    left: 80% !important;
  }

  .lg\:tw-inset-1\/6{
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .lg\:tw-inset-2\/6{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:tw-inset-3\/6{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:tw-inset-4\/6{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:tw-inset-5\/6{
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .lg\:tw-inset-1\/12{
    top: 8.333333% !important;
    right: 8.333333% !important;
    bottom: 8.333333% !important;
    left: 8.333333% !important;
  }

  .lg\:tw-inset-2\/12{
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .lg\:tw-inset-3\/12{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .lg\:tw-inset-4\/12{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:tw-inset-5\/12{
    top: 41.666667% !important;
    right: 41.666667% !important;
    bottom: 41.666667% !important;
    left: 41.666667% !important;
  }

  .lg\:tw-inset-6\/12{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:tw-inset-7\/12{
    top: 58.333333% !important;
    right: 58.333333% !important;
    bottom: 58.333333% !important;
    left: 58.333333% !important;
  }

  .lg\:tw-inset-8\/12{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:tw-inset-9\/12{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .lg\:tw-inset-10\/12{
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .lg\:tw-inset-11\/12{
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

  .lg\:tw-inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !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-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .lg\:tw-inset-x-1{
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .lg\:tw-inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .lg\:tw-inset-x-2{
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .lg\:tw-inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .lg\:tw-inset-x-3{
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .lg\:tw-inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .lg\:tw-inset-x-4{
    right: 1rem !important;
    left: 1rem !important;
  }

  .lg\:tw-inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .lg\:tw-inset-x-5{
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .lg\:tw-inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .lg\:tw-inset-x-6{
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lg\:tw-inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .lg\:tw-inset-x-7{
    right: 1.75rem !important;
    left: 1.75rem !important;
  }

  .lg\:tw-inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .lg\:tw-inset-x-8{
    right: 2rem !important;
    left: 2rem !important;
  }

  .lg\:tw-inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .lg\:tw-inset-x-9{
    right: 2.25rem !important;
    left: 2.25rem !important;
  }

  .lg\:tw-inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .lg\:tw-inset-x-10{
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .lg\:tw-inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .lg\:tw-inset-x-11{
    right: 2.75rem !important;
    left: 2.75rem !important;
  }

  .lg\:tw-inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .lg\:tw-inset-x-12{
    right: 3rem !important;
    left: 3rem !important;
  }

  .lg\:tw-inset-y-13{
    top: 3.25rem !important;
    bottom: 3.25rem !important;
  }

  .lg\:tw-inset-x-13{
    right: 3.25rem !important;
    left: 3.25rem !important;
  }

  .lg\:tw-inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .lg\:tw-inset-x-14{
    right: 3.5rem !important;
    left: 3.5rem !important;
  }

  .lg\:tw-inset-y-15{
    top: 3.75rem !important;
    bottom: 3.75rem !important;
  }

  .lg\:tw-inset-x-15{
    right: 3.75rem !important;
    left: 3.75rem !important;
  }

  .lg\:tw-inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .lg\:tw-inset-x-16{
    right: 4rem !important;
    left: 4rem !important;
  }

  .lg\:tw-inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .lg\:tw-inset-x-20{
    right: 5rem !important;
    left: 5rem !important;
  }

  .lg\:tw-inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .lg\:tw-inset-x-24{
    right: 6rem !important;
    left: 6rem !important;
  }

  .lg\:tw-inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .lg\:tw-inset-x-28{
    right: 7rem !important;
    left: 7rem !important;
  }

  .lg\:tw-inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .lg\:tw-inset-x-32{
    right: 8rem !important;
    left: 8rem !important;
  }

  .lg\:tw-inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .lg\:tw-inset-x-36{
    right: 9rem !important;
    left: 9rem !important;
  }

  .lg\:tw-inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .lg\:tw-inset-x-40{
    right: 10rem !important;
    left: 10rem !important;
  }

  .lg\:tw-inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .lg\:tw-inset-x-48{
    right: 12rem !important;
    left: 12rem !important;
  }

  .lg\:tw-inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .lg\:tw-inset-x-56{
    right: 14rem !important;
    left: 14rem !important;
  }

  .lg\:tw-inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .lg\:tw-inset-x-60{
    right: 15rem !important;
    left: 15rem !important;
  }

  .lg\:tw-inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .lg\:tw-inset-x-64{
    right: 16rem !important;
    left: 16rem !important;
  }

  .lg\:tw-inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .lg\:tw-inset-x-72{
    right: 18rem !important;
    left: 18rem !important;
  }

  .lg\:tw-inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .lg\:tw-inset-x-80{
    right: 20rem !important;
    left: 20rem !important;
  }

  .lg\:tw-inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .lg\:tw-inset-x-96{
    right: 24rem !important;
    left: 24rem !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-inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .lg\:tw-inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .lg\:tw-inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .lg\:tw-inset-x-0\.5{
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .lg\:tw-inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .lg\:tw-inset-x-1\.5{
    right: 0.375rem !important;
    left: 0.375rem !important;
  }

  .lg\:tw-inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .lg\:tw-inset-x-2\.5{
    right: 0.625rem !important;
    left: 0.625rem !important;
  }

  .lg\:tw-inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .lg\:tw-inset-x-3\.5{
    right: 0.875rem !important;
    left: 0.875rem !important;
  }

  .lg\:tw-inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:tw-inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .lg\:tw-inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lg\:tw-inset-x-1\/3{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:tw-inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lg\:tw-inset-x-2\/3{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:tw-inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .lg\:tw-inset-x-1\/4{
    right: 25% !important;
    left: 25% !important;
  }

  .lg\:tw-inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:tw-inset-x-2\/4{
    right: 50% !important;
    left: 50% !important;
  }

  .lg\:tw-inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .lg\:tw-inset-x-3\/4{
    right: 75% !important;
    left: 75% !important;
  }

  .lg\:tw-inset-y-1\/5{
    top: 20% !important;
    bottom: 20% !important;
  }

  .lg\:tw-inset-x-1\/5{
    right: 20% !important;
    left: 20% !important;
  }

  .lg\:tw-inset-y-2\/5{
    top: 40% !important;
    bottom: 40% !important;
  }

  .lg\:tw-inset-x-2\/5{
    right: 40% !important;
    left: 40% !important;
  }

  .lg\:tw-inset-y-3\/5{
    top: 60% !important;
    bottom: 60% !important;
  }

  .lg\:tw-inset-x-3\/5{
    right: 60% !important;
    left: 60% !important;
  }

  .lg\:tw-inset-y-4\/5{
    top: 80% !important;
    bottom: 80% !important;
  }

  .lg\:tw-inset-x-4\/5{
    right: 80% !important;
    left: 80% !important;
  }

  .lg\:tw-inset-y-1\/6{
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .lg\:tw-inset-x-1\/6{
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .lg\:tw-inset-y-2\/6{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lg\:tw-inset-x-2\/6{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:tw-inset-y-3\/6{
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:tw-inset-x-3\/6{
    right: 50% !important;
    left: 50% !important;
  }

  .lg\:tw-inset-y-4\/6{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lg\:tw-inset-x-4\/6{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:tw-inset-y-5\/6{
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .lg\:tw-inset-x-5\/6{
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .lg\:tw-inset-y-1\/12{
    top: 8.333333% !important;
    bottom: 8.333333% !important;
  }

  .lg\:tw-inset-x-1\/12{
    right: 8.333333% !important;
    left: 8.333333% !important;
  }

  .lg\:tw-inset-y-2\/12{
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .lg\:tw-inset-x-2\/12{
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .lg\:tw-inset-y-3\/12{
    top: 25% !important;
    bottom: 25% !important;
  }

  .lg\:tw-inset-x-3\/12{
    right: 25% !important;
    left: 25% !important;
  }

  .lg\:tw-inset-y-4\/12{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lg\:tw-inset-x-4\/12{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:tw-inset-y-5\/12{
    top: 41.666667% !important;
    bottom: 41.666667% !important;
  }

  .lg\:tw-inset-x-5\/12{
    right: 41.666667% !important;
    left: 41.666667% !important;
  }

  .lg\:tw-inset-y-6\/12{
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:tw-inset-x-6\/12{
    right: 50% !important;
    left: 50% !important;
  }

  .lg\:tw-inset-y-7\/12{
    top: 58.333333% !important;
    bottom: 58.333333% !important;
  }

  .lg\:tw-inset-x-7\/12{
    right: 58.333333% !important;
    left: 58.333333% !important;
  }

  .lg\:tw-inset-y-8\/12{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lg\:tw-inset-x-8\/12{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:tw-inset-y-9\/12{
    top: 75% !important;
    bottom: 75% !important;
  }

  .lg\:tw-inset-x-9\/12{
    right: 75% !important;
    left: 75% !important;
  }

  .lg\:tw-inset-y-10\/12{
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .lg\:tw-inset-x-10\/12{
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .lg\:tw-inset-y-11\/12{
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .lg\:tw-inset-x-11\/12{
    right: 91.666667% !important;
    left: 91.666667% !important;
  }

  .lg\:tw-inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .lg\:tw-inset-x-full{
    right: 100% !important;
    left: 100% !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-1{
    top: 0.25rem !important;
  }

  .lg\:tw-right-1{
    right: 0.25rem !important;
  }

  .lg\:tw-bottom-1{
    bottom: 0.25rem !important;
  }

  .lg\:tw-left-1{
    left: 0.25rem !important;
  }

  .lg\:tw-top-2{
    top: 0.5rem !important;
  }

  .lg\:tw-right-2{
    right: 0.5rem !important;
  }

  .lg\:tw-bottom-2{
    bottom: 0.5rem !important;
  }

  .lg\:tw-left-2{
    left: 0.5rem !important;
  }

  .lg\:tw-top-3{
    top: 0.75rem !important;
  }

  .lg\:tw-right-3{
    right: 0.75rem !important;
  }

  .lg\:tw-bottom-3{
    bottom: 0.75rem !important;
  }

  .lg\:tw-left-3{
    left: 0.75rem !important;
  }

  .lg\:tw-top-4{
    top: 1rem !important;
  }

  .lg\:tw-right-4{
    right: 1rem !important;
  }

  .lg\:tw-bottom-4{
    bottom: 1rem !important;
  }

  .lg\:tw-left-4{
    left: 1rem !important;
  }

  .lg\:tw-top-5{
    top: 1.25rem !important;
  }

  .lg\:tw-right-5{
    right: 1.25rem !important;
  }

  .lg\:tw-bottom-5{
    bottom: 1.25rem !important;
  }

  .lg\:tw-left-5{
    left: 1.25rem !important;
  }

  .lg\:tw-top-6{
    top: 1.5rem !important;
  }

  .lg\:tw-right-6{
    right: 1.5rem !important;
  }

  .lg\:tw-bottom-6{
    bottom: 1.5rem !important;
  }

  .lg\:tw-left-6{
    left: 1.5rem !important;
  }

  .lg\:tw-top-7{
    top: 1.75rem !important;
  }

  .lg\:tw-right-7{
    right: 1.75rem !important;
  }

  .lg\:tw-bottom-7{
    bottom: 1.75rem !important;
  }

  .lg\:tw-left-7{
    left: 1.75rem !important;
  }

  .lg\:tw-top-8{
    top: 2rem !important;
  }

  .lg\:tw-right-8{
    right: 2rem !important;
  }

  .lg\:tw-bottom-8{
    bottom: 2rem !important;
  }

  .lg\:tw-left-8{
    left: 2rem !important;
  }

  .lg\:tw-top-9{
    top: 2.25rem !important;
  }

  .lg\:tw-right-9{
    right: 2.25rem !important;
  }

  .lg\:tw-bottom-9{
    bottom: 2.25rem !important;
  }

  .lg\:tw-left-9{
    left: 2.25rem !important;
  }

  .lg\:tw-top-10{
    top: 2.5rem !important;
  }

  .lg\:tw-right-10{
    right: 2.5rem !important;
  }

  .lg\:tw-bottom-10{
    bottom: 2.5rem !important;
  }

  .lg\:tw-left-10{
    left: 2.5rem !important;
  }

  .lg\:tw-top-11{
    top: 2.75rem !important;
  }

  .lg\:tw-right-11{
    right: 2.75rem !important;
  }

  .lg\:tw-bottom-11{
    bottom: 2.75rem !important;
  }

  .lg\:tw-left-11{
    left: 2.75rem !important;
  }

  .lg\:tw-top-12{
    top: 3rem !important;
  }

  .lg\:tw-right-12{
    right: 3rem !important;
  }

  .lg\:tw-bottom-12{
    bottom: 3rem !important;
  }

  .lg\:tw-left-12{
    left: 3rem !important;
  }

  .lg\:tw-top-13{
    top: 3.25rem !important;
  }

  .lg\:tw-right-13{
    right: 3.25rem !important;
  }

  .lg\:tw-bottom-13{
    bottom: 3.25rem !important;
  }

  .lg\:tw-left-13{
    left: 3.25rem !important;
  }

  .lg\:tw-top-14{
    top: 3.5rem !important;
  }

  .lg\:tw-right-14{
    right: 3.5rem !important;
  }

  .lg\:tw-bottom-14{
    bottom: 3.5rem !important;
  }

  .lg\:tw-left-14{
    left: 3.5rem !important;
  }

  .lg\:tw-top-15{
    top: 3.75rem !important;
  }

  .lg\:tw-right-15{
    right: 3.75rem !important;
  }

  .lg\:tw-bottom-15{
    bottom: 3.75rem !important;
  }

  .lg\:tw-left-15{
    left: 3.75rem !important;
  }

  .lg\:tw-top-16{
    top: 4rem !important;
  }

  .lg\:tw-right-16{
    right: 4rem !important;
  }

  .lg\:tw-bottom-16{
    bottom: 4rem !important;
  }

  .lg\:tw-left-16{
    left: 4rem !important;
  }

  .lg\:tw-top-20{
    top: 5rem !important;
  }

  .lg\:tw-right-20{
    right: 5rem !important;
  }

  .lg\:tw-bottom-20{
    bottom: 5rem !important;
  }

  .lg\:tw-left-20{
    left: 5rem !important;
  }

  .lg\:tw-top-24{
    top: 6rem !important;
  }

  .lg\:tw-right-24{
    right: 6rem !important;
  }

  .lg\:tw-bottom-24{
    bottom: 6rem !important;
  }

  .lg\:tw-left-24{
    left: 6rem !important;
  }

  .lg\:tw-top-28{
    top: 7rem !important;
  }

  .lg\:tw-right-28{
    right: 7rem !important;
  }

  .lg\:tw-bottom-28{
    bottom: 7rem !important;
  }

  .lg\:tw-left-28{
    left: 7rem !important;
  }

  .lg\:tw-top-32{
    top: 8rem !important;
  }

  .lg\:tw-right-32{
    right: 8rem !important;
  }

  .lg\:tw-bottom-32{
    bottom: 8rem !important;
  }

  .lg\:tw-left-32{
    left: 8rem !important;
  }

  .lg\:tw-top-36{
    top: 9rem !important;
  }

  .lg\:tw-right-36{
    right: 9rem !important;
  }

  .lg\:tw-bottom-36{
    bottom: 9rem !important;
  }

  .lg\:tw-left-36{
    left: 9rem !important;
  }

  .lg\:tw-top-40{
    top: 10rem !important;
  }

  .lg\:tw-right-40{
    right: 10rem !important;
  }

  .lg\:tw-bottom-40{
    bottom: 10rem !important;
  }

  .lg\:tw-left-40{
    left: 10rem !important;
  }

  .lg\:tw-top-48{
    top: 12rem !important;
  }

  .lg\:tw-right-48{
    right: 12rem !important;
  }

  .lg\:tw-bottom-48{
    bottom: 12rem !important;
  }

  .lg\:tw-left-48{
    left: 12rem !important;
  }

  .lg\:tw-top-56{
    top: 14rem !important;
  }

  .lg\:tw-right-56{
    right: 14rem !important;
  }

  .lg\:tw-bottom-56{
    bottom: 14rem !important;
  }

  .lg\:tw-left-56{
    left: 14rem !important;
  }

  .lg\:tw-top-60{
    top: 15rem !important;
  }

  .lg\:tw-right-60{
    right: 15rem !important;
  }

  .lg\:tw-bottom-60{
    bottom: 15rem !important;
  }

  .lg\:tw-left-60{
    left: 15rem !important;
  }

  .lg\:tw-top-64{
    top: 16rem !important;
  }

  .lg\:tw-right-64{
    right: 16rem !important;
  }

  .lg\:tw-bottom-64{
    bottom: 16rem !important;
  }

  .lg\:tw-left-64{
    left: 16rem !important;
  }

  .lg\:tw-top-72{
    top: 18rem !important;
  }

  .lg\:tw-right-72{
    right: 18rem !important;
  }

  .lg\:tw-bottom-72{
    bottom: 18rem !important;
  }

  .lg\:tw-left-72{
    left: 18rem !important;
  }

  .lg\:tw-top-80{
    top: 20rem !important;
  }

  .lg\:tw-right-80{
    right: 20rem !important;
  }

  .lg\:tw-bottom-80{
    bottom: 20rem !important;
  }

  .lg\:tw-left-80{
    left: 20rem !important;
  }

  .lg\:tw-top-96{
    top: 24rem !important;
  }

  .lg\:tw-right-96{
    right: 24rem !important;
  }

  .lg\:tw-bottom-96{
    bottom: 24rem !important;
  }

  .lg\:tw-left-96{
    left: 24rem !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-top-px{
    top: 1px !important;
  }

  .lg\:tw-right-px{
    right: 1px !important;
  }

  .lg\:tw-bottom-px{
    bottom: 1px !important;
  }

  .lg\:tw-left-px{
    left: 1px !important;
  }

  .lg\:tw-top-0\.5{
    top: 0.125rem !important;
  }

  .lg\:tw-right-0\.5{
    right: 0.125rem !important;
  }

  .lg\:tw-bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .lg\:tw-left-0\.5{
    left: 0.125rem !important;
  }

  .lg\:tw-top-1\.5{
    top: 0.375rem !important;
  }

  .lg\:tw-right-1\.5{
    right: 0.375rem !important;
  }

  .lg\:tw-bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .lg\:tw-left-1\.5{
    left: 0.375rem !important;
  }

  .lg\:tw-top-2\.5{
    top: 0.625rem !important;
  }

  .lg\:tw-right-2\.5{
    right: 0.625rem !important;
  }

  .lg\:tw-bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .lg\:tw-left-2\.5{
    left: 0.625rem !important;
  }

  .lg\:tw-top-3\.5{
    top: 0.875rem !important;
  }

  .lg\:tw-right-3\.5{
    right: 0.875rem !important;
  }

  .lg\:tw-bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .lg\:tw-left-3\.5{
    left: 0.875rem !important;
  }

  .lg\:tw-top-1\/2{
    top: 50% !important;
  }

  .lg\:tw-right-1\/2{
    right: 50% !important;
  }

  .lg\:tw-bottom-1\/2{
    bottom: 50% !important;
  }

  .lg\:tw-left-1\/2{
    left: 50% !important;
  }

  .lg\:tw-top-1\/3{
    top: 33.333333% !important;
  }

  .lg\:tw-right-1\/3{
    right: 33.333333% !important;
  }

  .lg\:tw-bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .lg\:tw-left-1\/3{
    left: 33.333333% !important;
  }

  .lg\:tw-top-2\/3{
    top: 66.666667% !important;
  }

  .lg\:tw-right-2\/3{
    right: 66.666667% !important;
  }

  .lg\:tw-bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .lg\:tw-left-2\/3{
    left: 66.666667% !important;
  }

  .lg\:tw-top-1\/4{
    top: 25% !important;
  }

  .lg\:tw-right-1\/4{
    right: 25% !important;
  }

  .lg\:tw-bottom-1\/4{
    bottom: 25% !important;
  }

  .lg\:tw-left-1\/4{
    left: 25% !important;
  }

  .lg\:tw-top-2\/4{
    top: 50% !important;
  }

  .lg\:tw-right-2\/4{
    right: 50% !important;
  }

  .lg\:tw-bottom-2\/4{
    bottom: 50% !important;
  }

  .lg\:tw-left-2\/4{
    left: 50% !important;
  }

  .lg\:tw-top-3\/4{
    top: 75% !important;
  }

  .lg\:tw-right-3\/4{
    right: 75% !important;
  }

  .lg\:tw-bottom-3\/4{
    bottom: 75% !important;
  }

  .lg\:tw-left-3\/4{
    left: 75% !important;
  }

  .lg\:tw-top-1\/5{
    top: 20% !important;
  }

  .lg\:tw-right-1\/5{
    right: 20% !important;
  }

  .lg\:tw-bottom-1\/5{
    bottom: 20% !important;
  }

  .lg\:tw-left-1\/5{
    left: 20% !important;
  }

  .lg\:tw-top-2\/5{
    top: 40% !important;
  }

  .lg\:tw-right-2\/5{
    right: 40% !important;
  }

  .lg\:tw-bottom-2\/5{
    bottom: 40% !important;
  }

  .lg\:tw-left-2\/5{
    left: 40% !important;
  }

  .lg\:tw-top-3\/5{
    top: 60% !important;
  }

  .lg\:tw-right-3\/5{
    right: 60% !important;
  }

  .lg\:tw-bottom-3\/5{
    bottom: 60% !important;
  }

  .lg\:tw-left-3\/5{
    left: 60% !important;
  }

  .lg\:tw-top-4\/5{
    top: 80% !important;
  }

  .lg\:tw-right-4\/5{
    right: 80% !important;
  }

  .lg\:tw-bottom-4\/5{
    bottom: 80% !important;
  }

  .lg\:tw-left-4\/5{
    left: 80% !important;
  }

  .lg\:tw-top-1\/6{
    top: 16.666667% !important;
  }

  .lg\:tw-right-1\/6{
    right: 16.666667% !important;
  }

  .lg\:tw-bottom-1\/6{
    bottom: 16.666667% !important;
  }

  .lg\:tw-left-1\/6{
    left: 16.666667% !important;
  }

  .lg\:tw-top-2\/6{
    top: 33.333333% !important;
  }

  .lg\:tw-right-2\/6{
    right: 33.333333% !important;
  }

  .lg\:tw-bottom-2\/6{
    bottom: 33.333333% !important;
  }

  .lg\:tw-left-2\/6{
    left: 33.333333% !important;
  }

  .lg\:tw-top-3\/6{
    top: 50% !important;
  }

  .lg\:tw-right-3\/6{
    right: 50% !important;
  }

  .lg\:tw-bottom-3\/6{
    bottom: 50% !important;
  }

  .lg\:tw-left-3\/6{
    left: 50% !important;
  }

  .lg\:tw-top-4\/6{
    top: 66.666667% !important;
  }

  .lg\:tw-right-4\/6{
    right: 66.666667% !important;
  }

  .lg\:tw-bottom-4\/6{
    bottom: 66.666667% !important;
  }

  .lg\:tw-left-4\/6{
    left: 66.666667% !important;
  }

  .lg\:tw-top-5\/6{
    top: 83.333333% !important;
  }

  .lg\:tw-right-5\/6{
    right: 83.333333% !important;
  }

  .lg\:tw-bottom-5\/6{
    bottom: 83.333333% !important;
  }

  .lg\:tw-left-5\/6{
    left: 83.333333% !important;
  }

  .lg\:tw-top-1\/12{
    top: 8.333333% !important;
  }

  .lg\:tw-right-1\/12{
    right: 8.333333% !important;
  }

  .lg\:tw-bottom-1\/12{
    bottom: 8.333333% !important;
  }

  .lg\:tw-left-1\/12{
    left: 8.333333% !important;
  }

  .lg\:tw-top-2\/12{
    top: 16.666667% !important;
  }

  .lg\:tw-right-2\/12{
    right: 16.666667% !important;
  }

  .lg\:tw-bottom-2\/12{
    bottom: 16.666667% !important;
  }

  .lg\:tw-left-2\/12{
    left: 16.666667% !important;
  }

  .lg\:tw-top-3\/12{
    top: 25% !important;
  }

  .lg\:tw-right-3\/12{
    right: 25% !important;
  }

  .lg\:tw-bottom-3\/12{
    bottom: 25% !important;
  }

  .lg\:tw-left-3\/12{
    left: 25% !important;
  }

  .lg\:tw-top-4\/12{
    top: 33.333333% !important;
  }

  .lg\:tw-right-4\/12{
    right: 33.333333% !important;
  }

  .lg\:tw-bottom-4\/12{
    bottom: 33.333333% !important;
  }

  .lg\:tw-left-4\/12{
    left: 33.333333% !important;
  }

  .lg\:tw-top-5\/12{
    top: 41.666667% !important;
  }

  .lg\:tw-right-5\/12{
    right: 41.666667% !important;
  }

  .lg\:tw-bottom-5\/12{
    bottom: 41.666667% !important;
  }

  .lg\:tw-left-5\/12{
    left: 41.666667% !important;
  }

  .lg\:tw-top-6\/12{
    top: 50% !important;
  }

  .lg\:tw-right-6\/12{
    right: 50% !important;
  }

  .lg\:tw-bottom-6\/12{
    bottom: 50% !important;
  }

  .lg\:tw-left-6\/12{
    left: 50% !important;
  }

  .lg\:tw-top-7\/12{
    top: 58.333333% !important;
  }

  .lg\:tw-right-7\/12{
    right: 58.333333% !important;
  }

  .lg\:tw-bottom-7\/12{
    bottom: 58.333333% !important;
  }

  .lg\:tw-left-7\/12{
    left: 58.333333% !important;
  }

  .lg\:tw-top-8\/12{
    top: 66.666667% !important;
  }

  .lg\:tw-right-8\/12{
    right: 66.666667% !important;
  }

  .lg\:tw-bottom-8\/12{
    bottom: 66.666667% !important;
  }

  .lg\:tw-left-8\/12{
    left: 66.666667% !important;
  }

  .lg\:tw-top-9\/12{
    top: 75% !important;
  }

  .lg\:tw-right-9\/12{
    right: 75% !important;
  }

  .lg\:tw-bottom-9\/12{
    bottom: 75% !important;
  }

  .lg\:tw-left-9\/12{
    left: 75% !important;
  }

  .lg\:tw-top-10\/12{
    top: 83.333333% !important;
  }

  .lg\:tw-right-10\/12{
    right: 83.333333% !important;
  }

  .lg\:tw-bottom-10\/12{
    bottom: 83.333333% !important;
  }

  .lg\:tw-left-10\/12{
    left: 83.333333% !important;
  }

  .lg\:tw-top-11\/12{
    top: 91.666667% !important;
  }

  .lg\:tw-right-11\/12{
    right: 91.666667% !important;
  }

  .lg\:tw-bottom-11\/12{
    bottom: 91.666667% !important;
  }

  .lg\:tw-left-11\/12{
    left: 91.666667% !important;
  }

  .lg\:tw-top-full{
    top: 100% !important;
  }

  .lg\:tw-right-full{
    right: 100% !important;
  }

  .lg\:tw-bottom-full{
    bottom: 100% !important;
  }

  .lg\:tw-left-full{
    left: 100% !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(118, 169, 250, 0.45) !important;
  }

  .lg\:tw-shadow-none{
    box-shadow: none !important;
  }

  .lg\:tw-shadow-solid{
    box-shadow: 0 0 0 2px currentColor !important;
  }

  .lg\:tw-shadow-outline-gray{
    box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
  }

  .lg\:tw-shadow-outline-blue{
    box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
  }

  .lg\:tw-shadow-outline-teal{
    box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
  }

  .lg\:tw-shadow-outline-green{
    box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
  }

  .lg\:tw-shadow-outline-yellow{
    box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
  }

  .lg\:tw-shadow-outline-orange{
    box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
  }

  .lg\:tw-shadow-outline-red{
    box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
  }

  .lg\:tw-shadow-outline-pink{
    box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
  }

  .lg\:tw-shadow-outline-purple{
    box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
  }

  .lg\:tw-shadow-outline-indigo{
    box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !important;
  }

  .tw-group:focus .lg\:group-focus\:tw-shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .tw-group:focus .lg\:group-focus\:tw-shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .tw-group:focus .lg\:group-focus\: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-group:focus .lg\:group-focus\: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-group:focus .lg\:group-focus\: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-group:focus .lg\:group-focus\: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-group:focus .lg\:group-focus\:tw-shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .tw-group:focus .lg\:group-focus\:tw-shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .tw-group:focus .lg\:group-focus\:tw-shadow-outline{
    box-shadow: 0 0 0 3px rgba(118, 169, 250, 0.45) !important;
  }

  .tw-group:focus .lg\:group-focus\:tw-shadow-none{
    box-shadow: none !important;
  }

  .tw-group:focus .lg\:group-focus\:tw-shadow-solid{
    box-shadow: 0 0 0 2px currentColor !important;
  }

  .tw-group:focus .lg\:group-focus\:tw-shadow-outline-gray{
    box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
  }

  .tw-group:focus .lg\:group-focus\:tw-shadow-outline-blue{
    box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
  }

  .tw-group:focus .lg\:group-focus\:tw-shadow-outline-teal{
    box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
  }

  .tw-group:focus .lg\:group-focus\:tw-shadow-outline-green{
    box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
  }

  .tw-group:focus .lg\:group-focus\:tw-shadow-outline-yellow{
    box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
  }

  .tw-group:focus .lg\:group-focus\:tw-shadow-outline-orange{
    box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
  }

  .tw-group:focus .lg\:group-focus\:tw-shadow-outline-red{
    box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
  }

  .tw-group:focus .lg\:group-focus\:tw-shadow-outline-pink{
    box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
  }

  .tw-group:focus .lg\:group-focus\:tw-shadow-outline-purple{
    box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
  }

  .tw-group:focus .lg\:group-focus\:tw-shadow-outline-indigo{
    box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !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(118, 169, 250, 0.45) !important;
  }

  .lg\:hover\:tw-shadow-none:hover{
    box-shadow: none !important;
  }

  .lg\:hover\:tw-shadow-solid:hover{
    box-shadow: 0 0 0 2px currentColor !important;
  }

  .lg\:hover\:tw-shadow-outline-gray:hover{
    box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
  }

  .lg\:hover\:tw-shadow-outline-blue:hover{
    box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
  }

  .lg\:hover\:tw-shadow-outline-teal:hover{
    box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
  }

  .lg\:hover\:tw-shadow-outline-green:hover{
    box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
  }

  .lg\:hover\:tw-shadow-outline-yellow:hover{
    box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
  }

  .lg\:hover\:tw-shadow-outline-orange:hover{
    box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
  }

  .lg\:hover\:tw-shadow-outline-red:hover{
    box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
  }

  .lg\:hover\:tw-shadow-outline-pink:hover{
    box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
  }

  .lg\:hover\:tw-shadow-outline-purple:hover{
    box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
  }

  .lg\:hover\:tw-shadow-outline-indigo:hover{
    box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !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(118, 169, 250, 0.45) !important;
  }

  .lg\:focus\:tw-shadow-none:focus{
    box-shadow: none !important;
  }

  .lg\:focus\:tw-shadow-solid:focus{
    box-shadow: 0 0 0 2px currentColor !important;
  }

  .lg\:focus\:tw-shadow-outline-gray:focus{
    box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
  }

  .lg\:focus\:tw-shadow-outline-blue:focus{
    box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
  }

  .lg\:focus\:tw-shadow-outline-teal:focus{
    box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
  }

  .lg\:focus\:tw-shadow-outline-green:focus{
    box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
  }

  .lg\:focus\:tw-shadow-outline-yellow:focus{
    box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
  }

  .lg\:focus\:tw-shadow-outline-orange:focus{
    box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
  }

  .lg\:focus\:tw-shadow-outline-red:focus{
    box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
  }

  .lg\:focus\:tw-shadow-outline-pink:focus{
    box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
  }

  .lg\:focus\:tw-shadow-outline-purple:focus{
    box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
  }

  .lg\:focus\:tw-shadow-outline-indigo:focus{
    box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !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-white{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-black{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--text-opacity)) !important;
  }

  .lg\:tw-text-gray-400{
    --text-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--text-opacity)) !important;
  }

  .lg\:tw-text-gray-900{
    --text-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cool-gray-50{
    --text-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cool-gray-100{
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cool-gray-200{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cool-gray-300{
    --text-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cool-gray-400{
    --text-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cool-gray-500{
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cool-gray-600{
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cool-gray-700{
    --text-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cool-gray-800{
    --text-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cool-gray-900{
    --text-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-50{
    --text-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-100{
    --text-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-200{
    --text-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-300{
    --text-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-400{
    --text-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-500{
    --text-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-600{
    --text-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-700{
    --text-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-800{
    --text-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-900{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-50{
    --text-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-100{
    --text-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-200{
    --text-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-300{
    --text-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-400{
    --text-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-500{
    --text-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-600{
    --text-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-700{
    --text-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-800{
    --text-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-900{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-50{
    --text-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-100{
    --text-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-200{
    --text-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-300{
    --text-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-400{
    --text-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-500{
    --text-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-600{
    --text-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-700{
    --text-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-800{
    --text-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-900{
    --text-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-50{
    --text-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-100{
    --text-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-200{
    --text-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-300{
    --text-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-400{
    --text-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-500{
    --text-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-600{
    --text-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-700{
    --text-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-800{
    --text-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-900{
    --text-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-50{
    --text-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-100{
    --text-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-200{
    --text-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-300{
    --text-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-400{
    --text-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-500{
    --text-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-600{
    --text-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-700{
    --text-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-800{
    --text-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-900{
    --text-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-50{
    --text-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-100{
    --text-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-200{
    --text-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-300{
    --text-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-400{
    --text-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-500{
    --text-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-600{
    --text-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-700{
    --text-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-800{
    --text-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-900{
    --text-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-50{
    --text-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-100{
    --text-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-200{
    --text-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-300{
    --text-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-400{
    --text-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-500{
    --text-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-600{
    --text-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-700{
    --text-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-800{
    --text-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-900{
    --text-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-50{
    --text-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-100{
    --text-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-200{
    --text-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-300{
    --text-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-400{
    --text-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-500{
    --text-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-600{
    --text-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-700{
    --text-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-800{
    --text-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-900{
    --text-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-200{
    --text-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-300{
    --text-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-400{
    --text-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-500{
    --text-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-600{
    --text-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-700{
    --text-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-800{
    --text-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-900{
    --text-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--text-opacity)) !important;
  }

  .lg\:tw-text-modal-grey{
    --text-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--text-opacity)) !important;
  }

  .lg\:tw-text-separator-grey{
    color: hsla(210,7%,83%,1) !important;
  }

  .lg\:tw-text-label-grey{
    --text-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--text-opacity)) !important;
  }

  .lg\:tw-text-anvesh-black{
    --text-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--text-opacity)) !important;
  }

  .lg\:tw-text-anvesh-grey{
    --text-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--text-opacity)) !important;
  }

  .lg\:tw-text-anvesh-blue{
    --text-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--text-opacity)) !important;
  }

  .lg\:tw-text-jira-blue{
    --text-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--text-opacity)) !important;
  }

  .lg\:tw-text-amber{
    --text-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-transparent:hover{
    color: transparent !important;
  }

  .lg\:hover\:tw-text-white:hover{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-black:hover{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cool-gray-50:hover{
    --text-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cool-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cool-gray-200:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cool-gray-300:hover{
    --text-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cool-gray-400:hover{
    --text-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cool-gray-500:hover{
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cool-gray-600:hover{
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cool-gray-700:hover{
    --text-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cool-gray-800:hover{
    --text-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cool-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-50:hover{
    --text-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-100:hover{
    --text-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-200:hover{
    --text-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-300:hover{
    --text-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-400:hover{
    --text-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-500:hover{
    --text-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-600:hover{
    --text-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-700:hover{
    --text-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-800:hover{
    --text-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-900:hover{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-50:hover{
    --text-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-50:hover{
    --text-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-50:hover{
    --text-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-100:hover{
    --text-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-200:hover{
    --text-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-300:hover{
    --text-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-400:hover{
    --text-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-500:hover{
    --text-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-600:hover{
    --text-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-700:hover{
    --text-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-800:hover{
    --text-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-900:hover{
    --text-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-50:hover{
    --text-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-50:hover{
    --text-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-50:hover{
    --text-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-50:hover{
    --text-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-modal-grey:hover{
    --text-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-separator-grey:hover{
    color: hsla(210,7%,83%,1) !important;
  }

  .lg\:hover\:tw-text-label-grey:hover{
    --text-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-anvesh-black:hover{
    --text-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-anvesh-grey:hover{
    --text-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-anvesh-blue:hover{
    --text-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-jira-blue:hover{
    --text-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber:hover{
    --text-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-transparent:focus{
    color: transparent !important;
  }

  .lg\:focus\:tw-text-white:focus{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-black:focus{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cool-gray-50:focus{
    --text-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cool-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cool-gray-200:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cool-gray-300:focus{
    --text-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cool-gray-400:focus{
    --text-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cool-gray-500:focus{
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cool-gray-600:focus{
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cool-gray-700:focus{
    --text-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cool-gray-800:focus{
    --text-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cool-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-50:focus{
    --text-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-100:focus{
    --text-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-200:focus{
    --text-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-300:focus{
    --text-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-400:focus{
    --text-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-500:focus{
    --text-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-600:focus{
    --text-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-700:focus{
    --text-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-800:focus{
    --text-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-900:focus{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-50:focus{
    --text-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-50:focus{
    --text-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-50:focus{
    --text-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-100:focus{
    --text-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-200:focus{
    --text-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-300:focus{
    --text-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-400:focus{
    --text-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-500:focus{
    --text-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-600:focus{
    --text-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-700:focus{
    --text-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-800:focus{
    --text-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-900:focus{
    --text-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-50:focus{
    --text-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-50:focus{
    --text-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-50:focus{
    --text-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-50:focus{
    --text-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-modal-grey:focus{
    --text-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-separator-grey:focus{
    color: hsla(210,7%,83%,1) !important;
  }

  .lg\:focus\:tw-text-label-grey:focus{
    --text-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-anvesh-black:focus{
    --text-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-anvesh-grey:focus{
    --text-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-anvesh-blue:focus{
    --text-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-jira-blue:focus{
    --text-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber:focus{
    --text-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, 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\: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-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{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:tw-break-words{
    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-7{
    width: 1.75rem !important;
  }

  .lg\:tw-w-8{
    width: 2rem !important;
  }

  .lg\:tw-w-9{
    width: 2.25rem !important;
  }

  .lg\:tw-w-10{
    width: 2.5rem !important;
  }

  .lg\:tw-w-11{
    width: 2.75rem !important;
  }

  .lg\:tw-w-12{
    width: 3rem !important;
  }

  .lg\:tw-w-13{
    width: 3.25rem !important;
  }

  .lg\:tw-w-14{
    width: 3.5rem !important;
  }

  .lg\:tw-w-15{
    width: 3.75rem !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-28{
    width: 7rem !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-60{
    width: 15rem !important;
  }

  .lg\:tw-w-64{
    width: 16rem !important;
  }

  .lg\:tw-w-72{
    width: 18rem !important;
  }

  .lg\:tw-w-80{
    width: 20rem !important;
  }

  .lg\:tw-w-96{
    width: 24rem !important;
  }

  .lg\:tw-w-auto{
    width: auto !important;
  }

  .lg\:tw-w-px{
    width: 1px !important;
  }

  .lg\:tw-w-0\.5{
    width: 0.125rem !important;
  }

  .lg\:tw-w-1\.5{
    width: 0.375rem !important;
  }

  .lg\:tw-w-2\.5{
    width: 0.625rem !important;
  }

  .lg\:tw-w-3\.5{
    width: 0.875rem !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-min-content{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .lg\:tw-w-max-content{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !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-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-7{
    grid-gap: 1.75rem !important;
    gap: 1.75rem !important;
  }

  .lg\:tw-gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .lg\:tw-gap-9{
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .lg\:tw-gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .lg\:tw-gap-11{
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important;
  }

  .lg\:tw-gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .lg\:tw-gap-13{
    grid-gap: 3.25rem !important;
    gap: 3.25rem !important;
  }

  .lg\:tw-gap-14{
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .lg\:tw-gap-15{
    grid-gap: 3.75rem !important;
    gap: 3.75rem !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-28{
    grid-gap: 7rem !important;
    gap: 7rem !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-60{
    grid-gap: 15rem !important;
    gap: 15rem !important;
  }

  .lg\:tw-gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .lg\:tw-gap-72{
    grid-gap: 18rem !important;
    gap: 18rem !important;
  }

  .lg\:tw-gap-80{
    grid-gap: 20rem !important;
    gap: 20rem !important;
  }

  .lg\:tw-gap-96{
    grid-gap: 24rem !important;
    gap: 24rem !important;
  }

  .lg\:tw-gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .lg\:tw-gap-0\.5{
    grid-gap: 0.125rem !important;
    gap: 0.125rem !important;
  }

  .lg\:tw-gap-1\.5{
    grid-gap: 0.375rem !important;
    gap: 0.375rem !important;
  }

  .lg\:tw-gap-2\.5{
    grid-gap: 0.625rem !important;
    gap: 0.625rem !important;
  }

  .lg\:tw-gap-3\.5{
    grid-gap: 0.875rem !important;
    gap: 0.875rem !important;
  }

  .lg\:tw-gap-1\/2{
    grid-gap: 50% !important;
    gap: 50% !important;
  }

  .lg\:tw-gap-1\/3{
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important;
  }

  .lg\:tw-gap-2\/3{
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important;
  }

  .lg\:tw-gap-1\/4{
    grid-gap: 25% !important;
    gap: 25% !important;
  }

  .lg\:tw-gap-2\/4{
    grid-gap: 50% !important;
    gap: 50% !important;
  }

  .lg\:tw-gap-3\/4{
    grid-gap: 75% !important;
    gap: 75% !important;
  }

  .lg\:tw-gap-1\/5{
    grid-gap: 20% !important;
    gap: 20% !important;
  }

  .lg\:tw-gap-2\/5{
    grid-gap: 40% !important;
    gap: 40% !important;
  }

  .lg\:tw-gap-3\/5{
    grid-gap: 60% !important;
    gap: 60% !important;
  }

  .lg\:tw-gap-4\/5{
    grid-gap: 80% !important;
    gap: 80% !important;
  }

  .lg\:tw-gap-1\/6{
    grid-gap: 16.666667% !important;
    gap: 16.666667% !important;
  }

  .lg\:tw-gap-2\/6{
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important;
  }

  .lg\:tw-gap-3\/6{
    grid-gap: 50% !important;
    gap: 50% !important;
  }

  .lg\:tw-gap-4\/6{
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important;
  }

  .lg\:tw-gap-5\/6{
    grid-gap: 83.333333% !important;
    gap: 83.333333% !important;
  }

  .lg\:tw-gap-1\/12{
    grid-gap: 8.333333% !important;
    gap: 8.333333% !important;
  }

  .lg\:tw-gap-2\/12{
    grid-gap: 16.666667% !important;
    gap: 16.666667% !important;
  }

  .lg\:tw-gap-3\/12{
    grid-gap: 25% !important;
    gap: 25% !important;
  }

  .lg\:tw-gap-4\/12{
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important;
  }

  .lg\:tw-gap-5\/12{
    grid-gap: 41.666667% !important;
    gap: 41.666667% !important;
  }

  .lg\:tw-gap-6\/12{
    grid-gap: 50% !important;
    gap: 50% !important;
  }

  .lg\:tw-gap-7\/12{
    grid-gap: 58.333333% !important;
    gap: 58.333333% !important;
  }

  .lg\:tw-gap-8\/12{
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important;
  }

  .lg\:tw-gap-9\/12{
    grid-gap: 75% !important;
    gap: 75% !important;
  }

  .lg\:tw-gap-10\/12{
    grid-gap: 83.333333% !important;
    gap: 83.333333% !important;
  }

  .lg\:tw-gap-11\/12{
    grid-gap: 91.666667% !important;
    gap: 91.666667% !important;
  }

  .lg\:tw-gap-full{
    grid-gap: 100% !important;
    gap: 100% !important;
  }

  .lg\:tw-col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .lg\:tw-col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .lg\:tw-col-gap-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .lg\:tw-col-gap-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .lg\:tw-col-gap-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .lg\:tw-col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .lg\:tw-col-gap-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .lg\:tw-col-gap-7{
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .lg\:tw-col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .lg\:tw-col-gap-9{
    grid-column-gap: 2.25rem !important;
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

  .lg\:tw-col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .lg\:tw-col-gap-11{
    grid-column-gap: 2.75rem !important;
    -webkit-column-gap: 2.75rem !important;
       -moz-column-gap: 2.75rem !important;
            column-gap: 2.75rem !important;
  }

  .lg\:tw-col-gap-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .lg\:tw-col-gap-13{
    grid-column-gap: 3.25rem !important;
    -webkit-column-gap: 3.25rem !important;
       -moz-column-gap: 3.25rem !important;
            column-gap: 3.25rem !important;
  }

  .lg\:tw-col-gap-14{
    grid-column-gap: 3.5rem !important;
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .lg\:tw-col-gap-15{
    grid-column-gap: 3.75rem !important;
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }

  .lg\:tw-col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .lg\:tw-col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .lg\:tw-col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .lg\:tw-col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .lg\:tw-col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .lg\:tw-col-gap-36{
    grid-column-gap: 9rem !important;
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }

  .lg\:tw-col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .lg\:tw-col-gap-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .lg\:tw-col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .lg\:tw-col-gap-60{
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .lg\:tw-col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .lg\:tw-col-gap-72{
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .lg\:tw-col-gap-80{
    grid-column-gap: 20rem !important;
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !important;
  }

  .lg\:tw-col-gap-96{
    grid-column-gap: 24rem !important;
    -webkit-column-gap: 24rem !important;
       -moz-column-gap: 24rem !important;
            column-gap: 24rem !important;
  }

  .lg\:tw-col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .lg\:tw-col-gap-0\.5{
    grid-column-gap: 0.125rem !important;
    -webkit-column-gap: 0.125rem !important;
       -moz-column-gap: 0.125rem !important;
            column-gap: 0.125rem !important;
  }

  .lg\:tw-col-gap-1\.5{
    grid-column-gap: 0.375rem !important;
    -webkit-column-gap: 0.375rem !important;
       -moz-column-gap: 0.375rem !important;
            column-gap: 0.375rem !important;
  }

  .lg\:tw-col-gap-2\.5{
    grid-column-gap: 0.625rem !important;
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .lg\:tw-col-gap-3\.5{
    grid-column-gap: 0.875rem !important;
    -webkit-column-gap: 0.875rem !important;
       -moz-column-gap: 0.875rem !important;
            column-gap: 0.875rem !important;
  }

  .lg\:tw-col-gap-1\/2{
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
       -moz-column-gap: 50% !important;
            column-gap: 50% !important;
  }

  .lg\:tw-col-gap-1\/3{
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
       -moz-column-gap: 33.333333% !important;
            column-gap: 33.333333% !important;
  }

  .lg\:tw-col-gap-2\/3{
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
       -moz-column-gap: 66.666667% !important;
            column-gap: 66.666667% !important;
  }

  .lg\:tw-col-gap-1\/4{
    grid-column-gap: 25% !important;
    -webkit-column-gap: 25% !important;
       -moz-column-gap: 25% !important;
            column-gap: 25% !important;
  }

  .lg\:tw-col-gap-2\/4{
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
       -moz-column-gap: 50% !important;
            column-gap: 50% !important;
  }

  .lg\:tw-col-gap-3\/4{
    grid-column-gap: 75% !important;
    -webkit-column-gap: 75% !important;
       -moz-column-gap: 75% !important;
            column-gap: 75% !important;
  }

  .lg\:tw-col-gap-1\/5{
    grid-column-gap: 20% !important;
    -webkit-column-gap: 20% !important;
       -moz-column-gap: 20% !important;
            column-gap: 20% !important;
  }

  .lg\:tw-col-gap-2\/5{
    grid-column-gap: 40% !important;
    -webkit-column-gap: 40% !important;
       -moz-column-gap: 40% !important;
            column-gap: 40% !important;
  }

  .lg\:tw-col-gap-3\/5{
    grid-column-gap: 60% !important;
    -webkit-column-gap: 60% !important;
       -moz-column-gap: 60% !important;
            column-gap: 60% !important;
  }

  .lg\:tw-col-gap-4\/5{
    grid-column-gap: 80% !important;
    -webkit-column-gap: 80% !important;
       -moz-column-gap: 80% !important;
            column-gap: 80% !important;
  }

  .lg\:tw-col-gap-1\/6{
    grid-column-gap: 16.666667% !important;
    -webkit-column-gap: 16.666667% !important;
       -moz-column-gap: 16.666667% !important;
            column-gap: 16.666667% !important;
  }

  .lg\:tw-col-gap-2\/6{
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
       -moz-column-gap: 33.333333% !important;
            column-gap: 33.333333% !important;
  }

  .lg\:tw-col-gap-3\/6{
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
       -moz-column-gap: 50% !important;
            column-gap: 50% !important;
  }

  .lg\:tw-col-gap-4\/6{
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
       -moz-column-gap: 66.666667% !important;
            column-gap: 66.666667% !important;
  }

  .lg\:tw-col-gap-5\/6{
    grid-column-gap: 83.333333% !important;
    -webkit-column-gap: 83.333333% !important;
       -moz-column-gap: 83.333333% !important;
            column-gap: 83.333333% !important;
  }

  .lg\:tw-col-gap-1\/12{
    grid-column-gap: 8.333333% !important;
    -webkit-column-gap: 8.333333% !important;
       -moz-column-gap: 8.333333% !important;
            column-gap: 8.333333% !important;
  }

  .lg\:tw-col-gap-2\/12{
    grid-column-gap: 16.666667% !important;
    -webkit-column-gap: 16.666667% !important;
       -moz-column-gap: 16.666667% !important;
            column-gap: 16.666667% !important;
  }

  .lg\:tw-col-gap-3\/12{
    grid-column-gap: 25% !important;
    -webkit-column-gap: 25% !important;
       -moz-column-gap: 25% !important;
            column-gap: 25% !important;
  }

  .lg\:tw-col-gap-4\/12{
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
       -moz-column-gap: 33.333333% !important;
            column-gap: 33.333333% !important;
  }

  .lg\:tw-col-gap-5\/12{
    grid-column-gap: 41.666667% !important;
    -webkit-column-gap: 41.666667% !important;
       -moz-column-gap: 41.666667% !important;
            column-gap: 41.666667% !important;
  }

  .lg\:tw-col-gap-6\/12{
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
       -moz-column-gap: 50% !important;
            column-gap: 50% !important;
  }

  .lg\:tw-col-gap-7\/12{
    grid-column-gap: 58.333333% !important;
    -webkit-column-gap: 58.333333% !important;
       -moz-column-gap: 58.333333% !important;
            column-gap: 58.333333% !important;
  }

  .lg\:tw-col-gap-8\/12{
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
       -moz-column-gap: 66.666667% !important;
            column-gap: 66.666667% !important;
  }

  .lg\:tw-col-gap-9\/12{
    grid-column-gap: 75% !important;
    -webkit-column-gap: 75% !important;
       -moz-column-gap: 75% !important;
            column-gap: 75% !important;
  }

  .lg\:tw-col-gap-10\/12{
    grid-column-gap: 83.333333% !important;
    -webkit-column-gap: 83.333333% !important;
       -moz-column-gap: 83.333333% !important;
            column-gap: 83.333333% !important;
  }

  .lg\:tw-col-gap-11\/12{
    grid-column-gap: 91.666667% !important;
    -webkit-column-gap: 91.666667% !important;
       -moz-column-gap: 91.666667% !important;
            column-gap: 91.666667% !important;
  }

  .lg\:tw-col-gap-full{
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
       -moz-column-gap: 100% !important;
            column-gap: 100% !important;
  }

  .lg\:tw-row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .lg\:tw-row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .lg\:tw-row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .lg\:tw-row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .lg\:tw-row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .lg\:tw-row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:tw-row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg\:tw-row-gap-7{
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !important;
  }

  .lg\:tw-row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .lg\:tw-row-gap-9{
    grid-row-gap: 2.25rem !important;
    row-gap: 2.25rem !important;
  }

  .lg\:tw-row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:tw-row-gap-11{
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .lg\:tw-row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .lg\:tw-row-gap-13{
    grid-row-gap: 3.25rem !important;
    row-gap: 3.25rem !important;
  }

  .lg\:tw-row-gap-14{
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .lg\:tw-row-gap-15{
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .lg\:tw-row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .lg\:tw-row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:tw-row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:tw-row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .lg\:tw-row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .lg\:tw-row-gap-36{
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important;
  }

  .lg\:tw-row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .lg\:tw-row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .lg\:tw-row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg\:tw-row-gap-60{
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important;
  }

  .lg\:tw-row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg\:tw-row-gap-72{
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important;
  }

  .lg\:tw-row-gap-80{
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important;
  }

  .lg\:tw-row-gap-96{
    grid-row-gap: 24rem !important;
    row-gap: 24rem !important;
  }

  .lg\:tw-row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg\:tw-row-gap-0\.5{
    grid-row-gap: 0.125rem !important;
    row-gap: 0.125rem !important;
  }

  .lg\:tw-row-gap-1\.5{
    grid-row-gap: 0.375rem !important;
    row-gap: 0.375rem !important;
  }

  .lg\:tw-row-gap-2\.5{
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .lg\:tw-row-gap-3\.5{
    grid-row-gap: 0.875rem !important;
    row-gap: 0.875rem !important;
  }

  .lg\:tw-row-gap-1\/2{
    grid-row-gap: 50% !important;
    row-gap: 50% !important;
  }

  .lg\:tw-row-gap-1\/3{
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important;
  }

  .lg\:tw-row-gap-2\/3{
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important;
  }

  .lg\:tw-row-gap-1\/4{
    grid-row-gap: 25% !important;
    row-gap: 25% !important;
  }

  .lg\:tw-row-gap-2\/4{
    grid-row-gap: 50% !important;
    row-gap: 50% !important;
  }

  .lg\:tw-row-gap-3\/4{
    grid-row-gap: 75% !important;
    row-gap: 75% !important;
  }

  .lg\:tw-row-gap-1\/5{
    grid-row-gap: 20% !important;
    row-gap: 20% !important;
  }

  .lg\:tw-row-gap-2\/5{
    grid-row-gap: 40% !important;
    row-gap: 40% !important;
  }

  .lg\:tw-row-gap-3\/5{
    grid-row-gap: 60% !important;
    row-gap: 60% !important;
  }

  .lg\:tw-row-gap-4\/5{
    grid-row-gap: 80% !important;
    row-gap: 80% !important;
  }

  .lg\:tw-row-gap-1\/6{
    grid-row-gap: 16.666667% !important;
    row-gap: 16.666667% !important;
  }

  .lg\:tw-row-gap-2\/6{
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important;
  }

  .lg\:tw-row-gap-3\/6{
    grid-row-gap: 50% !important;
    row-gap: 50% !important;
  }

  .lg\:tw-row-gap-4\/6{
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important;
  }

  .lg\:tw-row-gap-5\/6{
    grid-row-gap: 83.333333% !important;
    row-gap: 83.333333% !important;
  }

  .lg\:tw-row-gap-1\/12{
    grid-row-gap: 8.333333% !important;
    row-gap: 8.333333% !important;
  }

  .lg\:tw-row-gap-2\/12{
    grid-row-gap: 16.666667% !important;
    row-gap: 16.666667% !important;
  }

  .lg\:tw-row-gap-3\/12{
    grid-row-gap: 25% !important;
    row-gap: 25% !important;
  }

  .lg\:tw-row-gap-4\/12{
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important;
  }

  .lg\:tw-row-gap-5\/12{
    grid-row-gap: 41.666667% !important;
    row-gap: 41.666667% !important;
  }

  .lg\:tw-row-gap-6\/12{
    grid-row-gap: 50% !important;
    row-gap: 50% !important;
  }

  .lg\:tw-row-gap-7\/12{
    grid-row-gap: 58.333333% !important;
    row-gap: 58.333333% !important;
  }

  .lg\:tw-row-gap-8\/12{
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important;
  }

  .lg\:tw-row-gap-9\/12{
    grid-row-gap: 75% !important;
    row-gap: 75% !important;
  }

  .lg\:tw-row-gap-10\/12{
    grid-row-gap: 83.333333% !important;
    row-gap: 83.333333% !important;
  }

  .lg\:tw-row-gap-11\/12{
    grid-row-gap: 91.666667% !important;
    row-gap: 91.666667% !important;
  }

  .lg\:tw-row-gap-full{
    grid-row-gap: 100% !important;
    row-gap: 100% !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-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-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-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-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;
    -webkit-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;
            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{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .lg\:tw-origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .lg\:tw-origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .lg\:tw-origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .lg\:tw-origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .lg\:tw-origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .lg\:tw-origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .lg\:tw-origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .lg\:tw-origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .lg\:tw-origin-top-left{
    -webkit-transform-origin: top left !important;
            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-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\:hover\:tw-rotate-0:hover{
    --transform-rotate: 0 !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\:focus\:tw-rotate-0:focus{
    --transform-rotate: 0 !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\: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-7{
    --transform-translate-x: 1.75rem !important;
  }

  .lg\:tw-translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .lg\:tw-translate-x-9{
    --transform-translate-x: 2.25rem !important;
  }

  .lg\:tw-translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:tw-translate-x-11{
    --transform-translate-x: 2.75rem !important;
  }

  .lg\:tw-translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .lg\:tw-translate-x-13{
    --transform-translate-x: 3.25rem !important;
  }

  .lg\:tw-translate-x-14{
    --transform-translate-x: 3.5rem !important;
  }

  .lg\:tw-translate-x-15{
    --transform-translate-x: 3.75rem !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-28{
    --transform-translate-x: 7rem !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-60{
    --transform-translate-x: 15rem !important;
  }

  .lg\:tw-translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .lg\:tw-translate-x-72{
    --transform-translate-x: 18rem !important;
  }

  .lg\:tw-translate-x-80{
    --transform-translate-x: 20rem !important;
  }

  .lg\:tw-translate-x-96{
    --transform-translate-x: 24rem !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\/2{
    --transform-translate-x: 50% !important;
  }

  .lg\:tw-translate-x-1\/3{
    --transform-translate-x: 33.333333% !important;
  }

  .lg\:tw-translate-x-2\/3{
    --transform-translate-x: 66.666667% !important;
  }

  .lg\:tw-translate-x-1\/4{
    --transform-translate-x: 25% !important;
  }

  .lg\:tw-translate-x-2\/4{
    --transform-translate-x: 50% !important;
  }

  .lg\:tw-translate-x-3\/4{
    --transform-translate-x: 75% !important;
  }

  .lg\:tw-translate-x-1\/5{
    --transform-translate-x: 20% !important;
  }

  .lg\:tw-translate-x-2\/5{
    --transform-translate-x: 40% !important;
  }

  .lg\:tw-translate-x-3\/5{
    --transform-translate-x: 60% !important;
  }

  .lg\:tw-translate-x-4\/5{
    --transform-translate-x: 80% !important;
  }

  .lg\:tw-translate-x-1\/6{
    --transform-translate-x: 16.666667% !important;
  }

  .lg\:tw-translate-x-2\/6{
    --transform-translate-x: 33.333333% !important;
  }

  .lg\:tw-translate-x-3\/6{
    --transform-translate-x: 50% !important;
  }

  .lg\:tw-translate-x-4\/6{
    --transform-translate-x: 66.666667% !important;
  }

  .lg\:tw-translate-x-5\/6{
    --transform-translate-x: 83.333333% !important;
  }

  .lg\:tw-translate-x-1\/12{
    --transform-translate-x: 8.333333% !important;
  }

  .lg\:tw-translate-x-2\/12{
    --transform-translate-x: 16.666667% !important;
  }

  .lg\:tw-translate-x-3\/12{
    --transform-translate-x: 25% !important;
  }

  .lg\:tw-translate-x-4\/12{
    --transform-translate-x: 33.333333% !important;
  }

  .lg\:tw-translate-x-5\/12{
    --transform-translate-x: 41.666667% !important;
  }

  .lg\:tw-translate-x-6\/12{
    --transform-translate-x: 50% !important;
  }

  .lg\:tw-translate-x-7\/12{
    --transform-translate-x: 58.333333% !important;
  }

  .lg\:tw-translate-x-8\/12{
    --transform-translate-x: 66.666667% !important;
  }

  .lg\:tw-translate-x-9\/12{
    --transform-translate-x: 75% !important;
  }

  .lg\:tw-translate-x-10\/12{
    --transform-translate-x: 83.333333% !important;
  }

  .lg\:tw-translate-x-11\/12{
    --transform-translate-x: 91.666667% !important;
  }

  .lg\:tw-translate-x-full{
    --transform-translate-x: 100% !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-7{
    --transform-translate-x: -1.75rem !important;
  }

  .lg\:tw--translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .lg\:tw--translate-x-9{
    --transform-translate-x: -2.25rem !important;
  }

  .lg\:tw--translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:tw--translate-x-11{
    --transform-translate-x: -2.75rem !important;
  }

  .lg\:tw--translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .lg\:tw--translate-x-13{
    --transform-translate-x: -3.25rem !important;
  }

  .lg\:tw--translate-x-14{
    --transform-translate-x: -3.5rem !important;
  }

  .lg\:tw--translate-x-15{
    --transform-translate-x: -3.75rem !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-28{
    --transform-translate-x: -7rem !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-60{
    --transform-translate-x: -15rem !important;
  }

  .lg\:tw--translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .lg\:tw--translate-x-72{
    --transform-translate-x: -18rem !important;
  }

  .lg\:tw--translate-x-80{
    --transform-translate-x: -20rem !important;
  }

  .lg\:tw--translate-x-96{
    --transform-translate-x: -24rem !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\/2{
    --transform-translate-x: -50% !important;
  }

  .lg\:tw--translate-x-1\/3{
    --transform-translate-x: -33.33333% !important;
  }

  .lg\:tw--translate-x-2\/3{
    --transform-translate-x: -66.66667% !important;
  }

  .lg\:tw--translate-x-1\/4{
    --transform-translate-x: -25% !important;
  }

  .lg\:tw--translate-x-2\/4{
    --transform-translate-x: -50% !important;
  }

  .lg\:tw--translate-x-3\/4{
    --transform-translate-x: -75% !important;
  }

  .lg\:tw--translate-x-1\/5{
    --transform-translate-x: -20% !important;
  }

  .lg\:tw--translate-x-2\/5{
    --transform-translate-x: -40% !important;
  }

  .lg\:tw--translate-x-3\/5{
    --transform-translate-x: -60% !important;
  }

  .lg\:tw--translate-x-4\/5{
    --transform-translate-x: -80% !important;
  }

  .lg\:tw--translate-x-1\/6{
    --transform-translate-x: -16.66667% !important;
  }

  .lg\:tw--translate-x-2\/6{
    --transform-translate-x: -33.33333% !important;
  }

  .lg\:tw--translate-x-3\/6{
    --transform-translate-x: -50% !important;
  }

  .lg\:tw--translate-x-4\/6{
    --transform-translate-x: -66.66667% !important;
  }

  .lg\:tw--translate-x-5\/6{
    --transform-translate-x: -83.33333% !important;
  }

  .lg\:tw--translate-x-1\/12{
    --transform-translate-x: -8.33333% !important;
  }

  .lg\:tw--translate-x-2\/12{
    --transform-translate-x: -16.66667% !important;
  }

  .lg\:tw--translate-x-3\/12{
    --transform-translate-x: -25% !important;
  }

  .lg\:tw--translate-x-4\/12{
    --transform-translate-x: -33.33333% !important;
  }

  .lg\:tw--translate-x-5\/12{
    --transform-translate-x: -41.66667% !important;
  }

  .lg\:tw--translate-x-6\/12{
    --transform-translate-x: -50% !important;
  }

  .lg\:tw--translate-x-7\/12{
    --transform-translate-x: -58.33333% !important;
  }

  .lg\:tw--translate-x-8\/12{
    --transform-translate-x: -66.66667% !important;
  }

  .lg\:tw--translate-x-9\/12{
    --transform-translate-x: -75% !important;
  }

  .lg\:tw--translate-x-10\/12{
    --transform-translate-x: -83.33333% !important;
  }

  .lg\:tw--translate-x-11\/12{
    --transform-translate-x: -91.66667% !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-7{
    --transform-translate-y: 1.75rem !important;
  }

  .lg\:tw-translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .lg\:tw-translate-y-9{
    --transform-translate-y: 2.25rem !important;
  }

  .lg\:tw-translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:tw-translate-y-11{
    --transform-translate-y: 2.75rem !important;
  }

  .lg\:tw-translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .lg\:tw-translate-y-13{
    --transform-translate-y: 3.25rem !important;
  }

  .lg\:tw-translate-y-14{
    --transform-translate-y: 3.5rem !important;
  }

  .lg\:tw-translate-y-15{
    --transform-translate-y: 3.75rem !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-28{
    --transform-translate-y: 7rem !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-60{
    --transform-translate-y: 15rem !important;
  }

  .lg\:tw-translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .lg\:tw-translate-y-72{
    --transform-translate-y: 18rem !important;
  }

  .lg\:tw-translate-y-80{
    --transform-translate-y: 20rem !important;
  }

  .lg\:tw-translate-y-96{
    --transform-translate-y: 24rem !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\/2{
    --transform-translate-y: 50% !important;
  }

  .lg\:tw-translate-y-1\/3{
    --transform-translate-y: 33.333333% !important;
  }

  .lg\:tw-translate-y-2\/3{
    --transform-translate-y: 66.666667% !important;
  }

  .lg\:tw-translate-y-1\/4{
    --transform-translate-y: 25% !important;
  }

  .lg\:tw-translate-y-2\/4{
    --transform-translate-y: 50% !important;
  }

  .lg\:tw-translate-y-3\/4{
    --transform-translate-y: 75% !important;
  }

  .lg\:tw-translate-y-1\/5{
    --transform-translate-y: 20% !important;
  }

  .lg\:tw-translate-y-2\/5{
    --transform-translate-y: 40% !important;
  }

  .lg\:tw-translate-y-3\/5{
    --transform-translate-y: 60% !important;
  }

  .lg\:tw-translate-y-4\/5{
    --transform-translate-y: 80% !important;
  }

  .lg\:tw-translate-y-1\/6{
    --transform-translate-y: 16.666667% !important;
  }

  .lg\:tw-translate-y-2\/6{
    --transform-translate-y: 33.333333% !important;
  }

  .lg\:tw-translate-y-3\/6{
    --transform-translate-y: 50% !important;
  }

  .lg\:tw-translate-y-4\/6{
    --transform-translate-y: 66.666667% !important;
  }

  .lg\:tw-translate-y-5\/6{
    --transform-translate-y: 83.333333% !important;
  }

  .lg\:tw-translate-y-1\/12{
    --transform-translate-y: 8.333333% !important;
  }

  .lg\:tw-translate-y-2\/12{
    --transform-translate-y: 16.666667% !important;
  }

  .lg\:tw-translate-y-3\/12{
    --transform-translate-y: 25% !important;
  }

  .lg\:tw-translate-y-4\/12{
    --transform-translate-y: 33.333333% !important;
  }

  .lg\:tw-translate-y-5\/12{
    --transform-translate-y: 41.666667% !important;
  }

  .lg\:tw-translate-y-6\/12{
    --transform-translate-y: 50% !important;
  }

  .lg\:tw-translate-y-7\/12{
    --transform-translate-y: 58.333333% !important;
  }

  .lg\:tw-translate-y-8\/12{
    --transform-translate-y: 66.666667% !important;
  }

  .lg\:tw-translate-y-9\/12{
    --transform-translate-y: 75% !important;
  }

  .lg\:tw-translate-y-10\/12{
    --transform-translate-y: 83.333333% !important;
  }

  .lg\:tw-translate-y-11\/12{
    --transform-translate-y: 91.666667% !important;
  }

  .lg\:tw-translate-y-full{
    --transform-translate-y: 100% !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-7{
    --transform-translate-y: -1.75rem !important;
  }

  .lg\:tw--translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .lg\:tw--translate-y-9{
    --transform-translate-y: -2.25rem !important;
  }

  .lg\:tw--translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:tw--translate-y-11{
    --transform-translate-y: -2.75rem !important;
  }

  .lg\:tw--translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .lg\:tw--translate-y-13{
    --transform-translate-y: -3.25rem !important;
  }

  .lg\:tw--translate-y-14{
    --transform-translate-y: -3.5rem !important;
  }

  .lg\:tw--translate-y-15{
    --transform-translate-y: -3.75rem !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-28{
    --transform-translate-y: -7rem !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-60{
    --transform-translate-y: -15rem !important;
  }

  .lg\:tw--translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .lg\:tw--translate-y-72{
    --transform-translate-y: -18rem !important;
  }

  .lg\:tw--translate-y-80{
    --transform-translate-y: -20rem !important;
  }

  .lg\:tw--translate-y-96{
    --transform-translate-y: -24rem !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\/2{
    --transform-translate-y: -50% !important;
  }

  .lg\:tw--translate-y-1\/3{
    --transform-translate-y: -33.33333% !important;
  }

  .lg\:tw--translate-y-2\/3{
    --transform-translate-y: -66.66667% !important;
  }

  .lg\:tw--translate-y-1\/4{
    --transform-translate-y: -25% !important;
  }

  .lg\:tw--translate-y-2\/4{
    --transform-translate-y: -50% !important;
  }

  .lg\:tw--translate-y-3\/4{
    --transform-translate-y: -75% !important;
  }

  .lg\:tw--translate-y-1\/5{
    --transform-translate-y: -20% !important;
  }

  .lg\:tw--translate-y-2\/5{
    --transform-translate-y: -40% !important;
  }

  .lg\:tw--translate-y-3\/5{
    --transform-translate-y: -60% !important;
  }

  .lg\:tw--translate-y-4\/5{
    --transform-translate-y: -80% !important;
  }

  .lg\:tw--translate-y-1\/6{
    --transform-translate-y: -16.66667% !important;
  }

  .lg\:tw--translate-y-2\/6{
    --transform-translate-y: -33.33333% !important;
  }

  .lg\:tw--translate-y-3\/6{
    --transform-translate-y: -50% !important;
  }

  .lg\:tw--translate-y-4\/6{
    --transform-translate-y: -66.66667% !important;
  }

  .lg\:tw--translate-y-5\/6{
    --transform-translate-y: -83.33333% !important;
  }

  .lg\:tw--translate-y-1\/12{
    --transform-translate-y: -8.33333% !important;
  }

  .lg\:tw--translate-y-2\/12{
    --transform-translate-y: -16.66667% !important;
  }

  .lg\:tw--translate-y-3\/12{
    --transform-translate-y: -25% !important;
  }

  .lg\:tw--translate-y-4\/12{
    --transform-translate-y: -33.33333% !important;
  }

  .lg\:tw--translate-y-5\/12{
    --transform-translate-y: -41.66667% !important;
  }

  .lg\:tw--translate-y-6\/12{
    --transform-translate-y: -50% !important;
  }

  .lg\:tw--translate-y-7\/12{
    --transform-translate-y: -58.33333% !important;
  }

  .lg\:tw--translate-y-8\/12{
    --transform-translate-y: -66.66667% !important;
  }

  .lg\:tw--translate-y-9\/12{
    --transform-translate-y: -75% !important;
  }

  .lg\:tw--translate-y-10\/12{
    --transform-translate-y: -83.33333% !important;
  }

  .lg\:tw--translate-y-11\/12{
    --transform-translate-y: -91.66667% !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-7:hover{
    --transform-translate-x: 1.75rem !important;
  }

  .lg\:hover\:tw-translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .lg\:hover\:tw-translate-x-9:hover{
    --transform-translate-x: 2.25rem !important;
  }

  .lg\:hover\:tw-translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:hover\:tw-translate-x-11:hover{
    --transform-translate-x: 2.75rem !important;
  }

  .lg\:hover\:tw-translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .lg\:hover\:tw-translate-x-13:hover{
    --transform-translate-x: 3.25rem !important;
  }

  .lg\:hover\:tw-translate-x-14:hover{
    --transform-translate-x: 3.5rem !important;
  }

  .lg\:hover\:tw-translate-x-15:hover{
    --transform-translate-x: 3.75rem !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-28:hover{
    --transform-translate-x: 7rem !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-60:hover{
    --transform-translate-x: 15rem !important;
  }

  .lg\:hover\:tw-translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .lg\:hover\:tw-translate-x-72:hover{
    --transform-translate-x: 18rem !important;
  }

  .lg\:hover\:tw-translate-x-80:hover{
    --transform-translate-x: 20rem !important;
  }

  .lg\:hover\:tw-translate-x-96:hover{
    --transform-translate-x: 24rem !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\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .lg\:hover\:tw-translate-x-1\/3:hover{
    --transform-translate-x: 33.333333% !important;
  }

  .lg\:hover\:tw-translate-x-2\/3:hover{
    --transform-translate-x: 66.666667% !important;
  }

  .lg\:hover\:tw-translate-x-1\/4:hover{
    --transform-translate-x: 25% !important;
  }

  .lg\:hover\:tw-translate-x-2\/4:hover{
    --transform-translate-x: 50% !important;
  }

  .lg\:hover\:tw-translate-x-3\/4:hover{
    --transform-translate-x: 75% !important;
  }

  .lg\:hover\:tw-translate-x-1\/5:hover{
    --transform-translate-x: 20% !important;
  }

  .lg\:hover\:tw-translate-x-2\/5:hover{
    --transform-translate-x: 40% !important;
  }

  .lg\:hover\:tw-translate-x-3\/5:hover{
    --transform-translate-x: 60% !important;
  }

  .lg\:hover\:tw-translate-x-4\/5:hover{
    --transform-translate-x: 80% !important;
  }

  .lg\:hover\:tw-translate-x-1\/6:hover{
    --transform-translate-x: 16.666667% !important;
  }

  .lg\:hover\:tw-translate-x-2\/6:hover{
    --transform-translate-x: 33.333333% !important;
  }

  .lg\:hover\:tw-translate-x-3\/6:hover{
    --transform-translate-x: 50% !important;
  }

  .lg\:hover\:tw-translate-x-4\/6:hover{
    --transform-translate-x: 66.666667% !important;
  }

  .lg\:hover\:tw-translate-x-5\/6:hover{
    --transform-translate-x: 83.333333% !important;
  }

  .lg\:hover\:tw-translate-x-1\/12:hover{
    --transform-translate-x: 8.333333% !important;
  }

  .lg\:hover\:tw-translate-x-2\/12:hover{
    --transform-translate-x: 16.666667% !important;
  }

  .lg\:hover\:tw-translate-x-3\/12:hover{
    --transform-translate-x: 25% !important;
  }

  .lg\:hover\:tw-translate-x-4\/12:hover{
    --transform-translate-x: 33.333333% !important;
  }

  .lg\:hover\:tw-translate-x-5\/12:hover{
    --transform-translate-x: 41.666667% !important;
  }

  .lg\:hover\:tw-translate-x-6\/12:hover{
    --transform-translate-x: 50% !important;
  }

  .lg\:hover\:tw-translate-x-7\/12:hover{
    --transform-translate-x: 58.333333% !important;
  }

  .lg\:hover\:tw-translate-x-8\/12:hover{
    --transform-translate-x: 66.666667% !important;
  }

  .lg\:hover\:tw-translate-x-9\/12:hover{
    --transform-translate-x: 75% !important;
  }

  .lg\:hover\:tw-translate-x-10\/12:hover{
    --transform-translate-x: 83.333333% !important;
  }

  .lg\:hover\:tw-translate-x-11\/12:hover{
    --transform-translate-x: 91.666667% !important;
  }

  .lg\:hover\:tw-translate-x-full:hover{
    --transform-translate-x: 100% !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-7:hover{
    --transform-translate-x: -1.75rem !important;
  }

  .lg\:hover\:tw--translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .lg\:hover\:tw--translate-x-9:hover{
    --transform-translate-x: -2.25rem !important;
  }

  .lg\:hover\:tw--translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:hover\:tw--translate-x-11:hover{
    --transform-translate-x: -2.75rem !important;
  }

  .lg\:hover\:tw--translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .lg\:hover\:tw--translate-x-13:hover{
    --transform-translate-x: -3.25rem !important;
  }

  .lg\:hover\:tw--translate-x-14:hover{
    --transform-translate-x: -3.5rem !important;
  }

  .lg\:hover\:tw--translate-x-15:hover{
    --transform-translate-x: -3.75rem !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-28:hover{
    --transform-translate-x: -7rem !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-60:hover{
    --transform-translate-x: -15rem !important;
  }

  .lg\:hover\:tw--translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .lg\:hover\:tw--translate-x-72:hover{
    --transform-translate-x: -18rem !important;
  }

  .lg\:hover\:tw--translate-x-80:hover{
    --transform-translate-x: -20rem !important;
  }

  .lg\:hover\:tw--translate-x-96:hover{
    --transform-translate-x: -24rem !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\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .lg\:hover\:tw--translate-x-1\/3:hover{
    --transform-translate-x: -33.33333% !important;
  }

  .lg\:hover\:tw--translate-x-2\/3:hover{
    --transform-translate-x: -66.66667% !important;
  }

  .lg\:hover\:tw--translate-x-1\/4:hover{
    --transform-translate-x: -25% !important;
  }

  .lg\:hover\:tw--translate-x-2\/4:hover{
    --transform-translate-x: -50% !important;
  }

  .lg\:hover\:tw--translate-x-3\/4:hover{
    --transform-translate-x: -75% !important;
  }

  .lg\:hover\:tw--translate-x-1\/5:hover{
    --transform-translate-x: -20% !important;
  }

  .lg\:hover\:tw--translate-x-2\/5:hover{
    --transform-translate-x: -40% !important;
  }

  .lg\:hover\:tw--translate-x-3\/5:hover{
    --transform-translate-x: -60% !important;
  }

  .lg\:hover\:tw--translate-x-4\/5:hover{
    --transform-translate-x: -80% !important;
  }

  .lg\:hover\:tw--translate-x-1\/6:hover{
    --transform-translate-x: -16.66667% !important;
  }

  .lg\:hover\:tw--translate-x-2\/6:hover{
    --transform-translate-x: -33.33333% !important;
  }

  .lg\:hover\:tw--translate-x-3\/6:hover{
    --transform-translate-x: -50% !important;
  }

  .lg\:hover\:tw--translate-x-4\/6:hover{
    --transform-translate-x: -66.66667% !important;
  }

  .lg\:hover\:tw--translate-x-5\/6:hover{
    --transform-translate-x: -83.33333% !important;
  }

  .lg\:hover\:tw--translate-x-1\/12:hover{
    --transform-translate-x: -8.33333% !important;
  }

  .lg\:hover\:tw--translate-x-2\/12:hover{
    --transform-translate-x: -16.66667% !important;
  }

  .lg\:hover\:tw--translate-x-3\/12:hover{
    --transform-translate-x: -25% !important;
  }

  .lg\:hover\:tw--translate-x-4\/12:hover{
    --transform-translate-x: -33.33333% !important;
  }

  .lg\:hover\:tw--translate-x-5\/12:hover{
    --transform-translate-x: -41.66667% !important;
  }

  .lg\:hover\:tw--translate-x-6\/12:hover{
    --transform-translate-x: -50% !important;
  }

  .lg\:hover\:tw--translate-x-7\/12:hover{
    --transform-translate-x: -58.33333% !important;
  }

  .lg\:hover\:tw--translate-x-8\/12:hover{
    --transform-translate-x: -66.66667% !important;
  }

  .lg\:hover\:tw--translate-x-9\/12:hover{
    --transform-translate-x: -75% !important;
  }

  .lg\:hover\:tw--translate-x-10\/12:hover{
    --transform-translate-x: -83.33333% !important;
  }

  .lg\:hover\:tw--translate-x-11\/12:hover{
    --transform-translate-x: -91.66667% !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-7:hover{
    --transform-translate-y: 1.75rem !important;
  }

  .lg\:hover\:tw-translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .lg\:hover\:tw-translate-y-9:hover{
    --transform-translate-y: 2.25rem !important;
  }

  .lg\:hover\:tw-translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:hover\:tw-translate-y-11:hover{
    --transform-translate-y: 2.75rem !important;
  }

  .lg\:hover\:tw-translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .lg\:hover\:tw-translate-y-13:hover{
    --transform-translate-y: 3.25rem !important;
  }

  .lg\:hover\:tw-translate-y-14:hover{
    --transform-translate-y: 3.5rem !important;
  }

  .lg\:hover\:tw-translate-y-15:hover{
    --transform-translate-y: 3.75rem !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-28:hover{
    --transform-translate-y: 7rem !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-60:hover{
    --transform-translate-y: 15rem !important;
  }

  .lg\:hover\:tw-translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .lg\:hover\:tw-translate-y-72:hover{
    --transform-translate-y: 18rem !important;
  }

  .lg\:hover\:tw-translate-y-80:hover{
    --transform-translate-y: 20rem !important;
  }

  .lg\:hover\:tw-translate-y-96:hover{
    --transform-translate-y: 24rem !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\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .lg\:hover\:tw-translate-y-1\/3:hover{
    --transform-translate-y: 33.333333% !important;
  }

  .lg\:hover\:tw-translate-y-2\/3:hover{
    --transform-translate-y: 66.666667% !important;
  }

  .lg\:hover\:tw-translate-y-1\/4:hover{
    --transform-translate-y: 25% !important;
  }

  .lg\:hover\:tw-translate-y-2\/4:hover{
    --transform-translate-y: 50% !important;
  }

  .lg\:hover\:tw-translate-y-3\/4:hover{
    --transform-translate-y: 75% !important;
  }

  .lg\:hover\:tw-translate-y-1\/5:hover{
    --transform-translate-y: 20% !important;
  }

  .lg\:hover\:tw-translate-y-2\/5:hover{
    --transform-translate-y: 40% !important;
  }

  .lg\:hover\:tw-translate-y-3\/5:hover{
    --transform-translate-y: 60% !important;
  }

  .lg\:hover\:tw-translate-y-4\/5:hover{
    --transform-translate-y: 80% !important;
  }

  .lg\:hover\:tw-translate-y-1\/6:hover{
    --transform-translate-y: 16.666667% !important;
  }

  .lg\:hover\:tw-translate-y-2\/6:hover{
    --transform-translate-y: 33.333333% !important;
  }

  .lg\:hover\:tw-translate-y-3\/6:hover{
    --transform-translate-y: 50% !important;
  }

  .lg\:hover\:tw-translate-y-4\/6:hover{
    --transform-translate-y: 66.666667% !important;
  }

  .lg\:hover\:tw-translate-y-5\/6:hover{
    --transform-translate-y: 83.333333% !important;
  }

  .lg\:hover\:tw-translate-y-1\/12:hover{
    --transform-translate-y: 8.333333% !important;
  }

  .lg\:hover\:tw-translate-y-2\/12:hover{
    --transform-translate-y: 16.666667% !important;
  }

  .lg\:hover\:tw-translate-y-3\/12:hover{
    --transform-translate-y: 25% !important;
  }

  .lg\:hover\:tw-translate-y-4\/12:hover{
    --transform-translate-y: 33.333333% !important;
  }

  .lg\:hover\:tw-translate-y-5\/12:hover{
    --transform-translate-y: 41.666667% !important;
  }

  .lg\:hover\:tw-translate-y-6\/12:hover{
    --transform-translate-y: 50% !important;
  }

  .lg\:hover\:tw-translate-y-7\/12:hover{
    --transform-translate-y: 58.333333% !important;
  }

  .lg\:hover\:tw-translate-y-8\/12:hover{
    --transform-translate-y: 66.666667% !important;
  }

  .lg\:hover\:tw-translate-y-9\/12:hover{
    --transform-translate-y: 75% !important;
  }

  .lg\:hover\:tw-translate-y-10\/12:hover{
    --transform-translate-y: 83.333333% !important;
  }

  .lg\:hover\:tw-translate-y-11\/12:hover{
    --transform-translate-y: 91.666667% !important;
  }

  .lg\:hover\:tw-translate-y-full:hover{
    --transform-translate-y: 100% !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-7:hover{
    --transform-translate-y: -1.75rem !important;
  }

  .lg\:hover\:tw--translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .lg\:hover\:tw--translate-y-9:hover{
    --transform-translate-y: -2.25rem !important;
  }

  .lg\:hover\:tw--translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:hover\:tw--translate-y-11:hover{
    --transform-translate-y: -2.75rem !important;
  }

  .lg\:hover\:tw--translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .lg\:hover\:tw--translate-y-13:hover{
    --transform-translate-y: -3.25rem !important;
  }

  .lg\:hover\:tw--translate-y-14:hover{
    --transform-translate-y: -3.5rem !important;
  }

  .lg\:hover\:tw--translate-y-15:hover{
    --transform-translate-y: -3.75rem !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-28:hover{
    --transform-translate-y: -7rem !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-60:hover{
    --transform-translate-y: -15rem !important;
  }

  .lg\:hover\:tw--translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .lg\:hover\:tw--translate-y-72:hover{
    --transform-translate-y: -18rem !important;
  }

  .lg\:hover\:tw--translate-y-80:hover{
    --transform-translate-y: -20rem !important;
  }

  .lg\:hover\:tw--translate-y-96:hover{
    --transform-translate-y: -24rem !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\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .lg\:hover\:tw--translate-y-1\/3:hover{
    --transform-translate-y: -33.33333% !important;
  }

  .lg\:hover\:tw--translate-y-2\/3:hover{
    --transform-translate-y: -66.66667% !important;
  }

  .lg\:hover\:tw--translate-y-1\/4:hover{
    --transform-translate-y: -25% !important;
  }

  .lg\:hover\:tw--translate-y-2\/4:hover{
    --transform-translate-y: -50% !important;
  }

  .lg\:hover\:tw--translate-y-3\/4:hover{
    --transform-translate-y: -75% !important;
  }

  .lg\:hover\:tw--translate-y-1\/5:hover{
    --transform-translate-y: -20% !important;
  }

  .lg\:hover\:tw--translate-y-2\/5:hover{
    --transform-translate-y: -40% !important;
  }

  .lg\:hover\:tw--translate-y-3\/5:hover{
    --transform-translate-y: -60% !important;
  }

  .lg\:hover\:tw--translate-y-4\/5:hover{
    --transform-translate-y: -80% !important;
  }

  .lg\:hover\:tw--translate-y-1\/6:hover{
    --transform-translate-y: -16.66667% !important;
  }

  .lg\:hover\:tw--translate-y-2\/6:hover{
    --transform-translate-y: -33.33333% !important;
  }

  .lg\:hover\:tw--translate-y-3\/6:hover{
    --transform-translate-y: -50% !important;
  }

  .lg\:hover\:tw--translate-y-4\/6:hover{
    --transform-translate-y: -66.66667% !important;
  }

  .lg\:hover\:tw--translate-y-5\/6:hover{
    --transform-translate-y: -83.33333% !important;
  }

  .lg\:hover\:tw--translate-y-1\/12:hover{
    --transform-translate-y: -8.33333% !important;
  }

  .lg\:hover\:tw--translate-y-2\/12:hover{
    --transform-translate-y: -16.66667% !important;
  }

  .lg\:hover\:tw--translate-y-3\/12:hover{
    --transform-translate-y: -25% !important;
  }

  .lg\:hover\:tw--translate-y-4\/12:hover{
    --transform-translate-y: -33.33333% !important;
  }

  .lg\:hover\:tw--translate-y-5\/12:hover{
    --transform-translate-y: -41.66667% !important;
  }

  .lg\:hover\:tw--translate-y-6\/12:hover{
    --transform-translate-y: -50% !important;
  }

  .lg\:hover\:tw--translate-y-7\/12:hover{
    --transform-translate-y: -58.33333% !important;
  }

  .lg\:hover\:tw--translate-y-8\/12:hover{
    --transform-translate-y: -66.66667% !important;
  }

  .lg\:hover\:tw--translate-y-9\/12:hover{
    --transform-translate-y: -75% !important;
  }

  .lg\:hover\:tw--translate-y-10\/12:hover{
    --transform-translate-y: -83.33333% !important;
  }

  .lg\:hover\:tw--translate-y-11\/12:hover{
    --transform-translate-y: -91.66667% !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-7:focus{
    --transform-translate-x: 1.75rem !important;
  }

  .lg\:focus\:tw-translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .lg\:focus\:tw-translate-x-9:focus{
    --transform-translate-x: 2.25rem !important;
  }

  .lg\:focus\:tw-translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:focus\:tw-translate-x-11:focus{
    --transform-translate-x: 2.75rem !important;
  }

  .lg\:focus\:tw-translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .lg\:focus\:tw-translate-x-13:focus{
    --transform-translate-x: 3.25rem !important;
  }

  .lg\:focus\:tw-translate-x-14:focus{
    --transform-translate-x: 3.5rem !important;
  }

  .lg\:focus\:tw-translate-x-15:focus{
    --transform-translate-x: 3.75rem !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-28:focus{
    --transform-translate-x: 7rem !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-60:focus{
    --transform-translate-x: 15rem !important;
  }

  .lg\:focus\:tw-translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .lg\:focus\:tw-translate-x-72:focus{
    --transform-translate-x: 18rem !important;
  }

  .lg\:focus\:tw-translate-x-80:focus{
    --transform-translate-x: 20rem !important;
  }

  .lg\:focus\:tw-translate-x-96:focus{
    --transform-translate-x: 24rem !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\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .lg\:focus\:tw-translate-x-1\/3:focus{
    --transform-translate-x: 33.333333% !important;
  }

  .lg\:focus\:tw-translate-x-2\/3:focus{
    --transform-translate-x: 66.666667% !important;
  }

  .lg\:focus\:tw-translate-x-1\/4:focus{
    --transform-translate-x: 25% !important;
  }

  .lg\:focus\:tw-translate-x-2\/4:focus{
    --transform-translate-x: 50% !important;
  }

  .lg\:focus\:tw-translate-x-3\/4:focus{
    --transform-translate-x: 75% !important;
  }

  .lg\:focus\:tw-translate-x-1\/5:focus{
    --transform-translate-x: 20% !important;
  }

  .lg\:focus\:tw-translate-x-2\/5:focus{
    --transform-translate-x: 40% !important;
  }

  .lg\:focus\:tw-translate-x-3\/5:focus{
    --transform-translate-x: 60% !important;
  }

  .lg\:focus\:tw-translate-x-4\/5:focus{
    --transform-translate-x: 80% !important;
  }

  .lg\:focus\:tw-translate-x-1\/6:focus{
    --transform-translate-x: 16.666667% !important;
  }

  .lg\:focus\:tw-translate-x-2\/6:focus{
    --transform-translate-x: 33.333333% !important;
  }

  .lg\:focus\:tw-translate-x-3\/6:focus{
    --transform-translate-x: 50% !important;
  }

  .lg\:focus\:tw-translate-x-4\/6:focus{
    --transform-translate-x: 66.666667% !important;
  }

  .lg\:focus\:tw-translate-x-5\/6:focus{
    --transform-translate-x: 83.333333% !important;
  }

  .lg\:focus\:tw-translate-x-1\/12:focus{
    --transform-translate-x: 8.333333% !important;
  }

  .lg\:focus\:tw-translate-x-2\/12:focus{
    --transform-translate-x: 16.666667% !important;
  }

  .lg\:focus\:tw-translate-x-3\/12:focus{
    --transform-translate-x: 25% !important;
  }

  .lg\:focus\:tw-translate-x-4\/12:focus{
    --transform-translate-x: 33.333333% !important;
  }

  .lg\:focus\:tw-translate-x-5\/12:focus{
    --transform-translate-x: 41.666667% !important;
  }

  .lg\:focus\:tw-translate-x-6\/12:focus{
    --transform-translate-x: 50% !important;
  }

  .lg\:focus\:tw-translate-x-7\/12:focus{
    --transform-translate-x: 58.333333% !important;
  }

  .lg\:focus\:tw-translate-x-8\/12:focus{
    --transform-translate-x: 66.666667% !important;
  }

  .lg\:focus\:tw-translate-x-9\/12:focus{
    --transform-translate-x: 75% !important;
  }

  .lg\:focus\:tw-translate-x-10\/12:focus{
    --transform-translate-x: 83.333333% !important;
  }

  .lg\:focus\:tw-translate-x-11\/12:focus{
    --transform-translate-x: 91.666667% !important;
  }

  .lg\:focus\:tw-translate-x-full:focus{
    --transform-translate-x: 100% !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-7:focus{
    --transform-translate-x: -1.75rem !important;
  }

  .lg\:focus\:tw--translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .lg\:focus\:tw--translate-x-9:focus{
    --transform-translate-x: -2.25rem !important;
  }

  .lg\:focus\:tw--translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:focus\:tw--translate-x-11:focus{
    --transform-translate-x: -2.75rem !important;
  }

  .lg\:focus\:tw--translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .lg\:focus\:tw--translate-x-13:focus{
    --transform-translate-x: -3.25rem !important;
  }

  .lg\:focus\:tw--translate-x-14:focus{
    --transform-translate-x: -3.5rem !important;
  }

  .lg\:focus\:tw--translate-x-15:focus{
    --transform-translate-x: -3.75rem !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-28:focus{
    --transform-translate-x: -7rem !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-60:focus{
    --transform-translate-x: -15rem !important;
  }

  .lg\:focus\:tw--translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .lg\:focus\:tw--translate-x-72:focus{
    --transform-translate-x: -18rem !important;
  }

  .lg\:focus\:tw--translate-x-80:focus{
    --transform-translate-x: -20rem !important;
  }

  .lg\:focus\:tw--translate-x-96:focus{
    --transform-translate-x: -24rem !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\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .lg\:focus\:tw--translate-x-1\/3:focus{
    --transform-translate-x: -33.33333% !important;
  }

  .lg\:focus\:tw--translate-x-2\/3:focus{
    --transform-translate-x: -66.66667% !important;
  }

  .lg\:focus\:tw--translate-x-1\/4:focus{
    --transform-translate-x: -25% !important;
  }

  .lg\:focus\:tw--translate-x-2\/4:focus{
    --transform-translate-x: -50% !important;
  }

  .lg\:focus\:tw--translate-x-3\/4:focus{
    --transform-translate-x: -75% !important;
  }

  .lg\:focus\:tw--translate-x-1\/5:focus{
    --transform-translate-x: -20% !important;
  }

  .lg\:focus\:tw--translate-x-2\/5:focus{
    --transform-translate-x: -40% !important;
  }

  .lg\:focus\:tw--translate-x-3\/5:focus{
    --transform-translate-x: -60% !important;
  }

  .lg\:focus\:tw--translate-x-4\/5:focus{
    --transform-translate-x: -80% !important;
  }

  .lg\:focus\:tw--translate-x-1\/6:focus{
    --transform-translate-x: -16.66667% !important;
  }

  .lg\:focus\:tw--translate-x-2\/6:focus{
    --transform-translate-x: -33.33333% !important;
  }

  .lg\:focus\:tw--translate-x-3\/6:focus{
    --transform-translate-x: -50% !important;
  }

  .lg\:focus\:tw--translate-x-4\/6:focus{
    --transform-translate-x: -66.66667% !important;
  }

  .lg\:focus\:tw--translate-x-5\/6:focus{
    --transform-translate-x: -83.33333% !important;
  }

  .lg\:focus\:tw--translate-x-1\/12:focus{
    --transform-translate-x: -8.33333% !important;
  }

  .lg\:focus\:tw--translate-x-2\/12:focus{
    --transform-translate-x: -16.66667% !important;
  }

  .lg\:focus\:tw--translate-x-3\/12:focus{
    --transform-translate-x: -25% !important;
  }

  .lg\:focus\:tw--translate-x-4\/12:focus{
    --transform-translate-x: -33.33333% !important;
  }

  .lg\:focus\:tw--translate-x-5\/12:focus{
    --transform-translate-x: -41.66667% !important;
  }

  .lg\:focus\:tw--translate-x-6\/12:focus{
    --transform-translate-x: -50% !important;
  }

  .lg\:focus\:tw--translate-x-7\/12:focus{
    --transform-translate-x: -58.33333% !important;
  }

  .lg\:focus\:tw--translate-x-8\/12:focus{
    --transform-translate-x: -66.66667% !important;
  }

  .lg\:focus\:tw--translate-x-9\/12:focus{
    --transform-translate-x: -75% !important;
  }

  .lg\:focus\:tw--translate-x-10\/12:focus{
    --transform-translate-x: -83.33333% !important;
  }

  .lg\:focus\:tw--translate-x-11\/12:focus{
    --transform-translate-x: -91.66667% !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-7:focus{
    --transform-translate-y: 1.75rem !important;
  }

  .lg\:focus\:tw-translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .lg\:focus\:tw-translate-y-9:focus{
    --transform-translate-y: 2.25rem !important;
  }

  .lg\:focus\:tw-translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:focus\:tw-translate-y-11:focus{
    --transform-translate-y: 2.75rem !important;
  }

  .lg\:focus\:tw-translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .lg\:focus\:tw-translate-y-13:focus{
    --transform-translate-y: 3.25rem !important;
  }

  .lg\:focus\:tw-translate-y-14:focus{
    --transform-translate-y: 3.5rem !important;
  }

  .lg\:focus\:tw-translate-y-15:focus{
    --transform-translate-y: 3.75rem !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-28:focus{
    --transform-translate-y: 7rem !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-60:focus{
    --transform-translate-y: 15rem !important;
  }

  .lg\:focus\:tw-translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .lg\:focus\:tw-translate-y-72:focus{
    --transform-translate-y: 18rem !important;
  }

  .lg\:focus\:tw-translate-y-80:focus{
    --transform-translate-y: 20rem !important;
  }

  .lg\:focus\:tw-translate-y-96:focus{
    --transform-translate-y: 24rem !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\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .lg\:focus\:tw-translate-y-1\/3:focus{
    --transform-translate-y: 33.333333% !important;
  }

  .lg\:focus\:tw-translate-y-2\/3:focus{
    --transform-translate-y: 66.666667% !important;
  }

  .lg\:focus\:tw-translate-y-1\/4:focus{
    --transform-translate-y: 25% !important;
  }

  .lg\:focus\:tw-translate-y-2\/4:focus{
    --transform-translate-y: 50% !important;
  }

  .lg\:focus\:tw-translate-y-3\/4:focus{
    --transform-translate-y: 75% !important;
  }

  .lg\:focus\:tw-translate-y-1\/5:focus{
    --transform-translate-y: 20% !important;
  }

  .lg\:focus\:tw-translate-y-2\/5:focus{
    --transform-translate-y: 40% !important;
  }

  .lg\:focus\:tw-translate-y-3\/5:focus{
    --transform-translate-y: 60% !important;
  }

  .lg\:focus\:tw-translate-y-4\/5:focus{
    --transform-translate-y: 80% !important;
  }

  .lg\:focus\:tw-translate-y-1\/6:focus{
    --transform-translate-y: 16.666667% !important;
  }

  .lg\:focus\:tw-translate-y-2\/6:focus{
    --transform-translate-y: 33.333333% !important;
  }

  .lg\:focus\:tw-translate-y-3\/6:focus{
    --transform-translate-y: 50% !important;
  }

  .lg\:focus\:tw-translate-y-4\/6:focus{
    --transform-translate-y: 66.666667% !important;
  }

  .lg\:focus\:tw-translate-y-5\/6:focus{
    --transform-translate-y: 83.333333% !important;
  }

  .lg\:focus\:tw-translate-y-1\/12:focus{
    --transform-translate-y: 8.333333% !important;
  }

  .lg\:focus\:tw-translate-y-2\/12:focus{
    --transform-translate-y: 16.666667% !important;
  }

  .lg\:focus\:tw-translate-y-3\/12:focus{
    --transform-translate-y: 25% !important;
  }

  .lg\:focus\:tw-translate-y-4\/12:focus{
    --transform-translate-y: 33.333333% !important;
  }

  .lg\:focus\:tw-translate-y-5\/12:focus{
    --transform-translate-y: 41.666667% !important;
  }

  .lg\:focus\:tw-translate-y-6\/12:focus{
    --transform-translate-y: 50% !important;
  }

  .lg\:focus\:tw-translate-y-7\/12:focus{
    --transform-translate-y: 58.333333% !important;
  }

  .lg\:focus\:tw-translate-y-8\/12:focus{
    --transform-translate-y: 66.666667% !important;
  }

  .lg\:focus\:tw-translate-y-9\/12:focus{
    --transform-translate-y: 75% !important;
  }

  .lg\:focus\:tw-translate-y-10\/12:focus{
    --transform-translate-y: 83.333333% !important;
  }

  .lg\:focus\:tw-translate-y-11\/12:focus{
    --transform-translate-y: 91.666667% !important;
  }

  .lg\:focus\:tw-translate-y-full:focus{
    --transform-translate-y: 100% !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-7:focus{
    --transform-translate-y: -1.75rem !important;
  }

  .lg\:focus\:tw--translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .lg\:focus\:tw--translate-y-9:focus{
    --transform-translate-y: -2.25rem !important;
  }

  .lg\:focus\:tw--translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:focus\:tw--translate-y-11:focus{
    --transform-translate-y: -2.75rem !important;
  }

  .lg\:focus\:tw--translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .lg\:focus\:tw--translate-y-13:focus{
    --transform-translate-y: -3.25rem !important;
  }

  .lg\:focus\:tw--translate-y-14:focus{
    --transform-translate-y: -3.5rem !important;
  }

  .lg\:focus\:tw--translate-y-15:focus{
    --transform-translate-y: -3.75rem !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-28:focus{
    --transform-translate-y: -7rem !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-60:focus{
    --transform-translate-y: -15rem !important;
  }

  .lg\:focus\:tw--translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .lg\:focus\:tw--translate-y-72:focus{
    --transform-translate-y: -18rem !important;
  }

  .lg\:focus\:tw--translate-y-80:focus{
    --transform-translate-y: -20rem !important;
  }

  .lg\:focus\:tw--translate-y-96:focus{
    --transform-translate-y: -24rem !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\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .lg\:focus\:tw--translate-y-1\/3:focus{
    --transform-translate-y: -33.33333% !important;
  }

  .lg\:focus\:tw--translate-y-2\/3:focus{
    --transform-translate-y: -66.66667% !important;
  }

  .lg\:focus\:tw--translate-y-1\/4:focus{
    --transform-translate-y: -25% !important;
  }

  .lg\:focus\:tw--translate-y-2\/4:focus{
    --transform-translate-y: -50% !important;
  }

  .lg\:focus\:tw--translate-y-3\/4:focus{
    --transform-translate-y: -75% !important;
  }

  .lg\:focus\:tw--translate-y-1\/5:focus{
    --transform-translate-y: -20% !important;
  }

  .lg\:focus\:tw--translate-y-2\/5:focus{
    --transform-translate-y: -40% !important;
  }

  .lg\:focus\:tw--translate-y-3\/5:focus{
    --transform-translate-y: -60% !important;
  }

  .lg\:focus\:tw--translate-y-4\/5:focus{
    --transform-translate-y: -80% !important;
  }

  .lg\:focus\:tw--translate-y-1\/6:focus{
    --transform-translate-y: -16.66667% !important;
  }

  .lg\:focus\:tw--translate-y-2\/6:focus{
    --transform-translate-y: -33.33333% !important;
  }

  .lg\:focus\:tw--translate-y-3\/6:focus{
    --transform-translate-y: -50% !important;
  }

  .lg\:focus\:tw--translate-y-4\/6:focus{
    --transform-translate-y: -66.66667% !important;
  }

  .lg\:focus\:tw--translate-y-5\/6:focus{
    --transform-translate-y: -83.33333% !important;
  }

  .lg\:focus\:tw--translate-y-1\/12:focus{
    --transform-translate-y: -8.33333% !important;
  }

  .lg\:focus\:tw--translate-y-2\/12:focus{
    --transform-translate-y: -16.66667% !important;
  }

  .lg\:focus\:tw--translate-y-3\/12:focus{
    --transform-translate-y: -25% !important;
  }

  .lg\:focus\:tw--translate-y-4\/12:focus{
    --transform-translate-y: -33.33333% !important;
  }

  .lg\:focus\:tw--translate-y-5\/12:focus{
    --transform-translate-y: -41.66667% !important;
  }

  .lg\:focus\:tw--translate-y-6\/12:focus{
    --transform-translate-y: -50% !important;
  }

  .lg\:focus\:tw--translate-y-7\/12:focus{
    --transform-translate-y: -58.33333% !important;
  }

  .lg\:focus\:tw--translate-y-8\/12:focus{
    --transform-translate-y: -66.66667% !important;
  }

  .lg\:focus\:tw--translate-y-9\/12:focus{
    --transform-translate-y: -75% !important;
  }

  .lg\:focus\:tw--translate-y-10\/12:focus{
    --transform-translate-y: -83.33333% !important;
  }

  .lg\:focus\:tw--translate-y-11\/12:focus{
    --transform-translate-y: -91.66667% !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-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-y-0{
    --transform-skew-y: 0 !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\:hover\:tw-skew-x-0:hover{
    --transform-skew-x: 0 !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-y-0:hover{
    --transform-skew-y: 0 !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\:focus\:tw-skew-x-0:focus{
    --transform-skew-x: 0 !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-y-0:focus{
    --transform-skew-y: 0 !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\:tw-transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .lg\:tw-transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .lg\:tw-transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform !important;
  }

  .lg\:tw-transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .lg\:tw-transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .lg\:tw-transition-shadow{
    -webkit-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
  }

  .lg\:tw-transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .lg\:tw-ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .lg\:tw-ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:tw-ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:tw-ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .lg\:tw-duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .lg\:tw-duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .lg\:tw-duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:tw-duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .lg\:tw-duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .lg\:tw-duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .lg\:tw-duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .lg\:tw-duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .lg\:tw-delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .lg\:tw-delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .lg\:tw-delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .lg\:tw-delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .lg\:tw-delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .lg\:tw-delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .lg\:tw-delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .lg\:tw-delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }
}

@media (min-width: 1200px){
  .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-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.75rem * 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-9 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-9 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.25rem * 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-11 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-11 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * 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-13 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important;
  }

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

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

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

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

  .xl\:tw-space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * 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-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * 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-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--space-x-reverse)) !important;
    margin-left: calc(15rem * 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-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--space-y-reverse)) !important;
  }

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

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

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

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

  .xl\:tw-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--space-x-reverse)) !important;
    margin-left: calc(24rem * 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\/2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important;
  }

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

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

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

  .xl\:tw-space-y-2\/3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-2\/3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .xl\:tw-space-y-2\/4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-2\/4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-3\/4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-3\/4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(75% * var(--space-x-reverse)) !important;
    margin-left: calc(75% * 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(20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-1\/5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(20% * var(--space-x-reverse)) !important;
    margin-left: calc(20% * 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(40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(40% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-2\/5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(40% * var(--space-x-reverse)) !important;
    margin-left: calc(40% * 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(60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60% * var(--space-y-reverse)) !important;
  }

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

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

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

  .xl\:tw-space-y-1\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-1\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-2\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-2\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-3\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-3\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-4\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-4\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .xl\:tw-space-y-1\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.333333% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-1\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-2\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-2\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .xl\:tw-space-y-4\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-4\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(33.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .xl\:tw-space-y-6\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-6\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50% * var(--space-x-reverse)) !important;
    margin-left: calc(50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-7\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(58.333333% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-7\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(58.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-8\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-8\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(66.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-9\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-9\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(75% * var(--space-x-reverse)) !important;
    margin-left: calc(75% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-10\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-10\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(83.333333% * var(--space-x-reverse)) !important;
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-11\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(91.666667% * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-11\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(91.666667% * var(--space-x-reverse)) !important;
    margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .xl\:tw-space-x-full > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(100% * var(--space-x-reverse)) !important;
    margin-left: calc(100% * 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-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.75rem * 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-9 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-9 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.25rem * 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-11 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-11 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * 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-13 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important;
  }

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

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

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

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

  .xl\:tw--space-x-15 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * 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-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * 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-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15rem * 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-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--space-y-reverse)) !important;
  }

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

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

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

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

  .xl\:tw--space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--space-x-reverse)) !important;
    margin-left: calc(-24rem * 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\/2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
  }

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

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

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

  .xl\:tw--space-y-2\/3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-2\/3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .xl\:tw--space-y-2\/4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-2\/4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-3\/4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-3\/4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-75% * var(--space-x-reverse)) !important;
    margin-left: calc(-75% * 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(-20% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-1\/5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-20% * var(--space-x-reverse)) !important;
    margin-left: calc(-20% * 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(-40% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-40% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-2\/5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-40% * var(--space-x-reverse)) !important;
    margin-left: calc(-40% * 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(-60% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60% * var(--space-y-reverse)) !important;
  }

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

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

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

  .xl\:tw--space-y-1\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-1\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-2\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-2\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-3\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-3\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-4\/6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-4\/6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .xl\:tw--space-y-1\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.33333% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-1\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-2\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-2\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .xl\:tw--space-y-4\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-4\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-33.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

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

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

  .xl\:tw--space-y-6\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-6\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50% * var(--space-x-reverse)) !important;
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-7\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-58.33333% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-7\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-58.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-8\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-8\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-66.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-9\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-9\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-75% * var(--space-x-reverse)) !important;
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-10\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-10\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-83.33333% * var(--space-x-reverse)) !important;
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-11\/12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-91.66667% * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-11\/12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-91.66667% * var(--space-x-reverse)) !important;
    margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .xl\:tw--space-x-full > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-100% * var(--space-x-reverse)) !important;
    margin-left: calc(-100% * 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-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-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    border-color: rgba(210, 214, 220, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159, 166, 178, 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: #252f3f !important;
    border-color: rgba(37, 47, 63, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22, 30, 46, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-cool-gray-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251, 253, 254, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-cool-gray-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-cool-gray-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-cool-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207, 216, 227, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-cool-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151, 166, 186, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-cool-gray-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-cool-gray-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-cool-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #364152 !important;
    border-color: rgba(54, 65, 82, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-cool-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #27303f !important;
    border-color: rgba(39, 48, 63, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-cool-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26, 32, 46, var(--divide-opacity)) !important;
  }

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

  .xl\:tw-divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253, 232, 232, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251, 213, 213, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248, 180, 180, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249, 128, 128, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240, 82, 82, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224, 36, 36, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200, 30, 30, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155, 28, 28, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255, 248, 241, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254, 236, 220, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252, 217, 189, var(--divide-opacity)) !important;
  }

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

  .xl\:tw-divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255, 138, 76, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255, 90, 31, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208, 56, 1, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180, 52, 3, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138, 44, 13, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253, 253, 234, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253, 246, 178, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252, 233, 106, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250, 202, 21, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227, 160, 8, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194, 120, 3, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159, 88, 10, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142, 75, 16, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114, 59, 19, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #633112 !important;
    border-color: rgba(99, 49, 18, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243, 250, 247, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222, 247, 236, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188, 240, 218, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132, 225, 188, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49, 196, 141, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14, 159, 110, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5, 122, 85, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4, 108, 78, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #03543f !important;
    border-color: rgba(3, 84, 63, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #014737 !important;
    border-color: rgba(1, 71, 55, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237, 250, 250, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213, 245, 246, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #afecef !important;
    border-color: rgba(175, 236, 239, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126, 220, 226, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22, 189, 202, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6, 148, 162, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #047481 !important;
    border-color: rgba(4, 116, 129, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #036672 !important;
    border-color: rgba(3, 102, 114, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #05505c !important;
    border-color: rgba(5, 80, 92, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #014451 !important;
    border-color: rgba(1, 68, 81, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235, 245, 255, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225, 239, 254, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195, 221, 253, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164, 202, 254, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118, 169, 250, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63, 131, 248, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28, 100, 242, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26, 86, 219, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30, 66, 159, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #233876 !important;
    border-color: rgba(35, 56, 118, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-50 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240, 245, 255, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229, 237, 255, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205, 219, 254, var(--divide-opacity)) !important;
  }

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

  .xl\:tw-divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141, 162, 251, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104, 117, 245, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88, 80, 236, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81, 69, 205, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #42389d !important;
    border-color: rgba(66, 56, 157, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54, 47, 120, var(--divide-opacity)) !important;
  }

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

  .xl\:tw-divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237, 235, 254, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220, 215, 254, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202, 191, 253, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172, 148, 250, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144, 97, 249, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126, 58, 242, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108, 43, 217, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85, 33, 181, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    border-color: rgba(252, 232, 243, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250, 209, 232, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248, 180, 217, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241, 126, 184, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231, 70, 148, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214, 31, 105, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191, 18, 93, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #99154b !important;
    border-color: rgba(153, 21, 75, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117, 26, 61, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-modal-grey > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7f7f7 !important;
    border-color: rgba(247, 247, 247, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-separator-grey > :not(template) ~ :not(template){
    border-color: hsla(210,7%,83%,1) !important;
  }

  .xl\:tw-divide-label-grey > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #738699 !important;
    border-color: rgba(115, 134, 153, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-anvesh-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1A2633 !important;
    border-color: rgba(26, 38, 51, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-anvesh-grey > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #B6BBBF !important;
    border-color: rgba(182, 187, 191, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-anvesh-blue > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0099dd !important;
    border-color: rgba(0, 153, 221, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-jira-blue > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0b4571 !important;
    border-color: rgba(11, 69, 113, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-amber > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #FFBF00 !important;
    border-color: rgba(255, 191, 0, var(--divide-opacity)) !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-transparent{
    background-color: transparent !important;
  }

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

  .xl\:tw-bg-black{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    background-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    background-color: rgba(210, 214, 220, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #9fa6b2 !important;
    background-color: rgba(159, 166, 178, 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: #252f3f !important;
    background-color: rgba(37, 47, 63, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #161e2e !important;
    background-color: rgba(22, 30, 46, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-cool-gray-50{
    --bg-opacity: 1 !important;
    background-color: #fbfdfe !important;
    background-color: rgba(251, 253, 254, var(--bg-opacity)) !important;
  }

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

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

  .xl\:tw-bg-cool-gray-300{
    --bg-opacity: 1 !important;
    background-color: #cfd8e3 !important;
    background-color: rgba(207, 216, 227, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-cool-gray-400{
    --bg-opacity: 1 !important;
    background-color: #97a6ba !important;
    background-color: rgba(151, 166, 186, var(--bg-opacity)) !important;
  }

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

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

  .xl\:tw-bg-cool-gray-700{
    --bg-opacity: 1 !important;
    background-color: #364152 !important;
    background-color: rgba(54, 65, 82, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-cool-gray-800{
    --bg-opacity: 1 !important;
    background-color: #27303f !important;
    background-color: rgba(39, 48, 63, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-cool-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202e !important;
    background-color: rgba(26, 32, 46, var(--bg-opacity)) !important;
  }

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

  .xl\:tw-bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fde8e8 !important;
    background-color: rgba(253, 232, 232, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fbd5d5 !important;
    background-color: rgba(251, 213, 213, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #f8b4b4 !important;
    background-color: rgba(248, 180, 180, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #f98080 !important;
    background-color: rgba(249, 128, 128, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f05252 !important;
    background-color: rgba(240, 82, 82, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e02424 !important;
    background-color: rgba(224, 36, 36, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c81e1e !important;
    background-color: rgba(200, 30, 30, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b1c1c !important;
    background-color: rgba(155, 28, 28, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-50{
    --bg-opacity: 1 !important;
    background-color: #fff8f1 !important;
    background-color: rgba(255, 248, 241, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #feecdc !important;
    background-color: rgba(254, 236, 220, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #fcd9bd !important;
    background-color: rgba(252, 217, 189, var(--bg-opacity)) !important;
  }

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

  .xl\:tw-bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #ff8a4c !important;
    background-color: rgba(255, 138, 76, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ff5a1f !important;
    background-color: rgba(255, 90, 31, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #d03801 !important;
    background-color: rgba(208, 56, 1, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #b43403 !important;
    background-color: rgba(180, 52, 3, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #8a2c0d !important;
    background-color: rgba(138, 44, 13, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-50{
    --bg-opacity: 1 !important;
    background-color: #fdfdea !important;
    background-color: rgba(253, 253, 234, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fdf6b2 !important;
    background-color: rgba(253, 246, 178, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fce96a !important;
    background-color: rgba(252, 233, 106, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faca15 !important;
    background-color: rgba(250, 202, 21, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #e3a008 !important;
    background-color: rgba(227, 160, 8, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #c27803 !important;
    background-color: rgba(194, 120, 3, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #9f580a !important;
    background-color: rgba(159, 88, 10, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #8e4b10 !important;
    background-color: rgba(142, 75, 16, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #723b13 !important;
    background-color: rgba(114, 59, 19, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #633112 !important;
    background-color: rgba(99, 49, 18, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-50{
    --bg-opacity: 1 !important;
    background-color: #f3faf7 !important;
    background-color: rgba(243, 250, 247, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #def7ec !important;
    background-color: rgba(222, 247, 236, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #bcf0da !important;
    background-color: rgba(188, 240, 218, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #84e1bc !important;
    background-color: rgba(132, 225, 188, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #31c48d !important;
    background-color: rgba(49, 196, 141, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #0e9f6e !important;
    background-color: rgba(14, 159, 110, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #057a55 !important;
    background-color: rgba(5, 122, 85, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #046c4e !important;
    background-color: rgba(4, 108, 78, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #03543f !important;
    background-color: rgba(3, 84, 63, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #014737 !important;
    background-color: rgba(1, 71, 55, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-50{
    --bg-opacity: 1 !important;
    background-color: #edfafa !important;
    background-color: rgba(237, 250, 250, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #d5f5f6 !important;
    background-color: rgba(213, 245, 246, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #afecef !important;
    background-color: rgba(175, 236, 239, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #7edce2 !important;
    background-color: rgba(126, 220, 226, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #16bdca !important;
    background-color: rgba(22, 189, 202, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #0694a2 !important;
    background-color: rgba(6, 148, 162, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #047481 !important;
    background-color: rgba(4, 116, 129, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #036672 !important;
    background-color: rgba(3, 102, 114, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #05505c !important;
    background-color: rgba(5, 80, 92, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #014451 !important;
    background-color: rgba(1, 68, 81, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-50{
    --bg-opacity: 1 !important;
    background-color: #ebf5ff !important;
    background-color: rgba(235, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #e1effe !important;
    background-color: rgba(225, 239, 254, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #c3ddfd !important;
    background-color: rgba(195, 221, 253, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #a4cafe !important;
    background-color: rgba(164, 202, 254, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #76a9fa !important;
    background-color: rgba(118, 169, 250, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #3f83f8 !important;
    background-color: rgba(63, 131, 248, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #1c64f2 !important;
    background-color: rgba(28, 100, 242, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #1a56db !important;
    background-color: rgba(26, 86, 219, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #1e429f !important;
    background-color: rgba(30, 66, 159, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #233876 !important;
    background-color: rgba(35, 56, 118, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-50{
    --bg-opacity: 1 !important;
    background-color: #f0f5ff !important;
    background-color: rgba(240, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #e5edff !important;
    background-color: rgba(229, 237, 255, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #cddbfe !important;
    background-color: rgba(205, 219, 254, var(--bg-opacity)) !important;
  }

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

  .xl\:tw-bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #8da2fb !important;
    background-color: rgba(141, 162, 251, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #6875f5 !important;
    background-color: rgba(104, 117, 245, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5850ec !important;
    background-color: rgba(88, 80, 236, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #5145cd !important;
    background-color: rgba(81, 69, 205, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #42389d !important;
    background-color: rgba(66, 56, 157, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #362f78 !important;
    background-color: rgba(54, 47, 120, var(--bg-opacity)) !important;
  }

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

  .xl\:tw-bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #edebfe !important;
    background-color: rgba(237, 235, 254, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #dcd7fe !important;
    background-color: rgba(220, 215, 254, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #cabffd !important;
    background-color: rgba(202, 191, 253, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #ac94fa !important;
    background-color: rgba(172, 148, 250, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9061f9 !important;
    background-color: rgba(144, 97, 249, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #7e3af2 !important;
    background-color: rgba(126, 58, 242, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6c2bd9 !important;
    background-color: rgba(108, 43, 217, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #5521b5 !important;
    background-color: rgba(85, 33, 181, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #4a1d96 !important;
    background-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    background-color: rgba(252, 232, 243, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fad1e8 !important;
    background-color: rgba(250, 209, 232, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #f8b4d9 !important;
    background-color: rgba(248, 180, 217, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f17eb8 !important;
    background-color: rgba(241, 126, 184, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #e74694 !important;
    background-color: rgba(231, 70, 148, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d61f69 !important;
    background-color: rgba(214, 31, 105, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #bf125d !important;
    background-color: rgba(191, 18, 93, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #99154b !important;
    background-color: rgba(153, 21, 75, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #751a3d !important;
    background-color: rgba(117, 26, 61, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-modal-grey{
    --bg-opacity: 1 !important;
    background-color: #f7f7f7 !important;
    background-color: rgba(247, 247, 247, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-separator-grey{
    background-color: hsla(210,7%,83%,1) !important;
  }

  .xl\:tw-bg-label-grey{
    --bg-opacity: 1 !important;
    background-color: #738699 !important;
    background-color: rgba(115, 134, 153, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-anvesh-black{
    --bg-opacity: 1 !important;
    background-color: #1A2633 !important;
    background-color: rgba(26, 38, 51, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-anvesh-grey{
    --bg-opacity: 1 !important;
    background-color: #B6BBBF !important;
    background-color: rgba(182, 187, 191, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-anvesh-blue{
    --bg-opacity: 1 !important;
    background-color: #0099dd !important;
    background-color: rgba(0, 153, 221, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-jira-blue{
    --bg-opacity: 1 !important;
    background-color: #0b4571 !important;
    background-color: rgba(11, 69, 113, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-amber{
    --bg-opacity: 1 !important;
    background-color: #FFBF00 !important;
    background-color: rgba(255, 191, 0, var(--bg-opacity)) !important;
  }

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

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

  .xl\:hover\:tw-bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    background-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    background-color: rgba(210, 214, 220, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #9fa6b2 !important;
    background-color: rgba(159, 166, 178, 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: #252f3f !important;
    background-color: rgba(37, 47, 63, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #161e2e !important;
    background-color: rgba(22, 30, 46, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cool-gray-50:hover{
    --bg-opacity: 1 !important;
    background-color: #fbfdfe !important;
    background-color: rgba(251, 253, 254, var(--bg-opacity)) !important;
  }

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

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

  .xl\:hover\:tw-bg-cool-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #cfd8e3 !important;
    background-color: rgba(207, 216, 227, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cool-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #97a6ba !important;
    background-color: rgba(151, 166, 186, var(--bg-opacity)) !important;
  }

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

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

  .xl\:hover\:tw-bg-cool-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #364152 !important;
    background-color: rgba(54, 65, 82, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cool-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #27303f !important;
    background-color: rgba(39, 48, 63, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cool-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202e !important;
    background-color: rgba(26, 32, 46, var(--bg-opacity)) !important;
  }

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

  .xl\:hover\:tw-bg-red-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fde8e8 !important;
    background-color: rgba(253, 232, 232, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd5d5 !important;
    background-color: rgba(251, 213, 213, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-300:hover{
    --bg-opacity: 1 !important;
    background-color: #f8b4b4 !important;
    background-color: rgba(248, 180, 180, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f98080 !important;
    background-color: rgba(249, 128, 128, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-500:hover{
    --bg-opacity: 1 !important;
    background-color: #f05252 !important;
    background-color: rgba(240, 82, 82, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-600:hover{
    --bg-opacity: 1 !important;
    background-color: #e02424 !important;
    background-color: rgba(224, 36, 36, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c81e1e !important;
    background-color: rgba(200, 30, 30, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9b1c1c !important;
    background-color: rgba(155, 28, 28, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-900:hover{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-50:hover{
    --bg-opacity: 1 !important;
    background-color: #fff8f1 !important;
    background-color: rgba(255, 248, 241, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #feecdc !important;
    background-color: rgba(254, 236, 220, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fcd9bd !important;
    background-color: rgba(252, 217, 189, var(--bg-opacity)) !important;
  }

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

  .xl\:hover\:tw-bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #ff8a4c !important;
    background-color: rgba(255, 138, 76, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ff5a1f !important;
    background-color: rgba(255, 90, 31, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d03801 !important;
    background-color: rgba(208, 56, 1, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b43403 !important;
    background-color: rgba(180, 52, 3, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #8a2c0d !important;
    background-color: rgba(138, 44, 13, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-50:hover{
    --bg-opacity: 1 !important;
    background-color: #fdfdea !important;
    background-color: rgba(253, 253, 234, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fdf6b2 !important;
    background-color: rgba(253, 246, 178, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fce96a !important;
    background-color: rgba(252, 233, 106, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faca15 !important;
    background-color: rgba(250, 202, 21, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #e3a008 !important;
    background-color: rgba(227, 160, 8, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #c27803 !important;
    background-color: rgba(194, 120, 3, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #9f580a !important;
    background-color: rgba(159, 88, 10, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #8e4b10 !important;
    background-color: rgba(142, 75, 16, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #723b13 !important;
    background-color: rgba(114, 59, 19, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #633112 !important;
    background-color: rgba(99, 49, 18, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-50:hover{
    --bg-opacity: 1 !important;
    background-color: #f3faf7 !important;
    background-color: rgba(243, 250, 247, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #def7ec !important;
    background-color: rgba(222, 247, 236, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bcf0da !important;
    background-color: rgba(188, 240, 218, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #84e1bc !important;
    background-color: rgba(132, 225, 188, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #31c48d !important;
    background-color: rgba(49, 196, 141, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #0e9f6e !important;
    background-color: rgba(14, 159, 110, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #057a55 !important;
    background-color: rgba(5, 122, 85, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #046c4e !important;
    background-color: rgba(4, 108, 78, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #03543f !important;
    background-color: rgba(3, 84, 63, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #014737 !important;
    background-color: rgba(1, 71, 55, var(--bg-opacity)) !important;
  }

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

  .xl\:hover\:tw-bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #d5f5f6 !important;
    background-color: rgba(213, 245, 246, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #afecef !important;
    background-color: rgba(175, 236, 239, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #7edce2 !important;
    background-color: rgba(126, 220, 226, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #16bdca !important;
    background-color: rgba(22, 189, 202, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #0694a2 !important;
    background-color: rgba(6, 148, 162, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #047481 !important;
    background-color: rgba(4, 116, 129, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #036672 !important;
    background-color: rgba(3, 102, 114, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #05505c !important;
    background-color: rgba(5, 80, 92, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #014451 !important;
    background-color: rgba(1, 68, 81, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-50:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf5ff !important;
    background-color: rgba(235, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e1effe !important;
    background-color: rgba(225, 239, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3ddfd !important;
    background-color: rgba(195, 221, 253, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a4cafe !important;
    background-color: rgba(164, 202, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #76a9fa !important;
    background-color: rgba(118, 169, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #3f83f8 !important;
    background-color: rgba(63, 131, 248, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #1c64f2 !important;
    background-color: rgba(28, 100, 242, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #1a56db !important;
    background-color: rgba(26, 86, 219, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #1e429f !important;
    background-color: rgba(30, 66, 159, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #233876 !important;
    background-color: rgba(35, 56, 118, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-50:hover{
    --bg-opacity: 1 !important;
    background-color: #f0f5ff !important;
    background-color: rgba(240, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e5edff !important;
    background-color: rgba(229, 237, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #cddbfe !important;
    background-color: rgba(205, 219, 254, var(--bg-opacity)) !important;
  }

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

  .xl\:hover\:tw-bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #8da2fb !important;
    background-color: rgba(141, 162, 251, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #6875f5 !important;
    background-color: rgba(104, 117, 245, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5850ec !important;
    background-color: rgba(88, 80, 236, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #5145cd !important;
    background-color: rgba(81, 69, 205, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #42389d !important;
    background-color: rgba(66, 56, 157, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #362f78 !important;
    background-color: rgba(54, 47, 120, var(--bg-opacity)) !important;
  }

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

  .xl\:hover\:tw-bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #edebfe !important;
    background-color: rgba(237, 235, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #dcd7fe !important;
    background-color: rgba(220, 215, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #cabffd !important;
    background-color: rgba(202, 191, 253, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #ac94fa !important;
    background-color: rgba(172, 148, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9061f9 !important;
    background-color: rgba(144, 97, 249, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #7e3af2 !important;
    background-color: rgba(126, 58, 242, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6c2bd9 !important;
    background-color: rgba(108, 43, 217, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #5521b5 !important;
    background-color: rgba(85, 33, 181, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #4a1d96 !important;
    background-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    background-color: rgba(252, 232, 243, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fad1e8 !important;
    background-color: rgba(250, 209, 232, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #f8b4d9 !important;
    background-color: rgba(248, 180, 217, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f17eb8 !important;
    background-color: rgba(241, 126, 184, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #e74694 !important;
    background-color: rgba(231, 70, 148, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d61f69 !important;
    background-color: rgba(214, 31, 105, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #bf125d !important;
    background-color: rgba(191, 18, 93, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #99154b !important;
    background-color: rgba(153, 21, 75, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #751a3d !important;
    background-color: rgba(117, 26, 61, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-modal-grey:hover{
    --bg-opacity: 1 !important;
    background-color: #f7f7f7 !important;
    background-color: rgba(247, 247, 247, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-separator-grey:hover{
    background-color: hsla(210,7%,83%,1) !important;
  }

  .xl\:hover\:tw-bg-label-grey:hover{
    --bg-opacity: 1 !important;
    background-color: #738699 !important;
    background-color: rgba(115, 134, 153, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-anvesh-black:hover{
    --bg-opacity: 1 !important;
    background-color: #1A2633 !important;
    background-color: rgba(26, 38, 51, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-anvesh-grey:hover{
    --bg-opacity: 1 !important;
    background-color: #B6BBBF !important;
    background-color: rgba(182, 187, 191, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-anvesh-blue:hover{
    --bg-opacity: 1 !important;
    background-color: #0099dd !important;
    background-color: rgba(0, 153, 221, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-jira-blue:hover{
    --bg-opacity: 1 !important;
    background-color: #0b4571 !important;
    background-color: rgba(11, 69, 113, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber:hover{
    --bg-opacity: 1 !important;
    background-color: #FFBF00 !important;
    background-color: rgba(255, 191, 0, var(--bg-opacity)) !important;
  }

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

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

  .xl\:focus\:tw-bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    background-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    background-color: rgba(210, 214, 220, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #9fa6b2 !important;
    background-color: rgba(159, 166, 178, 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: #252f3f !important;
    background-color: rgba(37, 47, 63, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #161e2e !important;
    background-color: rgba(22, 30, 46, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cool-gray-50:focus{
    --bg-opacity: 1 !important;
    background-color: #fbfdfe !important;
    background-color: rgba(251, 253, 254, var(--bg-opacity)) !important;
  }

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

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

  .xl\:focus\:tw-bg-cool-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #cfd8e3 !important;
    background-color: rgba(207, 216, 227, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cool-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #97a6ba !important;
    background-color: rgba(151, 166, 186, var(--bg-opacity)) !important;
  }

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

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

  .xl\:focus\:tw-bg-cool-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #364152 !important;
    background-color: rgba(54, 65, 82, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cool-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #27303f !important;
    background-color: rgba(39, 48, 63, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cool-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202e !important;
    background-color: rgba(26, 32, 46, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-50:focus{
    --bg-opacity: 1 !important;
    background-color: #fdf2f2 !important;
    background-color: rgba(253, 242, 242, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fde8e8 !important;
    background-color: rgba(253, 232, 232, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd5d5 !important;
    background-color: rgba(251, 213, 213, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-300:focus{
    --bg-opacity: 1 !important;
    background-color: #f8b4b4 !important;
    background-color: rgba(248, 180, 180, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f98080 !important;
    background-color: rgba(249, 128, 128, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-500:focus{
    --bg-opacity: 1 !important;
    background-color: #f05252 !important;
    background-color: rgba(240, 82, 82, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-600:focus{
    --bg-opacity: 1 !important;
    background-color: #e02424 !important;
    background-color: rgba(224, 36, 36, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c81e1e !important;
    background-color: rgba(200, 30, 30, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9b1c1c !important;
    background-color: rgba(155, 28, 28, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-900:focus{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-50:focus{
    --bg-opacity: 1 !important;
    background-color: #fff8f1 !important;
    background-color: rgba(255, 248, 241, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #feecdc !important;
    background-color: rgba(254, 236, 220, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fcd9bd !important;
    background-color: rgba(252, 217, 189, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fdba8c !important;
    background-color: rgba(253, 186, 140, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #ff8a4c !important;
    background-color: rgba(255, 138, 76, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ff5a1f !important;
    background-color: rgba(255, 90, 31, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d03801 !important;
    background-color: rgba(208, 56, 1, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b43403 !important;
    background-color: rgba(180, 52, 3, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #8a2c0d !important;
    background-color: rgba(138, 44, 13, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119, 29, 29, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-50:focus{
    --bg-opacity: 1 !important;
    background-color: #fdfdea !important;
    background-color: rgba(253, 253, 234, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fdf6b2 !important;
    background-color: rgba(253, 246, 178, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fce96a !important;
    background-color: rgba(252, 233, 106, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faca15 !important;
    background-color: rgba(250, 202, 21, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #e3a008 !important;
    background-color: rgba(227, 160, 8, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #c27803 !important;
    background-color: rgba(194, 120, 3, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #9f580a !important;
    background-color: rgba(159, 88, 10, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #8e4b10 !important;
    background-color: rgba(142, 75, 16, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #723b13 !important;
    background-color: rgba(114, 59, 19, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #633112 !important;
    background-color: rgba(99, 49, 18, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-50:focus{
    --bg-opacity: 1 !important;
    background-color: #f3faf7 !important;
    background-color: rgba(243, 250, 247, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #def7ec !important;
    background-color: rgba(222, 247, 236, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bcf0da !important;
    background-color: rgba(188, 240, 218, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #84e1bc !important;
    background-color: rgba(132, 225, 188, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #31c48d !important;
    background-color: rgba(49, 196, 141, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #0e9f6e !important;
    background-color: rgba(14, 159, 110, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #057a55 !important;
    background-color: rgba(5, 122, 85, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #046c4e !important;
    background-color: rgba(4, 108, 78, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #03543f !important;
    background-color: rgba(3, 84, 63, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #014737 !important;
    background-color: rgba(1, 71, 55, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-50:focus{
    --bg-opacity: 1 !important;
    background-color: #edfafa !important;
    background-color: rgba(237, 250, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #d5f5f6 !important;
    background-color: rgba(213, 245, 246, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #afecef !important;
    background-color: rgba(175, 236, 239, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #7edce2 !important;
    background-color: rgba(126, 220, 226, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #16bdca !important;
    background-color: rgba(22, 189, 202, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #0694a2 !important;
    background-color: rgba(6, 148, 162, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #047481 !important;
    background-color: rgba(4, 116, 129, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #036672 !important;
    background-color: rgba(3, 102, 114, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #05505c !important;
    background-color: rgba(5, 80, 92, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #014451 !important;
    background-color: rgba(1, 68, 81, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-50:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf5ff !important;
    background-color: rgba(235, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e1effe !important;
    background-color: rgba(225, 239, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3ddfd !important;
    background-color: rgba(195, 221, 253, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a4cafe !important;
    background-color: rgba(164, 202, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #76a9fa !important;
    background-color: rgba(118, 169, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #3f83f8 !important;
    background-color: rgba(63, 131, 248, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #1c64f2 !important;
    background-color: rgba(28, 100, 242, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #1a56db !important;
    background-color: rgba(26, 86, 219, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #1e429f !important;
    background-color: rgba(30, 66, 159, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #233876 !important;
    background-color: rgba(35, 56, 118, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-50:focus{
    --bg-opacity: 1 !important;
    background-color: #f0f5ff !important;
    background-color: rgba(240, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e5edff !important;
    background-color: rgba(229, 237, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #cddbfe !important;
    background-color: rgba(205, 219, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #b4c6fc !important;
    background-color: rgba(180, 198, 252, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #8da2fb !important;
    background-color: rgba(141, 162, 251, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #6875f5 !important;
    background-color: rgba(104, 117, 245, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5850ec !important;
    background-color: rgba(88, 80, 236, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #5145cd !important;
    background-color: rgba(81, 69, 205, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #42389d !important;
    background-color: rgba(66, 56, 157, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #362f78 !important;
    background-color: rgba(54, 47, 120, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-50:focus{
    --bg-opacity: 1 !important;
    background-color: #f6f5ff !important;
    background-color: rgba(246, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #edebfe !important;
    background-color: rgba(237, 235, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #dcd7fe !important;
    background-color: rgba(220, 215, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #cabffd !important;
    background-color: rgba(202, 191, 253, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #ac94fa !important;
    background-color: rgba(172, 148, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9061f9 !important;
    background-color: rgba(144, 97, 249, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #7e3af2 !important;
    background-color: rgba(126, 58, 242, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6c2bd9 !important;
    background-color: rgba(108, 43, 217, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #5521b5 !important;
    background-color: rgba(85, 33, 181, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #4a1d96 !important;
    background-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    background-color: rgba(252, 232, 243, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fad1e8 !important;
    background-color: rgba(250, 209, 232, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #f8b4d9 !important;
    background-color: rgba(248, 180, 217, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f17eb8 !important;
    background-color: rgba(241, 126, 184, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #e74694 !important;
    background-color: rgba(231, 70, 148, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d61f69 !important;
    background-color: rgba(214, 31, 105, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #bf125d !important;
    background-color: rgba(191, 18, 93, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #99154b !important;
    background-color: rgba(153, 21, 75, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #751a3d !important;
    background-color: rgba(117, 26, 61, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-modal-grey:focus{
    --bg-opacity: 1 !important;
    background-color: #f7f7f7 !important;
    background-color: rgba(247, 247, 247, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-separator-grey:focus{
    background-color: hsla(210,7%,83%,1) !important;
  }

  .xl\:focus\:tw-bg-label-grey:focus{
    --bg-opacity: 1 !important;
    background-color: #738699 !important;
    background-color: rgba(115, 134, 153, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-anvesh-black:focus{
    --bg-opacity: 1 !important;
    background-color: #1A2633 !important;
    background-color: rgba(26, 38, 51, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-anvesh-grey:focus{
    --bg-opacity: 1 !important;
    background-color: #B6BBBF !important;
    background-color: rgba(182, 187, 191, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-anvesh-blue:focus{
    --bg-opacity: 1 !important;
    background-color: #0099dd !important;
    background-color: rgba(0, 153, 221, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-jira-blue:focus{
    --bg-opacity: 1 !important;
    background-color: #0b4571 !important;
    background-color: rgba(11, 69, 113, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber:focus{
    --bg-opacity: 1 !important;
    background-color: #FFBF00 !important;
    background-color: rgba(255, 191, 0, var(--bg-opacity)) !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-transparent{
    border-color: transparent !important;
  }

  .xl\:tw-border-white{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-black{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    border-color: rgba(210, 214, 220, var(--border-opacity)) !important;
  }

  .xl\:tw-border-gray-400{
    --border-opacity: 1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159, 166, 178, 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: #252f3f !important;
    border-color: rgba(37, 47, 63, var(--border-opacity)) !important;
  }

  .xl\:tw-border-gray-900{
    --border-opacity: 1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22, 30, 46, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cool-gray-50{
    --border-opacity: 1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251, 253, 254, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cool-gray-100{
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cool-gray-200{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cool-gray-300{
    --border-opacity: 1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207, 216, 227, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cool-gray-400{
    --border-opacity: 1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151, 166, 186, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cool-gray-500{
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cool-gray-600{
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cool-gray-700{
    --border-opacity: 1 !important;
    border-color: #364152 !important;
    border-color: rgba(54, 65, 82, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cool-gray-800{
    --border-opacity: 1 !important;
    border-color: #27303f !important;
    border-color: rgba(39, 48, 63, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cool-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26, 32, 46, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-50{
    --border-opacity: 1 !important;
    border-color: #fdf2f2 !important;
    border-color: rgba(253, 242, 242, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-100{
    --border-opacity: 1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253, 232, 232, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-200{
    --border-opacity: 1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251, 213, 213, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-300{
    --border-opacity: 1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248, 180, 180, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-400{
    --border-opacity: 1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249, 128, 128, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-500{
    --border-opacity: 1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240, 82, 82, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-600{
    --border-opacity: 1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224, 36, 36, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-700{
    --border-opacity: 1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200, 30, 30, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-800{
    --border-opacity: 1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155, 28, 28, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-900{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-50{
    --border-opacity: 1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255, 248, 241, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-100{
    --border-opacity: 1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254, 236, 220, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-200{
    --border-opacity: 1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252, 217, 189, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fdba8c !important;
    border-color: rgba(253, 186, 140, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-400{
    --border-opacity: 1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255, 138, 76, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255, 90, 31, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-600{
    --border-opacity: 1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208, 56, 1, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-700{
    --border-opacity: 1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180, 52, 3, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-800{
    --border-opacity: 1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138, 44, 13, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-900{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-50{
    --border-opacity: 1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253, 253, 234, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253, 246, 178, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252, 233, 106, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250, 202, 21, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227, 160, 8, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194, 120, 3, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159, 88, 10, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142, 75, 16, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114, 59, 19, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #633112 !important;
    border-color: rgba(99, 49, 18, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-50{
    --border-opacity: 1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243, 250, 247, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-100{
    --border-opacity: 1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222, 247, 236, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-200{
    --border-opacity: 1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188, 240, 218, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-300{
    --border-opacity: 1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132, 225, 188, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-400{
    --border-opacity: 1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49, 196, 141, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-500{
    --border-opacity: 1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14, 159, 110, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-600{
    --border-opacity: 1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5, 122, 85, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-700{
    --border-opacity: 1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4, 108, 78, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-800{
    --border-opacity: 1 !important;
    border-color: #03543f !important;
    border-color: rgba(3, 84, 63, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-900{
    --border-opacity: 1 !important;
    border-color: #014737 !important;
    border-color: rgba(1, 71, 55, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-50{
    --border-opacity: 1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237, 250, 250, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-100{
    --border-opacity: 1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213, 245, 246, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-200{
    --border-opacity: 1 !important;
    border-color: #afecef !important;
    border-color: rgba(175, 236, 239, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-300{
    --border-opacity: 1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126, 220, 226, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-400{
    --border-opacity: 1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22, 189, 202, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-500{
    --border-opacity: 1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6, 148, 162, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-600{
    --border-opacity: 1 !important;
    border-color: #047481 !important;
    border-color: rgba(4, 116, 129, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-700{
    --border-opacity: 1 !important;
    border-color: #036672 !important;
    border-color: rgba(3, 102, 114, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-800{
    --border-opacity: 1 !important;
    border-color: #05505c !important;
    border-color: rgba(5, 80, 92, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-900{
    --border-opacity: 1 !important;
    border-color: #014451 !important;
    border-color: rgba(1, 68, 81, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-50{
    --border-opacity: 1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-100{
    --border-opacity: 1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225, 239, 254, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-200{
    --border-opacity: 1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195, 221, 253, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-300{
    --border-opacity: 1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164, 202, 254, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-400{
    --border-opacity: 1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118, 169, 250, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-500{
    --border-opacity: 1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63, 131, 248, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-600{
    --border-opacity: 1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28, 100, 242, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-700{
    --border-opacity: 1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26, 86, 219, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-800{
    --border-opacity: 1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30, 66, 159, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-900{
    --border-opacity: 1 !important;
    border-color: #233876 !important;
    border-color: rgba(35, 56, 118, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-50{
    --border-opacity: 1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229, 237, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205, 219, 254, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #b4c6fc !important;
    border-color: rgba(180, 198, 252, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141, 162, 251, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104, 117, 245, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88, 80, 236, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81, 69, 205, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #42389d !important;
    border-color: rgba(66, 56, 157, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54, 47, 120, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-50{
    --border-opacity: 1 !important;
    border-color: #f6f5ff !important;
    border-color: rgba(246, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-100{
    --border-opacity: 1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237, 235, 254, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-200{
    --border-opacity: 1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220, 215, 254, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-300{
    --border-opacity: 1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202, 191, 253, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-400{
    --border-opacity: 1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172, 148, 250, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144, 97, 249, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-600{
    --border-opacity: 1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126, 58, 242, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108, 43, 217, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-800{
    --border-opacity: 1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85, 33, 181, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-900{
    --border-opacity: 1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    border-color: rgba(252, 232, 243, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250, 209, 232, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-300{
    --border-opacity: 1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248, 180, 217, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241, 126, 184, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-500{
    --border-opacity: 1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231, 70, 148, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214, 31, 105, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-700{
    --border-opacity: 1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191, 18, 93, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-800{
    --border-opacity: 1 !important;
    border-color: #99154b !important;
    border-color: rgba(153, 21, 75, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-900{
    --border-opacity: 1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117, 26, 61, var(--border-opacity)) !important;
  }

  .xl\:tw-border-modal-grey{
    --border-opacity: 1 !important;
    border-color: #f7f7f7 !important;
    border-color: rgba(247, 247, 247, var(--border-opacity)) !important;
  }

  .xl\:tw-border-separator-grey{
    border-color: hsla(210,7%,83%,1) !important;
  }

  .xl\:tw-border-label-grey{
    --border-opacity: 1 !important;
    border-color: #738699 !important;
    border-color: rgba(115, 134, 153, var(--border-opacity)) !important;
  }

  .xl\:tw-border-anvesh-black{
    --border-opacity: 1 !important;
    border-color: #1A2633 !important;
    border-color: rgba(26, 38, 51, var(--border-opacity)) !important;
  }

  .xl\:tw-border-anvesh-grey{
    --border-opacity: 1 !important;
    border-color: #B6BBBF !important;
    border-color: rgba(182, 187, 191, var(--border-opacity)) !important;
  }

  .xl\:tw-border-anvesh-blue{
    --border-opacity: 1 !important;
    border-color: #0099dd !important;
    border-color: rgba(0, 153, 221, var(--border-opacity)) !important;
  }

  .xl\:tw-border-jira-blue{
    --border-opacity: 1 !important;
    border-color: #0b4571 !important;
    border-color: rgba(11, 69, 113, var(--border-opacity)) !important;
  }

  .xl\:tw-border-amber{
    --border-opacity: 1 !important;
    border-color: #FFBF00 !important;
    border-color: rgba(255, 191, 0, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-transparent:hover{
    border-color: transparent !important;
  }

  .xl\:hover\:tw-border-white:hover{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-black:hover{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    border-color: rgba(210, 214, 220, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159, 166, 178, 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: #252f3f !important;
    border-color: rgba(37, 47, 63, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22, 30, 46, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cool-gray-50:hover{
    --border-opacity: 1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251, 253, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cool-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cool-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cool-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207, 216, 227, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cool-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151, 166, 186, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cool-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cool-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cool-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #364152 !important;
    border-color: rgba(54, 65, 82, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cool-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #27303f !important;
    border-color: rgba(39, 48, 63, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cool-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26, 32, 46, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-50:hover{
    --border-opacity: 1 !important;
    border-color: #fdf2f2 !important;
    border-color: rgba(253, 242, 242, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-100:hover{
    --border-opacity: 1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253, 232, 232, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-200:hover{
    --border-opacity: 1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251, 213, 213, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-300:hover{
    --border-opacity: 1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248, 180, 180, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-400:hover{
    --border-opacity: 1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249, 128, 128, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-500:hover{
    --border-opacity: 1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240, 82, 82, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-600:hover{
    --border-opacity: 1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224, 36, 36, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-700:hover{
    --border-opacity: 1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200, 30, 30, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-800:hover{
    --border-opacity: 1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155, 28, 28, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-900:hover{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-50:hover{
    --border-opacity: 1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255, 248, 241, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254, 236, 220, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252, 217, 189, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fdba8c !important;
    border-color: rgba(253, 186, 140, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255, 138, 76, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255, 90, 31, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208, 56, 1, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180, 52, 3, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138, 44, 13, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-50:hover{
    --border-opacity: 1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253, 253, 234, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253, 246, 178, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252, 233, 106, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250, 202, 21, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227, 160, 8, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194, 120, 3, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159, 88, 10, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142, 75, 16, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114, 59, 19, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #633112 !important;
    border-color: rgba(99, 49, 18, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-50:hover{
    --border-opacity: 1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243, 250, 247, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222, 247, 236, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188, 240, 218, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132, 225, 188, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49, 196, 141, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14, 159, 110, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5, 122, 85, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4, 108, 78, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #03543f !important;
    border-color: rgba(3, 84, 63, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #014737 !important;
    border-color: rgba(1, 71, 55, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-50:hover{
    --border-opacity: 1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237, 250, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213, 245, 246, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #afecef !important;
    border-color: rgba(175, 236, 239, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126, 220, 226, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22, 189, 202, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6, 148, 162, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #047481 !important;
    border-color: rgba(4, 116, 129, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #036672 !important;
    border-color: rgba(3, 102, 114, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #05505c !important;
    border-color: rgba(5, 80, 92, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #014451 !important;
    border-color: rgba(1, 68, 81, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-50:hover{
    --border-opacity: 1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225, 239, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195, 221, 253, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164, 202, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118, 169, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63, 131, 248, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28, 100, 242, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26, 86, 219, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30, 66, 159, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #233876 !important;
    border-color: rgba(35, 56, 118, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-50:hover{
    --border-opacity: 1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229, 237, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205, 219, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #b4c6fc !important;
    border-color: rgba(180, 198, 252, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141, 162, 251, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104, 117, 245, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88, 80, 236, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81, 69, 205, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #42389d !important;
    border-color: rgba(66, 56, 157, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54, 47, 120, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-50:hover{
    --border-opacity: 1 !important;
    border-color: #f6f5ff !important;
    border-color: rgba(246, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237, 235, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220, 215, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202, 191, 253, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172, 148, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144, 97, 249, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126, 58, 242, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108, 43, 217, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85, 33, 181, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    border-color: rgba(252, 232, 243, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250, 209, 232, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248, 180, 217, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241, 126, 184, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231, 70, 148, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214, 31, 105, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191, 18, 93, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #99154b !important;
    border-color: rgba(153, 21, 75, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117, 26, 61, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-modal-grey:hover{
    --border-opacity: 1 !important;
    border-color: #f7f7f7 !important;
    border-color: rgba(247, 247, 247, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-separator-grey:hover{
    border-color: hsla(210,7%,83%,1) !important;
  }

  .xl\:hover\:tw-border-label-grey:hover{
    --border-opacity: 1 !important;
    border-color: #738699 !important;
    border-color: rgba(115, 134, 153, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-anvesh-black:hover{
    --border-opacity: 1 !important;
    border-color: #1A2633 !important;
    border-color: rgba(26, 38, 51, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-anvesh-grey:hover{
    --border-opacity: 1 !important;
    border-color: #B6BBBF !important;
    border-color: rgba(182, 187, 191, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-anvesh-blue:hover{
    --border-opacity: 1 !important;
    border-color: #0099dd !important;
    border-color: rgba(0, 153, 221, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-jira-blue:hover{
    --border-opacity: 1 !important;
    border-color: #0b4571 !important;
    border-color: rgba(11, 69, 113, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber:hover{
    --border-opacity: 1 !important;
    border-color: #FFBF00 !important;
    border-color: rgba(255, 191, 0, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-transparent:focus{
    border-color: transparent !important;
  }

  .xl\:focus\:tw-border-white:focus{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-black:focus{
    --border-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    border-color: rgba(244, 245, 247, 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: #d2d6dc !important;
    border-color: rgba(210, 214, 220, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159, 166, 178, 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: #252f3f !important;
    border-color: rgba(37, 47, 63, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22, 30, 46, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cool-gray-50:focus{
    --border-opacity: 1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251, 253, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cool-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cool-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cool-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207, 216, 227, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cool-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151, 166, 186, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cool-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cool-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cool-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #364152 !important;
    border-color: rgba(54, 65, 82, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cool-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #27303f !important;
    border-color: rgba(39, 48, 63, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cool-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26, 32, 46, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-50:focus{
    --border-opacity: 1 !important;
    border-color: #fdf2f2 !important;
    border-color: rgba(253, 242, 242, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-100:focus{
    --border-opacity: 1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253, 232, 232, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-200:focus{
    --border-opacity: 1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251, 213, 213, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-300:focus{
    --border-opacity: 1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248, 180, 180, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-400:focus{
    --border-opacity: 1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249, 128, 128, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-500:focus{
    --border-opacity: 1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240, 82, 82, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-600:focus{
    --border-opacity: 1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224, 36, 36, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-700:focus{
    --border-opacity: 1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200, 30, 30, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-800:focus{
    --border-opacity: 1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155, 28, 28, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-900:focus{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-50:focus{
    --border-opacity: 1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255, 248, 241, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254, 236, 220, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252, 217, 189, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fdba8c !important;
    border-color: rgba(253, 186, 140, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255, 138, 76, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255, 90, 31, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208, 56, 1, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180, 52, 3, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138, 44, 13, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119, 29, 29, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-50:focus{
    --border-opacity: 1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253, 253, 234, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253, 246, 178, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252, 233, 106, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250, 202, 21, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227, 160, 8, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194, 120, 3, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159, 88, 10, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142, 75, 16, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114, 59, 19, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #633112 !important;
    border-color: rgba(99, 49, 18, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-50:focus{
    --border-opacity: 1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243, 250, 247, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222, 247, 236, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188, 240, 218, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132, 225, 188, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49, 196, 141, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14, 159, 110, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5, 122, 85, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4, 108, 78, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #03543f !important;
    border-color: rgba(3, 84, 63, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #014737 !important;
    border-color: rgba(1, 71, 55, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-50:focus{
    --border-opacity: 1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237, 250, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213, 245, 246, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #afecef !important;
    border-color: rgba(175, 236, 239, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126, 220, 226, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22, 189, 202, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6, 148, 162, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #047481 !important;
    border-color: rgba(4, 116, 129, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #036672 !important;
    border-color: rgba(3, 102, 114, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #05505c !important;
    border-color: rgba(5, 80, 92, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #014451 !important;
    border-color: rgba(1, 68, 81, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-50:focus{
    --border-opacity: 1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225, 239, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195, 221, 253, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164, 202, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118, 169, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63, 131, 248, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28, 100, 242, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26, 86, 219, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30, 66, 159, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #233876 !important;
    border-color: rgba(35, 56, 118, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-50:focus{
    --border-opacity: 1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229, 237, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205, 219, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #b4c6fc !important;
    border-color: rgba(180, 198, 252, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141, 162, 251, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104, 117, 245, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88, 80, 236, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81, 69, 205, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #42389d !important;
    border-color: rgba(66, 56, 157, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54, 47, 120, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-50:focus{
    --border-opacity: 1 !important;
    border-color: #f6f5ff !important;
    border-color: rgba(246, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237, 235, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220, 215, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202, 191, 253, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172, 148, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144, 97, 249, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126, 58, 242, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108, 43, 217, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85, 33, 181, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74, 29, 150, 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: #fce8f3 !important;
    border-color: rgba(252, 232, 243, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250, 209, 232, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248, 180, 217, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241, 126, 184, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231, 70, 148, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214, 31, 105, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191, 18, 93, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #99154b !important;
    border-color: rgba(153, 21, 75, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117, 26, 61, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-modal-grey:focus{
    --border-opacity: 1 !important;
    border-color: #f7f7f7 !important;
    border-color: rgba(247, 247, 247, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-separator-grey:focus{
    border-color: hsla(210,7%,83%,1) !important;
  }

  .xl\:focus\:tw-border-label-grey:focus{
    --border-opacity: 1 !important;
    border-color: #738699 !important;
    border-color: rgba(115, 134, 153, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-anvesh-black:focus{
    --border-opacity: 1 !important;
    border-color: #1A2633 !important;
    border-color: rgba(26, 38, 51, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-anvesh-grey:focus{
    --border-opacity: 1 !important;
    border-color: #B6BBBF !important;
    border-color: rgba(182, 187, 191, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-anvesh-blue:focus{
    --border-opacity: 1 !important;
    border-color: #0099dd !important;
    border-color: rgba(0, 153, 221, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-jira-blue:focus{
    --border-opacity: 1 !important;
    border-color: #0b4571 !important;
    border-color: rgba(11, 69, 113, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber:focus{
    --border-opacity: 1 !important;
    border-color: #FFBF00 !important;
    border-color: rgba(255, 191, 0, 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-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-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-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-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-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: -webkit-box !important;
    display: flex !important;
  }

  .xl\:tw-inline-flex{
    display: -webkit-inline-box !important;
    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-hidden{
    display: none !important;
  }

  .xl\:tw-flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .xl\:tw-flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .xl\:tw-flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .xl\:tw-flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            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-items-start{
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .xl\:tw-items-end{
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .xl\:tw-items-center{
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .xl\:tw-items-baseline{
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .xl\:tw-items-stretch{
    -webkit-box-align: stretch !important;
            align-items: stretch !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-start{
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .xl\:tw-justify-end{
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .xl\:tw-justify-center{
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .xl\:tw-justify-between{
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .xl\:tw-justify-around{
    justify-content: space-around !important;
  }

  .xl\:tw-justify-evenly{
    -webkit-box-pack: space-evenly !important;
            justify-content: space-evenly !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-flex-1{
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .xl\:tw-flex-auto{
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .xl\:tw-flex-initial{
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .xl\:tw-flex-none{
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .xl\:tw-flex-grow-0{
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .xl\:tw-flex-grow{
    -webkit-box-flex: 1 !important;
            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{
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .xl\:tw-order-2{
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .xl\:tw-order-3{
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .xl\:tw-order-4{
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .xl\:tw-order-5{
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .xl\:tw-order-6{
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .xl\:tw-order-7{
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .xl\:tw-order-8{
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .xl\:tw-order-9{
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .xl\:tw-order-10{
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .xl\:tw-order-11{
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .xl\:tw-order-12{
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .xl\:tw-order-first{
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .xl\:tw-order-last{
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .xl\:tw-order-none{
    -webkit-box-ordinal-group: 1 !important;
            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-ui{
    font-family: Calibri, IBM Plex Sans, Poppins, Inter UI, system-ui, BlinkMacSystemFont, -apple-system !important;
  }

  .xl\:tw-font-heading{
    font-family: Roboto, system-ui, BlinkMacSystemFont, -apple-system !important;
  }

  .xl\:tw-font-article{
    font-family: Open Sans, system-ui, BlinkMacSystemFont, -apple-system !important;
  }

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

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

  .xl\:tw-font-mono{
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  }

  .xl\:tw-font-hairline{
    font-weight: 100 !important;
  }

  .xl\:tw-font-thin{
    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-hairline:hover{
    font-weight: 100 !important;
  }

  .xl\:hover\:tw-font-thin: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-hairline:focus{
    font-weight: 100 !important;
  }

  .xl\:focus\:tw-font-thin: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-7{
    height: 1.75rem !important;
  }

  .xl\:tw-h-8{
    height: 2rem !important;
  }

  .xl\:tw-h-9{
    height: 2.25rem !important;
  }

  .xl\:tw-h-10{
    height: 2.5rem !important;
  }

  .xl\:tw-h-11{
    height: 2.75rem !important;
  }

  .xl\:tw-h-12{
    height: 3rem !important;
  }

  .xl\:tw-h-13{
    height: 3.25rem !important;
  }

  .xl\:tw-h-14{
    height: 3.5rem !important;
  }

  .xl\:tw-h-15{
    height: 3.75rem !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-28{
    height: 7rem !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-60{
    height: 15rem !important;
  }

  .xl\:tw-h-64{
    height: 16rem !important;
  }

  .xl\:tw-h-72{
    height: 18rem !important;
  }

  .xl\:tw-h-80{
    height: 20rem !important;
  }

  .xl\:tw-h-96{
    height: 24rem !important;
  }

  .xl\:tw-h-auto{
    height: auto !important;
  }

  .xl\:tw-h-px{
    height: 1px !important;
  }

  .xl\:tw-h-0\.5{
    height: 0.125rem !important;
  }

  .xl\:tw-h-1\.5{
    height: 0.375rem !important;
  }

  .xl\:tw-h-2\.5{
    height: 0.625rem !important;
  }

  .xl\:tw-h-3\.5{
    height: 0.875rem !important;
  }

  .xl\:tw-h-1\/2{
    height: 50% !important;
  }

  .xl\:tw-h-1\/3{
    height: 33.333333% !important;
  }

  .xl\:tw-h-2\/3{
    height: 66.666667% !important;
  }

  .xl\:tw-h-1\/4{
    height: 25% !important;
  }

  .xl\:tw-h-2\/4{
    height: 50% !important;
  }

  .xl\:tw-h-3\/4{
    height: 75% !important;
  }

  .xl\:tw-h-1\/5{
    height: 20% !important;
  }

  .xl\:tw-h-2\/5{
    height: 40% !important;
  }

  .xl\:tw-h-3\/5{
    height: 60% !important;
  }

  .xl\:tw-h-4\/5{
    height: 80% !important;
  }

  .xl\:tw-h-1\/6{
    height: 16.666667% !important;
  }

  .xl\:tw-h-2\/6{
    height: 33.333333% !important;
  }

  .xl\:tw-h-3\/6{
    height: 50% !important;
  }

  .xl\:tw-h-4\/6{
    height: 66.666667% !important;
  }

  .xl\:tw-h-5\/6{
    height: 83.333333% !important;
  }

  .xl\:tw-h-1\/12{
    height: 8.333333% !important;
  }

  .xl\:tw-h-2\/12{
    height: 16.666667% !important;
  }

  .xl\:tw-h-3\/12{
    height: 25% !important;
  }

  .xl\:tw-h-4\/12{
    height: 33.333333% !important;
  }

  .xl\:tw-h-5\/12{
    height: 41.666667% !important;
  }

  .xl\:tw-h-6\/12{
    height: 50% !important;
  }

  .xl\:tw-h-7\/12{
    height: 58.333333% !important;
  }

  .xl\:tw-h-8\/12{
    height: 66.666667% !important;
  }

  .xl\:tw-h-9\/12{
    height: 75% !important;
  }

  .xl\:tw-h-10\/12{
    height: 83.333333% !important;
  }

  .xl\:tw-h-11\/12{
    height: 91.666667% !important;
  }

  .xl\:tw-h-full{
    height: 100% !important;
  }

  .xl\:tw-h-screen{
    height: 100vh !important;
  }

  .xl\:tw-text-xs{
    font-size: 0.75rem !important;
  }

  .xl\:tw-text-sm{
    font-size: 0.875rem !important;
  }

  .xl\:tw-text-base{
    font-size: 1rem !important;
  }

  .xl\:tw-text-lg{
    font-size: 1.125rem !important;
  }

  .xl\:tw-text-xl{
    font-size: 1.25rem !important;
  }

  .xl\:tw-text-2xl{
    font-size: 1.5rem !important;
  }

  .xl\:tw-text-3xl{
    font-size: 1.875rem !important;
  }

  .xl\:tw-text-4xl{
    font-size: 2.25rem !important;
  }

  .xl\:tw-text-5xl{
    font-size: 3rem !important;
  }

  .xl\:tw-text-6xl{
    font-size: 4rem !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-7{
    margin: 1.75rem !important;
  }

  .xl\:tw-m-8{
    margin: 2rem !important;
  }

  .xl\:tw-m-9{
    margin: 2.25rem !important;
  }

  .xl\:tw-m-10{
    margin: 2.5rem !important;
  }

  .xl\:tw-m-11{
    margin: 2.75rem !important;
  }

  .xl\:tw-m-12{
    margin: 3rem !important;
  }

  .xl\:tw-m-13{
    margin: 3.25rem !important;
  }

  .xl\:tw-m-14{
    margin: 3.5rem !important;
  }

  .xl\:tw-m-15{
    margin: 3.75rem !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-28{
    margin: 7rem !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-60{
    margin: 15rem !important;
  }

  .xl\:tw-m-64{
    margin: 16rem !important;
  }

  .xl\:tw-m-72{
    margin: 18rem !important;
  }

  .xl\:tw-m-80{
    margin: 20rem !important;
  }

  .xl\:tw-m-96{
    margin: 24rem !important;
  }

  .xl\:tw-m-auto{
    margin: auto !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\/2{
    margin: 50% !important;
  }

  .xl\:tw-m-1\/3{
    margin: 33.333333% !important;
  }

  .xl\:tw-m-2\/3{
    margin: 66.666667% !important;
  }

  .xl\:tw-m-1\/4{
    margin: 25% !important;
  }

  .xl\:tw-m-2\/4{
    margin: 50% !important;
  }

  .xl\:tw-m-3\/4{
    margin: 75% !important;
  }

  .xl\:tw-m-1\/5{
    margin: 20% !important;
  }

  .xl\:tw-m-2\/5{
    margin: 40% !important;
  }

  .xl\:tw-m-3\/5{
    margin: 60% !important;
  }

  .xl\:tw-m-4\/5{
    margin: 80% !important;
  }

  .xl\:tw-m-1\/6{
    margin: 16.666667% !important;
  }

  .xl\:tw-m-2\/6{
    margin: 33.333333% !important;
  }

  .xl\:tw-m-3\/6{
    margin: 50% !important;
  }

  .xl\:tw-m-4\/6{
    margin: 66.666667% !important;
  }

  .xl\:tw-m-5\/6{
    margin: 83.333333% !important;
  }

  .xl\:tw-m-1\/12{
    margin: 8.333333% !important;
  }

  .xl\:tw-m-2\/12{
    margin: 16.666667% !important;
  }

  .xl\:tw-m-3\/12{
    margin: 25% !important;
  }

  .xl\:tw-m-4\/12{
    margin: 33.333333% !important;
  }

  .xl\:tw-m-5\/12{
    margin: 41.666667% !important;
  }

  .xl\:tw-m-6\/12{
    margin: 50% !important;
  }

  .xl\:tw-m-7\/12{
    margin: 58.333333% !important;
  }

  .xl\:tw-m-8\/12{
    margin: 66.666667% !important;
  }

  .xl\:tw-m-9\/12{
    margin: 75% !important;
  }

  .xl\:tw-m-10\/12{
    margin: 83.333333% !important;
  }

  .xl\:tw-m-11\/12{
    margin: 91.666667% !important;
  }

  .xl\:tw-m-full{
    margin: 100% !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-7{
    margin: -1.75rem !important;
  }

  .xl\:tw--m-8{
    margin: -2rem !important;
  }

  .xl\:tw--m-9{
    margin: -2.25rem !important;
  }

  .xl\:tw--m-10{
    margin: -2.5rem !important;
  }

  .xl\:tw--m-11{
    margin: -2.75rem !important;
  }

  .xl\:tw--m-12{
    margin: -3rem !important;
  }

  .xl\:tw--m-13{
    margin: -3.25rem !important;
  }

  .xl\:tw--m-14{
    margin: -3.5rem !important;
  }

  .xl\:tw--m-15{
    margin: -3.75rem !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-28{
    margin: -7rem !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-60{
    margin: -15rem !important;
  }

  .xl\:tw--m-64{
    margin: -16rem !important;
  }

  .xl\:tw--m-72{
    margin: -18rem !important;
  }

  .xl\:tw--m-80{
    margin: -20rem !important;
  }

  .xl\:tw--m-96{
    margin: -24rem !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\/2{
    margin: -50% !important;
  }

  .xl\:tw--m-1\/3{
    margin: -33.33333% !important;
  }

  .xl\:tw--m-2\/3{
    margin: -66.66667% !important;
  }

  .xl\:tw--m-1\/4{
    margin: -25% !important;
  }

  .xl\:tw--m-2\/4{
    margin: -50% !important;
  }

  .xl\:tw--m-3\/4{
    margin: -75% !important;
  }

  .xl\:tw--m-1\/5{
    margin: -20% !important;
  }

  .xl\:tw--m-2\/5{
    margin: -40% !important;
  }

  .xl\:tw--m-3\/5{
    margin: -60% !important;
  }

  .xl\:tw--m-4\/5{
    margin: -80% !important;
  }

  .xl\:tw--m-1\/6{
    margin: -16.66667% !important;
  }

  .xl\:tw--m-2\/6{
    margin: -33.33333% !important;
  }

  .xl\:tw--m-3\/6{
    margin: -50% !important;
  }

  .xl\:tw--m-4\/6{
    margin: -66.66667% !important;
  }

  .xl\:tw--m-5\/6{
    margin: -83.33333% !important;
  }

  .xl\:tw--m-1\/12{
    margin: -8.33333% !important;
  }

  .xl\:tw--m-2\/12{
    margin: -16.66667% !important;
  }

  .xl\:tw--m-3\/12{
    margin: -25% !important;
  }

  .xl\:tw--m-4\/12{
    margin: -33.33333% !important;
  }

  .xl\:tw--m-5\/12{
    margin: -41.66667% !important;
  }

  .xl\:tw--m-6\/12{
    margin: -50% !important;
  }

  .xl\:tw--m-7\/12{
    margin: -58.33333% !important;
  }

  .xl\:tw--m-8\/12{
    margin: -66.66667% !important;
  }

  .xl\:tw--m-9\/12{
    margin: -75% !important;
  }

  .xl\:tw--m-10\/12{
    margin: -83.33333% !important;
  }

  .xl\:tw--m-11\/12{
    margin: -91.66667% !important;
  }

  .xl\:tw--m-full{
    margin: -100% !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-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .xl\:tw-mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !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-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .xl\:tw-mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !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-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .xl\:tw-mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !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-13{
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .xl\:tw-mx-13{
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }

  .xl\:tw-my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xl\:tw-mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xl\:tw-my-15{
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .xl\:tw-mx-15{
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xl\:tw-mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !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-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xl\:tw-mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !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-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .xl\:tw-mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .xl\:tw-my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .xl\:tw-mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .xl\:tw-my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .xl\:tw-mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !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: 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\/2{
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

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

  .xl\:tw-my-1\/3{
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .xl\:tw-mx-1\/3{
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .xl\:tw-my-2\/3{
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .xl\:tw-mx-2\/3{
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .xl\:tw-my-1\/4{
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .xl\:tw-mx-1\/4{
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .xl\:tw-my-2\/4{
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .xl\:tw-mx-2\/4{
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .xl\:tw-my-3\/4{
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .xl\:tw-mx-3\/4{
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .xl\:tw-my-1\/5{
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .xl\:tw-mx-1\/5{
    margin-left: 20% !important;
    margin-right: 20% !important;
  }

  .xl\:tw-my-2\/5{
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .xl\:tw-mx-2\/5{
    margin-left: 40% !important;
    margin-right: 40% !important;
  }

  .xl\:tw-my-3\/5{
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .xl\:tw-mx-3\/5{
    margin-left: 60% !important;
    margin-right: 60% !important;
  }

  .xl\:tw-my-4\/5{
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .xl\:tw-mx-4\/5{
    margin-left: 80% !important;
    margin-right: 80% !important;
  }

  .xl\:tw-my-1\/6{
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .xl\:tw-mx-1\/6{
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .xl\:tw-my-2\/6{
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .xl\:tw-mx-2\/6{
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .xl\:tw-my-3\/6{
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .xl\:tw-mx-3\/6{
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .xl\:tw-my-4\/6{
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .xl\:tw-mx-4\/6{
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .xl\:tw-my-5\/6{
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .xl\:tw-mx-5\/6{
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .xl\:tw-my-1\/12{
    margin-top: 8.333333% !important;
    margin-bottom: 8.333333% !important;
  }

  .xl\:tw-mx-1\/12{
    margin-left: 8.333333% !important;
    margin-right: 8.333333% !important;
  }

  .xl\:tw-my-2\/12{
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .xl\:tw-mx-2\/12{
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .xl\:tw-my-3\/12{
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .xl\:tw-mx-3\/12{
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .xl\:tw-my-4\/12{
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .xl\:tw-mx-4\/12{
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .xl\:tw-my-5\/12{
    margin-top: 41.666667% !important;
    margin-bottom: 41.666667% !important;
  }

  .xl\:tw-mx-5\/12{
    margin-left: 41.666667% !important;
    margin-right: 41.666667% !important;
  }

  .xl\:tw-my-6\/12{
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .xl\:tw-mx-6\/12{
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .xl\:tw-my-7\/12{
    margin-top: 58.333333% !important;
    margin-bottom: 58.333333% !important;
  }

  .xl\:tw-mx-7\/12{
    margin-left: 58.333333% !important;
    margin-right: 58.333333% !important;
  }

  .xl\:tw-my-8\/12{
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .xl\:tw-mx-8\/12{
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .xl\:tw-my-9\/12{
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .xl\:tw-mx-9\/12{
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .xl\:tw-my-10\/12{
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .xl\:tw-mx-10\/12{
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .xl\:tw-my-11\/12{
    margin-top: 91.666667% !important;
    margin-bottom: 91.666667% !important;
  }

  .xl\:tw-mx-11\/12{
    margin-left: 91.666667% !important;
    margin-right: 91.666667% !important;
  }

  .xl\:tw-my-full{
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }

  .xl\:tw-mx-full{
    margin-left: 100% !important;
    margin-right: 100% !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-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .xl\:tw--mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !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-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .xl\:tw--mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !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-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .xl\:tw--mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !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-13{
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }

  .xl\:tw--mx-13{
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !important;
  }

  .xl\:tw--my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xl\:tw--mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .xl\:tw--my-15{
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .xl\:tw--mx-15{
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xl\:tw--mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !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-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xl\:tw--mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !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-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .xl\:tw--mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .xl\:tw--my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .xl\:tw--mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .xl\:tw--my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .xl\:tw--mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !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\/2{
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

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

  .xl\:tw--my-1\/3{
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .xl\:tw--mx-1\/3{
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .xl\:tw--my-2\/3{
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .xl\:tw--mx-2\/3{
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .xl\:tw--my-1\/4{
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .xl\:tw--mx-1\/4{
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .xl\:tw--my-2\/4{
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .xl\:tw--mx-2\/4{
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .xl\:tw--my-3\/4{
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .xl\:tw--mx-3\/4{
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .xl\:tw--my-1\/5{
    margin-top: -20% !important;
    margin-bottom: -20% !important;
  }

  .xl\:tw--mx-1\/5{
    margin-left: -20% !important;
    margin-right: -20% !important;
  }

  .xl\:tw--my-2\/5{
    margin-top: -40% !important;
    margin-bottom: -40% !important;
  }

  .xl\:tw--mx-2\/5{
    margin-left: -40% !important;
    margin-right: -40% !important;
  }

  .xl\:tw--my-3\/5{
    margin-top: -60% !important;
    margin-bottom: -60% !important;
  }

  .xl\:tw--mx-3\/5{
    margin-left: -60% !important;
    margin-right: -60% !important;
  }

  .xl\:tw--my-4\/5{
    margin-top: -80% !important;
    margin-bottom: -80% !important;
  }

  .xl\:tw--mx-4\/5{
    margin-left: -80% !important;
    margin-right: -80% !important;
  }

  .xl\:tw--my-1\/6{
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .xl\:tw--mx-1\/6{
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .xl\:tw--my-2\/6{
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .xl\:tw--mx-2\/6{
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .xl\:tw--my-3\/6{
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .xl\:tw--mx-3\/6{
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .xl\:tw--my-4\/6{
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .xl\:tw--mx-4\/6{
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .xl\:tw--my-5\/6{
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .xl\:tw--mx-5\/6{
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .xl\:tw--my-1\/12{
    margin-top: -8.33333% !important;
    margin-bottom: -8.33333% !important;
  }

  .xl\:tw--mx-1\/12{
    margin-left: -8.33333% !important;
    margin-right: -8.33333% !important;
  }

  .xl\:tw--my-2\/12{
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .xl\:tw--mx-2\/12{
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .xl\:tw--my-3\/12{
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .xl\:tw--mx-3\/12{
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .xl\:tw--my-4\/12{
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .xl\:tw--mx-4\/12{
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .xl\:tw--my-5\/12{
    margin-top: -41.66667% !important;
    margin-bottom: -41.66667% !important;
  }

  .xl\:tw--mx-5\/12{
    margin-left: -41.66667% !important;
    margin-right: -41.66667% !important;
  }

  .xl\:tw--my-6\/12{
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .xl\:tw--mx-6\/12{
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .xl\:tw--my-7\/12{
    margin-top: -58.33333% !important;
    margin-bottom: -58.33333% !important;
  }

  .xl\:tw--mx-7\/12{
    margin-left: -58.33333% !important;
    margin-right: -58.33333% !important;
  }

  .xl\:tw--my-8\/12{
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .xl\:tw--mx-8\/12{
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .xl\:tw--my-9\/12{
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .xl\:tw--mx-9\/12{
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .xl\:tw--my-10\/12{
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .xl\:tw--mx-10\/12{
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .xl\:tw--my-11\/12{
    margin-top: -91.66667% !important;
    margin-bottom: -91.66667% !important;
  }

  .xl\:tw--mx-11\/12{
    margin-left: -91.66667% !important;
    margin-right: -91.66667% !important;
  }

  .xl\:tw--my-full{
    margin-top: -100% !important;
    margin-bottom: -100% !important;
  }

  .xl\:tw--mx-full{
    margin-left: -100% !important;
    margin-right: -100% !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-7{
    margin-top: 1.75rem !important;
  }

  .xl\:tw-mr-7{
    margin-right: 1.75rem !important;
  }

  .xl\:tw-mb-7{
    margin-bottom: 1.75rem !important;
  }

  .xl\:tw-ml-7{
    margin-left: 1.75rem !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-9{
    margin-top: 2.25rem !important;
  }

  .xl\:tw-mr-9{
    margin-right: 2.25rem !important;
  }

  .xl\:tw-mb-9{
    margin-bottom: 2.25rem !important;
  }

  .xl\:tw-ml-9{
    margin-left: 2.25rem !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-11{
    margin-top: 2.75rem !important;
  }

  .xl\:tw-mr-11{
    margin-right: 2.75rem !important;
  }

  .xl\:tw-mb-11{
    margin-bottom: 2.75rem !important;
  }

  .xl\:tw-ml-11{
    margin-left: 2.75rem !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-13{
    margin-top: 3.25rem !important;
  }

  .xl\:tw-mr-13{
    margin-right: 3.25rem !important;
  }

  .xl\:tw-mb-13{
    margin-bottom: 3.25rem !important;
  }

  .xl\:tw-ml-13{
    margin-left: 3.25rem !important;
  }

  .xl\:tw-mt-14{
    margin-top: 3.5rem !important;
  }

  .xl\:tw-mr-14{
    margin-right: 3.5rem !important;
  }

  .xl\:tw-mb-14{
    margin-bottom: 3.5rem !important;
  }

  .xl\:tw-ml-14{
    margin-left: 3.5rem !important;
  }

  .xl\:tw-mt-15{
    margin-top: 3.75rem !important;
  }

  .xl\:tw-mr-15{
    margin-right: 3.75rem !important;
  }

  .xl\:tw-mb-15{
    margin-bottom: 3.75rem !important;
  }

  .xl\:tw-ml-15{
    margin-left: 3.75rem !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-28{
    margin-top: 7rem !important;
  }

  .xl\:tw-mr-28{
    margin-right: 7rem !important;
  }

  .xl\:tw-mb-28{
    margin-bottom: 7rem !important;
  }

  .xl\:tw-ml-28{
    margin-left: 7rem !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-60{
    margin-top: 15rem !important;
  }

  .xl\:tw-mr-60{
    margin-right: 15rem !important;
  }

  .xl\:tw-mb-60{
    margin-bottom: 15rem !important;
  }

  .xl\:tw-ml-60{
    margin-left: 15rem !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-72{
    margin-top: 18rem !important;
  }

  .xl\:tw-mr-72{
    margin-right: 18rem !important;
  }

  .xl\:tw-mb-72{
    margin-bottom: 18rem !important;
  }

  .xl\:tw-ml-72{
    margin-left: 18rem !important;
  }

  .xl\:tw-mt-80{
    margin-top: 20rem !important;
  }

  .xl\:tw-mr-80{
    margin-right: 20rem !important;
  }

  .xl\:tw-mb-80{
    margin-bottom: 20rem !important;
  }

  .xl\:tw-ml-80{
    margin-left: 20rem !important;
  }

  .xl\:tw-mt-96{
    margin-top: 24rem !important;
  }

  .xl\:tw-mr-96{
    margin-right: 24rem !important;
  }

  .xl\:tw-mb-96{
    margin-bottom: 24rem !important;
  }

  .xl\:tw-ml-96{
    margin-left: 24rem !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: 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\/2{
    margin-top: 50% !important;
  }

  .xl\:tw-mr-1\/2{
    margin-right: 50% !important;
  }

  .xl\:tw-mb-1\/2{
    margin-bottom: 50% !important;
  }

  .xl\:tw-ml-1\/2{
    margin-left: 50% !important;
  }

  .xl\:tw-mt-1\/3{
    margin-top: 33.333333% !important;
  }

  .xl\:tw-mr-1\/3{
    margin-right: 33.333333% !important;
  }

  .xl\:tw-mb-1\/3{
    margin-bottom: 33.333333% !important;
  }

  .xl\:tw-ml-1\/3{
    margin-left: 33.333333% !important;
  }

  .xl\:tw-mt-2\/3{
    margin-top: 66.666667% !important;
  }

  .xl\:tw-mr-2\/3{
    margin-right: 66.666667% !important;
  }

  .xl\:tw-mb-2\/3{
    margin-bottom: 66.666667% !important;
  }

  .xl\:tw-ml-2\/3{
    margin-left: 66.666667% !important;
  }

  .xl\:tw-mt-1\/4{
    margin-top: 25% !important;
  }

  .xl\:tw-mr-1\/4{
    margin-right: 25% !important;
  }

  .xl\:tw-mb-1\/4{
    margin-bottom: 25% !important;
  }

  .xl\:tw-ml-1\/4{
    margin-left: 25% !important;
  }

  .xl\:tw-mt-2\/4{
    margin-top: 50% !important;
  }

  .xl\:tw-mr-2\/4{
    margin-right: 50% !important;
  }

  .xl\:tw-mb-2\/4{
    margin-bottom: 50% !important;
  }

  .xl\:tw-ml-2\/4{
    margin-left: 50% !important;
  }

  .xl\:tw-mt-3\/4{
    margin-top: 75% !important;
  }

  .xl\:tw-mr-3\/4{
    margin-right: 75% !important;
  }

  .xl\:tw-mb-3\/4{
    margin-bottom: 75% !important;
  }

  .xl\:tw-ml-3\/4{
    margin-left: 75% !important;
  }

  .xl\:tw-mt-1\/5{
    margin-top: 20% !important;
  }

  .xl\:tw-mr-1\/5{
    margin-right: 20% !important;
  }

  .xl\:tw-mb-1\/5{
    margin-bottom: 20% !important;
  }

  .xl\:tw-ml-1\/5{
    margin-left: 20% !important;
  }

  .xl\:tw-mt-2\/5{
    margin-top: 40% !important;
  }

  .xl\:tw-mr-2\/5{
    margin-right: 40% !important;
  }

  .xl\:tw-mb-2\/5{
    margin-bottom: 40% !important;
  }

  .xl\:tw-ml-2\/5{
    margin-left: 40% !important;
  }

  .xl\:tw-mt-3\/5{
    margin-top: 60% !important;
  }

  .xl\:tw-mr-3\/5{
    margin-right: 60% !important;
  }

  .xl\:tw-mb-3\/5{
    margin-bottom: 60% !important;
  }

  .xl\:tw-ml-3\/5{
    margin-left: 60% !important;
  }

  .xl\:tw-mt-4\/5{
    margin-top: 80% !important;
  }

  .xl\:tw-mr-4\/5{
    margin-right: 80% !important;
  }

  .xl\:tw-mb-4\/5{
    margin-bottom: 80% !important;
  }

  .xl\:tw-ml-4\/5{
    margin-left: 80% !important;
  }

  .xl\:tw-mt-1\/6{
    margin-top: 16.666667% !important;
  }

  .xl\:tw-mr-1\/6{
    margin-right: 16.666667% !important;
  }

  .xl\:tw-mb-1\/6{
    margin-bottom: 16.666667% !important;
  }

  .xl\:tw-ml-1\/6{
    margin-left: 16.666667% !important;
  }

  .xl\:tw-mt-2\/6{
    margin-top: 33.333333% !important;
  }

  .xl\:tw-mr-2\/6{
    margin-right: 33.333333% !important;
  }

  .xl\:tw-mb-2\/6{
    margin-bottom: 33.333333% !important;
  }

  .xl\:tw-ml-2\/6{
    margin-left: 33.333333% !important;
  }

  .xl\:tw-mt-3\/6{
    margin-top: 50% !important;
  }

  .xl\:tw-mr-3\/6{
    margin-right: 50% !important;
  }

  .xl\:tw-mb-3\/6{
    margin-bottom: 50% !important;
  }

  .xl\:tw-ml-3\/6{
    margin-left: 50% !important;
  }

  .xl\:tw-mt-4\/6{
    margin-top: 66.666667% !important;
  }

  .xl\:tw-mr-4\/6{
    margin-right: 66.666667% !important;
  }

  .xl\:tw-mb-4\/6{
    margin-bottom: 66.666667% !important;
  }

  .xl\:tw-ml-4\/6{
    margin-left: 66.666667% !important;
  }

  .xl\:tw-mt-5\/6{
    margin-top: 83.333333% !important;
  }

  .xl\:tw-mr-5\/6{
    margin-right: 83.333333% !important;
  }

  .xl\:tw-mb-5\/6{
    margin-bottom: 83.333333% !important;
  }

  .xl\:tw-ml-5\/6{
    margin-left: 83.333333% !important;
  }

  .xl\:tw-mt-1\/12{
    margin-top: 8.333333% !important;
  }

  .xl\:tw-mr-1\/12{
    margin-right: 8.333333% !important;
  }

  .xl\:tw-mb-1\/12{
    margin-bottom: 8.333333% !important;
  }

  .xl\:tw-ml-1\/12{
    margin-left: 8.333333% !important;
  }

  .xl\:tw-mt-2\/12{
    margin-top: 16.666667% !important;
  }

  .xl\:tw-mr-2\/12{
    margin-right: 16.666667% !important;
  }

  .xl\:tw-mb-2\/12{
    margin-bottom: 16.666667% !important;
  }

  .xl\:tw-ml-2\/12{
    margin-left: 16.666667% !important;
  }

  .xl\:tw-mt-3\/12{
    margin-top: 25% !important;
  }

  .xl\:tw-mr-3\/12{
    margin-right: 25% !important;
  }

  .xl\:tw-mb-3\/12{
    margin-bottom: 25% !important;
  }

  .xl\:tw-ml-3\/12{
    margin-left: 25% !important;
  }

  .xl\:tw-mt-4\/12{
    margin-top: 33.333333% !important;
  }

  .xl\:tw-mr-4\/12{
    margin-right: 33.333333% !important;
  }

  .xl\:tw-mb-4\/12{
    margin-bottom: 33.333333% !important;
  }

  .xl\:tw-ml-4\/12{
    margin-left: 33.333333% !important;
  }

  .xl\:tw-mt-5\/12{
    margin-top: 41.666667% !important;
  }

  .xl\:tw-mr-5\/12{
    margin-right: 41.666667% !important;
  }

  .xl\:tw-mb-5\/12{
    margin-bottom: 41.666667% !important;
  }

  .xl\:tw-ml-5\/12{
    margin-left: 41.666667% !important;
  }

  .xl\:tw-mt-6\/12{
    margin-top: 50% !important;
  }

  .xl\:tw-mr-6\/12{
    margin-right: 50% !important;
  }

  .xl\:tw-mb-6\/12{
    margin-bottom: 50% !important;
  }

  .xl\:tw-ml-6\/12{
    margin-left: 50% !important;
  }

  .xl\:tw-mt-7\/12{
    margin-top: 58.333333% !important;
  }

  .xl\:tw-mr-7\/12{
    margin-right: 58.333333% !important;
  }

  .xl\:tw-mb-7\/12{
    margin-bottom: 58.333333% !important;
  }

  .xl\:tw-ml-7\/12{
    margin-left: 58.333333% !important;
  }

  .xl\:tw-mt-8\/12{
    margin-top: 66.666667% !important;
  }

  .xl\:tw-mr-8\/12{
    margin-right: 66.666667% !important;
  }

  .xl\:tw-mb-8\/12{
    margin-bottom: 66.666667% !important;
  }

  .xl\:tw-ml-8\/12{
    margin-left: 66.666667% !important;
  }

  .xl\:tw-mt-9\/12{
    margin-top: 75% !important;
  }

  .xl\:tw-mr-9\/12{
    margin-right: 75% !important;
  }

  .xl\:tw-mb-9\/12{
    margin-bottom: 75% !important;
  }

  .xl\:tw-ml-9\/12{
    margin-left: 75% !important;
  }

  .xl\:tw-mt-10\/12{
    margin-top: 83.333333% !important;
  }

  .xl\:tw-mr-10\/12{
    margin-right: 83.333333% !important;
  }

  .xl\:tw-mb-10\/12{
    margin-bottom: 83.333333% !important;
  }

  .xl\:tw-ml-10\/12{
    margin-left: 83.333333% !important;
  }

  .xl\:tw-mt-11\/12{
    margin-top: 91.666667% !important;
  }

  .xl\:tw-mr-11\/12{
    margin-right: 91.666667% !important;
  }

  .xl\:tw-mb-11\/12{
    margin-bottom: 91.666667% !important;
  }

  .xl\:tw-ml-11\/12{
    margin-left: 91.666667% !important;
  }

  .xl\:tw-mt-full{
    margin-top: 100% !important;
  }

  .xl\:tw-mr-full{
    margin-right: 100% !important;
  }

  .xl\:tw-mb-full{
    margin-bottom: 100% !important;
  }

  .xl\:tw-ml-full{
    margin-left: 100% !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-7{
    margin-top: -1.75rem !important;
  }

  .xl\:tw--mr-7{
    margin-right: -1.75rem !important;
  }

  .xl\:tw--mb-7{
    margin-bottom: -1.75rem !important;
  }

  .xl\:tw--ml-7{
    margin-left: -1.75rem !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-9{
    margin-top: -2.25rem !important;
  }

  .xl\:tw--mr-9{
    margin-right: -2.25rem !important;
  }

  .xl\:tw--mb-9{
    margin-bottom: -2.25rem !important;
  }

  .xl\:tw--ml-9{
    margin-left: -2.25rem !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-11{
    margin-top: -2.75rem !important;
  }

  .xl\:tw--mr-11{
    margin-right: -2.75rem !important;
  }

  .xl\:tw--mb-11{
    margin-bottom: -2.75rem !important;
  }

  .xl\:tw--ml-11{
    margin-left: -2.75rem !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-13{
    margin-top: -3.25rem !important;
  }

  .xl\:tw--mr-13{
    margin-right: -3.25rem !important;
  }

  .xl\:tw--mb-13{
    margin-bottom: -3.25rem !important;
  }

  .xl\:tw--ml-13{
    margin-left: -3.25rem !important;
  }

  .xl\:tw--mt-14{
    margin-top: -3.5rem !important;
  }

  .xl\:tw--mr-14{
    margin-right: -3.5rem !important;
  }

  .xl\:tw--mb-14{
    margin-bottom: -3.5rem !important;
  }

  .xl\:tw--ml-14{
    margin-left: -3.5rem !important;
  }

  .xl\:tw--mt-15{
    margin-top: -3.75rem !important;
  }

  .xl\:tw--mr-15{
    margin-right: -3.75rem !important;
  }

  .xl\:tw--mb-15{
    margin-bottom: -3.75rem !important;
  }

  .xl\:tw--ml-15{
    margin-left: -3.75rem !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-28{
    margin-top: -7rem !important;
  }

  .xl\:tw--mr-28{
    margin-right: -7rem !important;
  }

  .xl\:tw--mb-28{
    margin-bottom: -7rem !important;
  }

  .xl\:tw--ml-28{
    margin-left: -7rem !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-60{
    margin-top: -15rem !important;
  }

  .xl\:tw--mr-60{
    margin-right: -15rem !important;
  }

  .xl\:tw--mb-60{
    margin-bottom: -15rem !important;
  }

  .xl\:tw--ml-60{
    margin-left: -15rem !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-72{
    margin-top: -18rem !important;
  }

  .xl\:tw--mr-72{
    margin-right: -18rem !important;
  }

  .xl\:tw--mb-72{
    margin-bottom: -18rem !important;
  }

  .xl\:tw--ml-72{
    margin-left: -18rem !important;
  }

  .xl\:tw--mt-80{
    margin-top: -20rem !important;
  }

  .xl\:tw--mr-80{
    margin-right: -20rem !important;
  }

  .xl\:tw--mb-80{
    margin-bottom: -20rem !important;
  }

  .xl\:tw--ml-80{
    margin-left: -20rem !important;
  }

  .xl\:tw--mt-96{
    margin-top: -24rem !important;
  }

  .xl\:tw--mr-96{
    margin-right: -24rem !important;
  }

  .xl\:tw--mb-96{
    margin-bottom: -24rem !important;
  }

  .xl\:tw--ml-96{
    margin-left: -24rem !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\/2{
    margin-top: -50% !important;
  }

  .xl\:tw--mr-1\/2{
    margin-right: -50% !important;
  }

  .xl\:tw--mb-1\/2{
    margin-bottom: -50% !important;
  }

  .xl\:tw--ml-1\/2{
    margin-left: -50% !important;
  }

  .xl\:tw--mt-1\/3{
    margin-top: -33.33333% !important;
  }

  .xl\:tw--mr-1\/3{
    margin-right: -33.33333% !important;
  }

  .xl\:tw--mb-1\/3{
    margin-bottom: -33.33333% !important;
  }

  .xl\:tw--ml-1\/3{
    margin-left: -33.33333% !important;
  }

  .xl\:tw--mt-2\/3{
    margin-top: -66.66667% !important;
  }

  .xl\:tw--mr-2\/3{
    margin-right: -66.66667% !important;
  }

  .xl\:tw--mb-2\/3{
    margin-bottom: -66.66667% !important;
  }

  .xl\:tw--ml-2\/3{
    margin-left: -66.66667% !important;
  }

  .xl\:tw--mt-1\/4{
    margin-top: -25% !important;
  }

  .xl\:tw--mr-1\/4{
    margin-right: -25% !important;
  }

  .xl\:tw--mb-1\/4{
    margin-bottom: -25% !important;
  }

  .xl\:tw--ml-1\/4{
    margin-left: -25% !important;
  }

  .xl\:tw--mt-2\/4{
    margin-top: -50% !important;
  }

  .xl\:tw--mr-2\/4{
    margin-right: -50% !important;
  }

  .xl\:tw--mb-2\/4{
    margin-bottom: -50% !important;
  }

  .xl\:tw--ml-2\/4{
    margin-left: -50% !important;
  }

  .xl\:tw--mt-3\/4{
    margin-top: -75% !important;
  }

  .xl\:tw--mr-3\/4{
    margin-right: -75% !important;
  }

  .xl\:tw--mb-3\/4{
    margin-bottom: -75% !important;
  }

  .xl\:tw--ml-3\/4{
    margin-left: -75% !important;
  }

  .xl\:tw--mt-1\/5{
    margin-top: -20% !important;
  }

  .xl\:tw--mr-1\/5{
    margin-right: -20% !important;
  }

  .xl\:tw--mb-1\/5{
    margin-bottom: -20% !important;
  }

  .xl\:tw--ml-1\/5{
    margin-left: -20% !important;
  }

  .xl\:tw--mt-2\/5{
    margin-top: -40% !important;
  }

  .xl\:tw--mr-2\/5{
    margin-right: -40% !important;
  }

  .xl\:tw--mb-2\/5{
    margin-bottom: -40% !important;
  }

  .xl\:tw--ml-2\/5{
    margin-left: -40% !important;
  }

  .xl\:tw--mt-3\/5{
    margin-top: -60% !important;
  }

  .xl\:tw--mr-3\/5{
    margin-right: -60% !important;
  }

  .xl\:tw--mb-3\/5{
    margin-bottom: -60% !important;
  }

  .xl\:tw--ml-3\/5{
    margin-left: -60% !important;
  }

  .xl\:tw--mt-4\/5{
    margin-top: -80% !important;
  }

  .xl\:tw--mr-4\/5{
    margin-right: -80% !important;
  }

  .xl\:tw--mb-4\/5{
    margin-bottom: -80% !important;
  }

  .xl\:tw--ml-4\/5{
    margin-left: -80% !important;
  }

  .xl\:tw--mt-1\/6{
    margin-top: -16.66667% !important;
  }

  .xl\:tw--mr-1\/6{
    margin-right: -16.66667% !important;
  }

  .xl\:tw--mb-1\/6{
    margin-bottom: -16.66667% !important;
  }

  .xl\:tw--ml-1\/6{
    margin-left: -16.66667% !important;
  }

  .xl\:tw--mt-2\/6{
    margin-top: -33.33333% !important;
  }

  .xl\:tw--mr-2\/6{
    margin-right: -33.33333% !important;
  }

  .xl\:tw--mb-2\/6{
    margin-bottom: -33.33333% !important;
  }

  .xl\:tw--ml-2\/6{
    margin-left: -33.33333% !important;
  }

  .xl\:tw--mt-3\/6{
    margin-top: -50% !important;
  }

  .xl\:tw--mr-3\/6{
    margin-right: -50% !important;
  }

  .xl\:tw--mb-3\/6{
    margin-bottom: -50% !important;
  }

  .xl\:tw--ml-3\/6{
    margin-left: -50% !important;
  }

  .xl\:tw--mt-4\/6{
    margin-top: -66.66667% !important;
  }

  .xl\:tw--mr-4\/6{
    margin-right: -66.66667% !important;
  }

  .xl\:tw--mb-4\/6{
    margin-bottom: -66.66667% !important;
  }

  .xl\:tw--ml-4\/6{
    margin-left: -66.66667% !important;
  }

  .xl\:tw--mt-5\/6{
    margin-top: -83.33333% !important;
  }

  .xl\:tw--mr-5\/6{
    margin-right: -83.33333% !important;
  }

  .xl\:tw--mb-5\/6{
    margin-bottom: -83.33333% !important;
  }

  .xl\:tw--ml-5\/6{
    margin-left: -83.33333% !important;
  }

  .xl\:tw--mt-1\/12{
    margin-top: -8.33333% !important;
  }

  .xl\:tw--mr-1\/12{
    margin-right: -8.33333% !important;
  }

  .xl\:tw--mb-1\/12{
    margin-bottom: -8.33333% !important;
  }

  .xl\:tw--ml-1\/12{
    margin-left: -8.33333% !important;
  }

  .xl\:tw--mt-2\/12{
    margin-top: -16.66667% !important;
  }

  .xl\:tw--mr-2\/12{
    margin-right: -16.66667% !important;
  }

  .xl\:tw--mb-2\/12{
    margin-bottom: -16.66667% !important;
  }

  .xl\:tw--ml-2\/12{
    margin-left: -16.66667% !important;
  }

  .xl\:tw--mt-3\/12{
    margin-top: -25% !important;
  }

  .xl\:tw--mr-3\/12{
    margin-right: -25% !important;
  }

  .xl\:tw--mb-3\/12{
    margin-bottom: -25% !important;
  }

  .xl\:tw--ml-3\/12{
    margin-left: -25% !important;
  }

  .xl\:tw--mt-4\/12{
    margin-top: -33.33333% !important;
  }

  .xl\:tw--mr-4\/12{
    margin-right: -33.33333% !important;
  }

  .xl\:tw--mb-4\/12{
    margin-bottom: -33.33333% !important;
  }

  .xl\:tw--ml-4\/12{
    margin-left: -33.33333% !important;
  }

  .xl\:tw--mt-5\/12{
    margin-top: -41.66667% !important;
  }

  .xl\:tw--mr-5\/12{
    margin-right: -41.66667% !important;
  }

  .xl\:tw--mb-5\/12{
    margin-bottom: -41.66667% !important;
  }

  .xl\:tw--ml-5\/12{
    margin-left: -41.66667% !important;
  }

  .xl\:tw--mt-6\/12{
    margin-top: -50% !important;
  }

  .xl\:tw--mr-6\/12{
    margin-right: -50% !important;
  }

  .xl\:tw--mb-6\/12{
    margin-bottom: -50% !important;
  }

  .xl\:tw--ml-6\/12{
    margin-left: -50% !important;
  }

  .xl\:tw--mt-7\/12{
    margin-top: -58.33333% !important;
  }

  .xl\:tw--mr-7\/12{
    margin-right: -58.33333% !important;
  }

  .xl\:tw--mb-7\/12{
    margin-bottom: -58.33333% !important;
  }

  .xl\:tw--ml-7\/12{
    margin-left: -58.33333% !important;
  }

  .xl\:tw--mt-8\/12{
    margin-top: -66.66667% !important;
  }

  .xl\:tw--mr-8\/12{
    margin-right: -66.66667% !important;
  }

  .xl\:tw--mb-8\/12{
    margin-bottom: -66.66667% !important;
  }

  .xl\:tw--ml-8\/12{
    margin-left: -66.66667% !important;
  }

  .xl\:tw--mt-9\/12{
    margin-top: -75% !important;
  }

  .xl\:tw--mr-9\/12{
    margin-right: -75% !important;
  }

  .xl\:tw--mb-9\/12{
    margin-bottom: -75% !important;
  }

  .xl\:tw--ml-9\/12{
    margin-left: -75% !important;
  }

  .xl\:tw--mt-10\/12{
    margin-top: -83.33333% !important;
  }

  .xl\:tw--mr-10\/12{
    margin-right: -83.33333% !important;
  }

  .xl\:tw--mb-10\/12{
    margin-bottom: -83.33333% !important;
  }

  .xl\:tw--ml-10\/12{
    margin-left: -83.33333% !important;
  }

  .xl\:tw--mt-11\/12{
    margin-top: -91.66667% !important;
  }

  .xl\:tw--mr-11\/12{
    margin-right: -91.66667% !important;
  }

  .xl\:tw--mb-11\/12{
    margin-bottom: -91.66667% !important;
  }

  .xl\:tw--ml-11\/12{
    margin-left: -91.66667% !important;
  }

  .xl\:tw--mt-full{
    margin-top: -100% !important;
  }

  .xl\:tw--mr-full{
    margin-right: -100% !important;
  }

  .xl\:tw--mb-full{
    margin-bottom: -100% !important;
  }

  .xl\:tw--ml-full{
    margin-left: -100% !important;
  }

  .xl\:tw-max-h-0{
    max-height: 0 !important;
  }

  .xl\:tw-max-h-1{
    max-height: 0.25rem !important;
  }

  .xl\:tw-max-h-2{
    max-height: 0.5rem !important;
  }

  .xl\:tw-max-h-3{
    max-height: 0.75rem !important;
  }

  .xl\:tw-max-h-4{
    max-height: 1rem !important;
  }

  .xl\:tw-max-h-5{
    max-height: 1.25rem !important;
  }

  .xl\:tw-max-h-6{
    max-height: 1.5rem !important;
  }

  .xl\:tw-max-h-7{
    max-height: 1.75rem !important;
  }

  .xl\:tw-max-h-8{
    max-height: 2rem !important;
  }

  .xl\:tw-max-h-9{
    max-height: 2.25rem !important;
  }

  .xl\:tw-max-h-10{
    max-height: 2.5rem !important;
  }

  .xl\:tw-max-h-11{
    max-height: 2.75rem !important;
  }

  .xl\:tw-max-h-12{
    max-height: 3rem !important;
  }

  .xl\:tw-max-h-13{
    max-height: 3.25rem !important;
  }

  .xl\:tw-max-h-14{
    max-height: 3.5rem !important;
  }

  .xl\:tw-max-h-15{
    max-height: 3.75rem !important;
  }

  .xl\:tw-max-h-16{
    max-height: 4rem !important;
  }

  .xl\:tw-max-h-20{
    max-height: 5rem !important;
  }

  .xl\:tw-max-h-24{
    max-height: 6rem !important;
  }

  .xl\:tw-max-h-28{
    max-height: 7rem !important;
  }

  .xl\:tw-max-h-32{
    max-height: 8rem !important;
  }

  .xl\:tw-max-h-36{
    max-height: 9rem !important;
  }

  .xl\:tw-max-h-40{
    max-height: 10rem !important;
  }

  .xl\:tw-max-h-48{
    max-height: 12rem !important;
  }

  .xl\:tw-max-h-56{
    max-height: 14rem !important;
  }

  .xl\:tw-max-h-60{
    max-height: 15rem !important;
  }

  .xl\:tw-max-h-64{
    max-height: 16rem !important;
  }

  .xl\:tw-max-h-72{
    max-height: 18rem !important;
  }

  .xl\:tw-max-h-80{
    max-height: 20rem !important;
  }

  .xl\:tw-max-h-96{
    max-height: 24rem !important;
  }

  .xl\:tw-max-h-screen{
    max-height: 100vh !important;
  }

  .xl\:tw-max-h-px{
    max-height: 1px !important;
  }

  .xl\:tw-max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .xl\:tw-max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .xl\:tw-max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .xl\:tw-max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .xl\:tw-max-h-1\/2{
    max-height: 50% !important;
  }

  .xl\:tw-max-h-1\/3{
    max-height: 33.333333% !important;
  }

  .xl\:tw-max-h-2\/3{
    max-height: 66.666667% !important;
  }

  .xl\:tw-max-h-1\/4{
    max-height: 25% !important;
  }

  .xl\:tw-max-h-2\/4{
    max-height: 50% !important;
  }

  .xl\:tw-max-h-3\/4{
    max-height: 75% !important;
  }

  .xl\:tw-max-h-1\/5{
    max-height: 20% !important;
  }

  .xl\:tw-max-h-2\/5{
    max-height: 40% !important;
  }

  .xl\:tw-max-h-3\/5{
    max-height: 60% !important;
  }

  .xl\:tw-max-h-4\/5{
    max-height: 80% !important;
  }

  .xl\:tw-max-h-1\/6{
    max-height: 16.666667% !important;
  }

  .xl\:tw-max-h-2\/6{
    max-height: 33.333333% !important;
  }

  .xl\:tw-max-h-3\/6{
    max-height: 50% !important;
  }

  .xl\:tw-max-h-4\/6{
    max-height: 66.666667% !important;
  }

  .xl\:tw-max-h-5\/6{
    max-height: 83.333333% !important;
  }

  .xl\:tw-max-h-1\/12{
    max-height: 8.333333% !important;
  }

  .xl\:tw-max-h-2\/12{
    max-height: 16.666667% !important;
  }

  .xl\:tw-max-h-3\/12{
    max-height: 25% !important;
  }

  .xl\:tw-max-h-4\/12{
    max-height: 33.333333% !important;
  }

  .xl\:tw-max-h-5\/12{
    max-height: 41.666667% !important;
  }

  .xl\:tw-max-h-6\/12{
    max-height: 50% !important;
  }

  .xl\:tw-max-h-7\/12{
    max-height: 58.333333% !important;
  }

  .xl\:tw-max-h-8\/12{
    max-height: 66.666667% !important;
  }

  .xl\:tw-max-h-9\/12{
    max-height: 75% !important;
  }

  .xl\:tw-max-h-10\/12{
    max-height: 83.333333% !important;
  }

  .xl\:tw-max-h-11\/12{
    max-height: 91.666667% !important;
  }

  .xl\:tw-max-h-full{
    max-height: 100% !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-7xl{
    max-width: 80rem !important;
  }

  .xl\:tw-max-w-full{
    max-width: 100% !important;
  }

  .xl\:tw-max-w-min-content{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xl\:tw-max-w-max-content{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xl\:tw-max-w-screen-sm{
    max-width: 576px !important;
  }

  .xl\:tw-max-w-screen-md{
    max-width: 768px !important;
  }

  .xl\:tw-max-w-screen-lg{
    max-width: 992px !important;
  }

  .xl\:tw-max-w-screen-xl{
    max-width: 1200px !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-full{
    min-width: 100% !important;
  }

  .xl\:tw-min-w-min-content{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xl\:tw-min-w-max-content{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !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\: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-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-7{
    padding: 1.75rem !important;
  }

  .xl\:tw-p-8{
    padding: 2rem !important;
  }

  .xl\:tw-p-9{
    padding: 2.25rem !important;
  }

  .xl\:tw-p-10{
    padding: 2.5rem !important;
  }

  .xl\:tw-p-11{
    padding: 2.75rem !important;
  }

  .xl\:tw-p-12{
    padding: 3rem !important;
  }

  .xl\:tw-p-13{
    padding: 3.25rem !important;
  }

  .xl\:tw-p-14{
    padding: 3.5rem !important;
  }

  .xl\:tw-p-15{
    padding: 3.75rem !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-28{
    padding: 7rem !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-60{
    padding: 15rem !important;
  }

  .xl\:tw-p-64{
    padding: 16rem !important;
  }

  .xl\:tw-p-72{
    padding: 18rem !important;
  }

  .xl\:tw-p-80{
    padding: 20rem !important;
  }

  .xl\:tw-p-96{
    padding: 24rem !important;
  }

  .xl\:tw-p-px{
    padding: 1px !important;
  }

  .xl\:tw-p-0\.5{
    padding: 0.125rem !important;
  }

  .xl\:tw-p-1\.5{
    padding: 0.375rem !important;
  }

  .xl\:tw-p-2\.5{
    padding: 0.625rem !important;
  }

  .xl\:tw-p-3\.5{
    padding: 0.875rem !important;
  }

  .xl\:tw-p-1\/2{
    padding: 50% !important;
  }

  .xl\:tw-p-1\/3{
    padding: 33.333333% !important;
  }

  .xl\:tw-p-2\/3{
    padding: 66.666667% !important;
  }

  .xl\:tw-p-1\/4{
    padding: 25% !important;
  }

  .xl\:tw-p-2\/4{
    padding: 50% !important;
  }

  .xl\:tw-p-3\/4{
    padding: 75% !important;
  }

  .xl\:tw-p-1\/5{
    padding: 20% !important;
  }

  .xl\:tw-p-2\/5{
    padding: 40% !important;
  }

  .xl\:tw-p-3\/5{
    padding: 60% !important;
  }

  .xl\:tw-p-4\/5{
    padding: 80% !important;
  }

  .xl\:tw-p-1\/6{
    padding: 16.666667% !important;
  }

  .xl\:tw-p-2\/6{
    padding: 33.333333% !important;
  }

  .xl\:tw-p-3\/6{
    padding: 50% !important;
  }

  .xl\:tw-p-4\/6{
    padding: 66.666667% !important;
  }

  .xl\:tw-p-5\/6{
    padding: 83.333333% !important;
  }

  .xl\:tw-p-1\/12{
    padding: 8.333333% !important;
  }

  .xl\:tw-p-2\/12{
    padding: 16.666667% !important;
  }

  .xl\:tw-p-3\/12{
    padding: 25% !important;
  }

  .xl\:tw-p-4\/12{
    padding: 33.333333% !important;
  }

  .xl\:tw-p-5\/12{
    padding: 41.666667% !important;
  }

  .xl\:tw-p-6\/12{
    padding: 50% !important;
  }

  .xl\:tw-p-7\/12{
    padding: 58.333333% !important;
  }

  .xl\:tw-p-8\/12{
    padding: 66.666667% !important;
  }

  .xl\:tw-p-9\/12{
    padding: 75% !important;
  }

  .xl\:tw-p-10\/12{
    padding: 83.333333% !important;
  }

  .xl\:tw-p-11\/12{
    padding: 91.666667% !important;
  }

  .xl\:tw-p-full{
    padding: 100% !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-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .xl\:tw-px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !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-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .xl\:tw-px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !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-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .xl\:tw-px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !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-13{
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .xl\:tw-px-13{
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }

  .xl\:tw-py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xl\:tw-px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xl\:tw-py-15{
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .xl\:tw-px-15{
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xl\:tw-px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !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-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xl\:tw-px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !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-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .xl\:tw-px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .xl\:tw-py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .xl\:tw-px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .xl\:tw-py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .xl\:tw-px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !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: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .xl\:tw-px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xl\:tw-py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .xl\:tw-px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .xl\:tw-py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .xl\:tw-px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .xl\:tw-py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .xl\:tw-px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .xl\:tw-py-1\/2{
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .xl\:tw-px-1\/2{
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .xl\:tw-py-1\/3{
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .xl\:tw-px-1\/3{
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .xl\:tw-py-2\/3{
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .xl\:tw-px-2\/3{
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .xl\:tw-py-1\/4{
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .xl\:tw-px-1\/4{
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .xl\:tw-py-2\/4{
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .xl\:tw-px-2\/4{
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .xl\:tw-py-3\/4{
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .xl\:tw-px-3\/4{
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .xl\:tw-py-1\/5{
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .xl\:tw-px-1\/5{
    padding-left: 20% !important;
    padding-right: 20% !important;
  }

  .xl\:tw-py-2\/5{
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }

  .xl\:tw-px-2\/5{
    padding-left: 40% !important;
    padding-right: 40% !important;
  }

  .xl\:tw-py-3\/5{
    padding-top: 60% !important;
    padding-bottom: 60% !important;
  }

  .xl\:tw-px-3\/5{
    padding-left: 60% !important;
    padding-right: 60% !important;
  }

  .xl\:tw-py-4\/5{
    padding-top: 80% !important;
    padding-bottom: 80% !important;
  }

  .xl\:tw-px-4\/5{
    padding-left: 80% !important;
    padding-right: 80% !important;
  }

  .xl\:tw-py-1\/6{
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .xl\:tw-px-1\/6{
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .xl\:tw-py-2\/6{
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .xl\:tw-px-2\/6{
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .xl\:tw-py-3\/6{
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .xl\:tw-px-3\/6{
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .xl\:tw-py-4\/6{
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .xl\:tw-px-4\/6{
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .xl\:tw-py-5\/6{
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .xl\:tw-px-5\/6{
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .xl\:tw-py-1\/12{
    padding-top: 8.333333% !important;
    padding-bottom: 8.333333% !important;
  }

  .xl\:tw-px-1\/12{
    padding-left: 8.333333% !important;
    padding-right: 8.333333% !important;
  }

  .xl\:tw-py-2\/12{
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .xl\:tw-px-2\/12{
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .xl\:tw-py-3\/12{
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .xl\:tw-px-3\/12{
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .xl\:tw-py-4\/12{
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .xl\:tw-px-4\/12{
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .xl\:tw-py-5\/12{
    padding-top: 41.666667% !important;
    padding-bottom: 41.666667% !important;
  }

  .xl\:tw-px-5\/12{
    padding-left: 41.666667% !important;
    padding-right: 41.666667% !important;
  }

  .xl\:tw-py-6\/12{
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .xl\:tw-px-6\/12{
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .xl\:tw-py-7\/12{
    padding-top: 58.333333% !important;
    padding-bottom: 58.333333% !important;
  }

  .xl\:tw-px-7\/12{
    padding-left: 58.333333% !important;
    padding-right: 58.333333% !important;
  }

  .xl\:tw-py-8\/12{
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .xl\:tw-px-8\/12{
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .xl\:tw-py-9\/12{
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .xl\:tw-px-9\/12{
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .xl\:tw-py-10\/12{
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .xl\:tw-px-10\/12{
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .xl\:tw-py-11\/12{
    padding-top: 91.666667% !important;
    padding-bottom: 91.666667% !important;
  }

  .xl\:tw-px-11\/12{
    padding-left: 91.666667% !important;
    padding-right: 91.666667% !important;
  }

  .xl\:tw-py-full{
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }

  .xl\:tw-px-full{
    padding-left: 100% !important;
    padding-right: 100% !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-7{
    padding-top: 1.75rem !important;
  }

  .xl\:tw-pr-7{
    padding-right: 1.75rem !important;
  }

  .xl\:tw-pb-7{
    padding-bottom: 1.75rem !important;
  }

  .xl\:tw-pl-7{
    padding-left: 1.75rem !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-9{
    padding-top: 2.25rem !important;
  }

  .xl\:tw-pr-9{
    padding-right: 2.25rem !important;
  }

  .xl\:tw-pb-9{
    padding-bottom: 2.25rem !important;
  }

  .xl\:tw-pl-9{
    padding-left: 2.25rem !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-11{
    padding-top: 2.75rem !important;
  }

  .xl\:tw-pr-11{
    padding-right: 2.75rem !important;
  }

  .xl\:tw-pb-11{
    padding-bottom: 2.75rem !important;
  }

  .xl\:tw-pl-11{
    padding-left: 2.75rem !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-13{
    padding-top: 3.25rem !important;
  }

  .xl\:tw-pr-13{
    padding-right: 3.25rem !important;
  }

  .xl\:tw-pb-13{
    padding-bottom: 3.25rem !important;
  }

  .xl\:tw-pl-13{
    padding-left: 3.25rem !important;
  }

  .xl\:tw-pt-14{
    padding-top: 3.5rem !important;
  }

  .xl\:tw-pr-14{
    padding-right: 3.5rem !important;
  }

  .xl\:tw-pb-14{
    padding-bottom: 3.5rem !important;
  }

  .xl\:tw-pl-14{
    padding-left: 3.5rem !important;
  }

  .xl\:tw-pt-15{
    padding-top: 3.75rem !important;
  }

  .xl\:tw-pr-15{
    padding-right: 3.75rem !important;
  }

  .xl\:tw-pb-15{
    padding-bottom: 3.75rem !important;
  }

  .xl\:tw-pl-15{
    padding-left: 3.75rem !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-28{
    padding-top: 7rem !important;
  }

  .xl\:tw-pr-28{
    padding-right: 7rem !important;
  }

  .xl\:tw-pb-28{
    padding-bottom: 7rem !important;
  }

  .xl\:tw-pl-28{
    padding-left: 7rem !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-60{
    padding-top: 15rem !important;
  }

  .xl\:tw-pr-60{
    padding-right: 15rem !important;
  }

  .xl\:tw-pb-60{
    padding-bottom: 15rem !important;
  }

  .xl\:tw-pl-60{
    padding-left: 15rem !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-72{
    padding-top: 18rem !important;
  }

  .xl\:tw-pr-72{
    padding-right: 18rem !important;
  }

  .xl\:tw-pb-72{
    padding-bottom: 18rem !important;
  }

  .xl\:tw-pl-72{
    padding-left: 18rem !important;
  }

  .xl\:tw-pt-80{
    padding-top: 20rem !important;
  }

  .xl\:tw-pr-80{
    padding-right: 20rem !important;
  }

  .xl\:tw-pb-80{
    padding-bottom: 20rem !important;
  }

  .xl\:tw-pl-80{
    padding-left: 20rem !important;
  }

  .xl\:tw-pt-96{
    padding-top: 24rem !important;
  }

  .xl\:tw-pr-96{
    padding-right: 24rem !important;
  }

  .xl\:tw-pb-96{
    padding-bottom: 24rem !important;
  }

  .xl\:tw-pl-96{
    padding-left: 24rem !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: 0.125rem !important;
  }

  .xl\:tw-pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .xl\:tw-pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .xl\:tw-pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .xl\:tw-pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .xl\:tw-pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .xl\:tw-pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .xl\:tw-pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .xl\:tw-pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .xl\:tw-pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .xl\:tw-pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .xl\:tw-pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .xl\:tw-pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .xl\:tw-pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .xl\:tw-pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .xl\:tw-pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .xl\:tw-pt-1\/2{
    padding-top: 50% !important;
  }

  .xl\:tw-pr-1\/2{
    padding-right: 50% !important;
  }

  .xl\:tw-pb-1\/2{
    padding-bottom: 50% !important;
  }

  .xl\:tw-pl-1\/2{
    padding-left: 50% !important;
  }

  .xl\:tw-pt-1\/3{
    padding-top: 33.333333% !important;
  }

  .xl\:tw-pr-1\/3{
    padding-right: 33.333333% !important;
  }

  .xl\:tw-pb-1\/3{
    padding-bottom: 33.333333% !important;
  }

  .xl\:tw-pl-1\/3{
    padding-left: 33.333333% !important;
  }

  .xl\:tw-pt-2\/3{
    padding-top: 66.666667% !important;
  }

  .xl\:tw-pr-2\/3{
    padding-right: 66.666667% !important;
  }

  .xl\:tw-pb-2\/3{
    padding-bottom: 66.666667% !important;
  }

  .xl\:tw-pl-2\/3{
    padding-left: 66.666667% !important;
  }

  .xl\:tw-pt-1\/4{
    padding-top: 25% !important;
  }

  .xl\:tw-pr-1\/4{
    padding-right: 25% !important;
  }

  .xl\:tw-pb-1\/4{
    padding-bottom: 25% !important;
  }

  .xl\:tw-pl-1\/4{
    padding-left: 25% !important;
  }

  .xl\:tw-pt-2\/4{
    padding-top: 50% !important;
  }

  .xl\:tw-pr-2\/4{
    padding-right: 50% !important;
  }

  .xl\:tw-pb-2\/4{
    padding-bottom: 50% !important;
  }

  .xl\:tw-pl-2\/4{
    padding-left: 50% !important;
  }

  .xl\:tw-pt-3\/4{
    padding-top: 75% !important;
  }

  .xl\:tw-pr-3\/4{
    padding-right: 75% !important;
  }

  .xl\:tw-pb-3\/4{
    padding-bottom: 75% !important;
  }

  .xl\:tw-pl-3\/4{
    padding-left: 75% !important;
  }

  .xl\:tw-pt-1\/5{
    padding-top: 20% !important;
  }

  .xl\:tw-pr-1\/5{
    padding-right: 20% !important;
  }

  .xl\:tw-pb-1\/5{
    padding-bottom: 20% !important;
  }

  .xl\:tw-pl-1\/5{
    padding-left: 20% !important;
  }

  .xl\:tw-pt-2\/5{
    padding-top: 40% !important;
  }

  .xl\:tw-pr-2\/5{
    padding-right: 40% !important;
  }

  .xl\:tw-pb-2\/5{
    padding-bottom: 40% !important;
  }

  .xl\:tw-pl-2\/5{
    padding-left: 40% !important;
  }

  .xl\:tw-pt-3\/5{
    padding-top: 60% !important;
  }

  .xl\:tw-pr-3\/5{
    padding-right: 60% !important;
  }

  .xl\:tw-pb-3\/5{
    padding-bottom: 60% !important;
  }

  .xl\:tw-pl-3\/5{
    padding-left: 60% !important;
  }

  .xl\:tw-pt-4\/5{
    padding-top: 80% !important;
  }

  .xl\:tw-pr-4\/5{
    padding-right: 80% !important;
  }

  .xl\:tw-pb-4\/5{
    padding-bottom: 80% !important;
  }

  .xl\:tw-pl-4\/5{
    padding-left: 80% !important;
  }

  .xl\:tw-pt-1\/6{
    padding-top: 16.666667% !important;
  }

  .xl\:tw-pr-1\/6{
    padding-right: 16.666667% !important;
  }

  .xl\:tw-pb-1\/6{
    padding-bottom: 16.666667% !important;
  }

  .xl\:tw-pl-1\/6{
    padding-left: 16.666667% !important;
  }

  .xl\:tw-pt-2\/6{
    padding-top: 33.333333% !important;
  }

  .xl\:tw-pr-2\/6{
    padding-right: 33.333333% !important;
  }

  .xl\:tw-pb-2\/6{
    padding-bottom: 33.333333% !important;
  }

  .xl\:tw-pl-2\/6{
    padding-left: 33.333333% !important;
  }

  .xl\:tw-pt-3\/6{
    padding-top: 50% !important;
  }

  .xl\:tw-pr-3\/6{
    padding-right: 50% !important;
  }

  .xl\:tw-pb-3\/6{
    padding-bottom: 50% !important;
  }

  .xl\:tw-pl-3\/6{
    padding-left: 50% !important;
  }

  .xl\:tw-pt-4\/6{
    padding-top: 66.666667% !important;
  }

  .xl\:tw-pr-4\/6{
    padding-right: 66.666667% !important;
  }

  .xl\:tw-pb-4\/6{
    padding-bottom: 66.666667% !important;
  }

  .xl\:tw-pl-4\/6{
    padding-left: 66.666667% !important;
  }

  .xl\:tw-pt-5\/6{
    padding-top: 83.333333% !important;
  }

  .xl\:tw-pr-5\/6{
    padding-right: 83.333333% !important;
  }

  .xl\:tw-pb-5\/6{
    padding-bottom: 83.333333% !important;
  }

  .xl\:tw-pl-5\/6{
    padding-left: 83.333333% !important;
  }

  .xl\:tw-pt-1\/12{
    padding-top: 8.333333% !important;
  }

  .xl\:tw-pr-1\/12{
    padding-right: 8.333333% !important;
  }

  .xl\:tw-pb-1\/12{
    padding-bottom: 8.333333% !important;
  }

  .xl\:tw-pl-1\/12{
    padding-left: 8.333333% !important;
  }

  .xl\:tw-pt-2\/12{
    padding-top: 16.666667% !important;
  }

  .xl\:tw-pr-2\/12{
    padding-right: 16.666667% !important;
  }

  .xl\:tw-pb-2\/12{
    padding-bottom: 16.666667% !important;
  }

  .xl\:tw-pl-2\/12{
    padding-left: 16.666667% !important;
  }

  .xl\:tw-pt-3\/12{
    padding-top: 25% !important;
  }

  .xl\:tw-pr-3\/12{
    padding-right: 25% !important;
  }

  .xl\:tw-pb-3\/12{
    padding-bottom: 25% !important;
  }

  .xl\:tw-pl-3\/12{
    padding-left: 25% !important;
  }

  .xl\:tw-pt-4\/12{
    padding-top: 33.333333% !important;
  }

  .xl\:tw-pr-4\/12{
    padding-right: 33.333333% !important;
  }

  .xl\:tw-pb-4\/12{
    padding-bottom: 33.333333% !important;
  }

  .xl\:tw-pl-4\/12{
    padding-left: 33.333333% !important;
  }

  .xl\:tw-pt-5\/12{
    padding-top: 41.666667% !important;
  }

  .xl\:tw-pr-5\/12{
    padding-right: 41.666667% !important;
  }

  .xl\:tw-pb-5\/12{
    padding-bottom: 41.666667% !important;
  }

  .xl\:tw-pl-5\/12{
    padding-left: 41.666667% !important;
  }

  .xl\:tw-pt-6\/12{
    padding-top: 50% !important;
  }

  .xl\:tw-pr-6\/12{
    padding-right: 50% !important;
  }

  .xl\:tw-pb-6\/12{
    padding-bottom: 50% !important;
  }

  .xl\:tw-pl-6\/12{
    padding-left: 50% !important;
  }

  .xl\:tw-pt-7\/12{
    padding-top: 58.333333% !important;
  }

  .xl\:tw-pr-7\/12{
    padding-right: 58.333333% !important;
  }

  .xl\:tw-pb-7\/12{
    padding-bottom: 58.333333% !important;
  }

  .xl\:tw-pl-7\/12{
    padding-left: 58.333333% !important;
  }

  .xl\:tw-pt-8\/12{
    padding-top: 66.666667% !important;
  }

  .xl\:tw-pr-8\/12{
    padding-right: 66.666667% !important;
  }

  .xl\:tw-pb-8\/12{
    padding-bottom: 66.666667% !important;
  }

  .xl\:tw-pl-8\/12{
    padding-left: 66.666667% !important;
  }

  .xl\:tw-pt-9\/12{
    padding-top: 75% !important;
  }

  .xl\:tw-pr-9\/12{
    padding-right: 75% !important;
  }

  .xl\:tw-pb-9\/12{
    padding-bottom: 75% !important;
  }

  .xl\:tw-pl-9\/12{
    padding-left: 75% !important;
  }

  .xl\:tw-pt-10\/12{
    padding-top: 83.333333% !important;
  }

  .xl\:tw-pr-10\/12{
    padding-right: 83.333333% !important;
  }

  .xl\:tw-pb-10\/12{
    padding-bottom: 83.333333% !important;
  }

  .xl\:tw-pl-10\/12{
    padding-left: 83.333333% !important;
  }

  .xl\:tw-pt-11\/12{
    padding-top: 91.666667% !important;
  }

  .xl\:tw-pr-11\/12{
    padding-right: 91.666667% !important;
  }

  .xl\:tw-pb-11\/12{
    padding-bottom: 91.666667% !important;
  }

  .xl\:tw-pl-11\/12{
    padding-left: 91.666667% !important;
  }

  .xl\:tw-pt-full{
    padding-top: 100% !important;
  }

  .xl\:tw-pr-full{
    padding-right: 100% !important;
  }

  .xl\:tw-pb-full{
    padding-bottom: 100% !important;
  }

  .xl\:tw-pl-full{
    padding-left: 100% !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-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cool-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-50::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-50::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-50:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-50::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-50::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-modal-grey::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-modal-grey::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-modal-grey:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-modal-grey::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-modal-grey::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-separator-grey::-webkit-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .xl\:tw-placeholder-separator-grey::-moz-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .xl\:tw-placeholder-separator-grey:-ms-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .xl\:tw-placeholder-separator-grey::-ms-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .xl\:tw-placeholder-separator-grey::placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .xl\:tw-placeholder-label-grey::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-label-grey::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-label-grey:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-label-grey::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-label-grey::placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-anvesh-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-anvesh-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-anvesh-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-anvesh-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-anvesh-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-anvesh-grey::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-anvesh-grey::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-anvesh-grey:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-anvesh-grey::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-anvesh-grey::placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-anvesh-blue::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-anvesh-blue::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-anvesh-blue:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-anvesh-blue::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-anvesh-blue::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-jira-blue::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-jira-blue::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-jira-blue:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-jira-blue::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-jira-blue::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, 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-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #252f3f !important;
    color: rgba(37, 47, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-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-cool-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-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-cool-gray-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-cool-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-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-cool-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-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-cool-gray-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-cool-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-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-cool-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-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-cool-gray-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-cool-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-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-cool-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-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-cool-gray-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-cool-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cool-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-50:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-50:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-modal-grey:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-modal-grey:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-modal-grey:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-modal-grey:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-modal-grey:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-separator-grey:focus::-webkit-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .xl\:focus\:tw-placeholder-separator-grey:focus::-moz-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .xl\:focus\:tw-placeholder-separator-grey:focus:-ms-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .xl\:focus\:tw-placeholder-separator-grey:focus::-ms-input-placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .xl\:focus\:tw-placeholder-separator-grey:focus::placeholder{
    color: hsla(210,7%,83%,1) !important;
  }

  .xl\:focus\:tw-placeholder-label-grey:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-label-grey:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-label-grey:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-label-grey:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-label-grey:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-anvesh-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-anvesh-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-anvesh-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-anvesh-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-anvesh-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-anvesh-grey:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-anvesh-grey:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-anvesh-grey:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-anvesh-grey:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-anvesh-grey:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-anvesh-blue:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-anvesh-blue:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-anvesh-blue:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-anvesh-blue:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-anvesh-blue:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-jira-blue:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-jira-blue:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-jira-blue:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-jira-blue:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-jira-blue:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, 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-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xl\:tw-inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xl\:tw-inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xl\:tw-inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xl\:tw-inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xl\:tw-inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xl\:tw-inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .xl\:tw-inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xl\:tw-inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .xl\:tw-inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xl\:tw-inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .xl\:tw-inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .xl\:tw-inset-13{
    top: 3.25rem !important;
    right: 3.25rem !important;
    bottom: 3.25rem !important;
    left: 3.25rem !important;
  }

  .xl\:tw-inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .xl\:tw-inset-15{
    top: 3.75rem !important;
    right: 3.75rem !important;
    bottom: 3.75rem !important;
    left: 3.75rem !important;
  }

  .xl\:tw-inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .xl\:tw-inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xl\:tw-inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .xl\:tw-inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .xl\:tw-inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .xl\:tw-inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .xl\:tw-inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .xl\:tw-inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .xl\:tw-inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .xl\:tw-inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .xl\:tw-inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .xl\:tw-inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .xl\:tw-inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .xl\:tw-inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .xl\:tw-inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:tw-inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xl\:tw-inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .xl\:tw-inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .xl\:tw-inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .xl\:tw-inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .xl\:tw-inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:tw-inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:tw-inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:tw-inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xl\:tw-inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:tw-inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xl\:tw-inset-1\/5{
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .xl\:tw-inset-2\/5{
    top: 40% !important;
    right: 40% !important;
    bottom: 40% !important;
    left: 40% !important;
  }

  .xl\:tw-inset-3\/5{
    top: 60% !important;
    right: 60% !important;
    bottom: 60% !important;
    left: 60% !important;
  }

  .xl\:tw-inset-4\/5{
    top: 80% !important;
    right: 80% !important;
    bottom: 80% !important;
    left: 80% !important;
  }

  .xl\:tw-inset-1\/6{
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .xl\:tw-inset-2\/6{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:tw-inset-3\/6{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:tw-inset-4\/6{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:tw-inset-5\/6{
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .xl\:tw-inset-1\/12{
    top: 8.333333% !important;
    right: 8.333333% !important;
    bottom: 8.333333% !important;
    left: 8.333333% !important;
  }

  .xl\:tw-inset-2\/12{
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .xl\:tw-inset-3\/12{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xl\:tw-inset-4\/12{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:tw-inset-5\/12{
    top: 41.666667% !important;
    right: 41.666667% !important;
    bottom: 41.666667% !important;
    left: 41.666667% !important;
  }

  .xl\:tw-inset-6\/12{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:tw-inset-7\/12{
    top: 58.333333% !important;
    right: 58.333333% !important;
    bottom: 58.333333% !important;
    left: 58.333333% !important;
  }

  .xl\:tw-inset-8\/12{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:tw-inset-9\/12{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xl\:tw-inset-10\/12{
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .xl\:tw-inset-11\/12{
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

  .xl\:tw-inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !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-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .xl\:tw-inset-x-1{
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xl\:tw-inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .xl\:tw-inset-x-2{
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xl\:tw-inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .xl\:tw-inset-x-3{
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xl\:tw-inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xl\:tw-inset-x-4{
    right: 1rem !important;
    left: 1rem !important;
  }

  .xl\:tw-inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .xl\:tw-inset-x-5{
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xl\:tw-inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .xl\:tw-inset-x-6{
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xl\:tw-inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .xl\:tw-inset-x-7{
    right: 1.75rem !important;
    left: 1.75rem !important;
  }

  .xl\:tw-inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xl\:tw-inset-x-8{
    right: 2rem !important;
    left: 2rem !important;
  }

  .xl\:tw-inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .xl\:tw-inset-x-9{
    right: 2.25rem !important;
    left: 2.25rem !important;
  }

  .xl\:tw-inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .xl\:tw-inset-x-10{
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xl\:tw-inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .xl\:tw-inset-x-11{
    right: 2.75rem !important;
    left: 2.75rem !important;
  }

  .xl\:tw-inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .xl\:tw-inset-x-12{
    right: 3rem !important;
    left: 3rem !important;
  }

  .xl\:tw-inset-y-13{
    top: 3.25rem !important;
    bottom: 3.25rem !important;
  }

  .xl\:tw-inset-x-13{
    right: 3.25rem !important;
    left: 3.25rem !important;
  }

  .xl\:tw-inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .xl\:tw-inset-x-14{
    right: 3.5rem !important;
    left: 3.5rem !important;
  }

  .xl\:tw-inset-y-15{
    top: 3.75rem !important;
    bottom: 3.75rem !important;
  }

  .xl\:tw-inset-x-15{
    right: 3.75rem !important;
    left: 3.75rem !important;
  }

  .xl\:tw-inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .xl\:tw-inset-x-16{
    right: 4rem !important;
    left: 4rem !important;
  }

  .xl\:tw-inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xl\:tw-inset-x-20{
    right: 5rem !important;
    left: 5rem !important;
  }

  .xl\:tw-inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .xl\:tw-inset-x-24{
    right: 6rem !important;
    left: 6rem !important;
  }

  .xl\:tw-inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .xl\:tw-inset-x-28{
    right: 7rem !important;
    left: 7rem !important;
  }

  .xl\:tw-inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .xl\:tw-inset-x-32{
    right: 8rem !important;
    left: 8rem !important;
  }

  .xl\:tw-inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .xl\:tw-inset-x-36{
    right: 9rem !important;
    left: 9rem !important;
  }

  .xl\:tw-inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .xl\:tw-inset-x-40{
    right: 10rem !important;
    left: 10rem !important;
  }

  .xl\:tw-inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .xl\:tw-inset-x-48{
    right: 12rem !important;
    left: 12rem !important;
  }

  .xl\:tw-inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .xl\:tw-inset-x-56{
    right: 14rem !important;
    left: 14rem !important;
  }

  .xl\:tw-inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .xl\:tw-inset-x-60{
    right: 15rem !important;
    left: 15rem !important;
  }

  .xl\:tw-inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .xl\:tw-inset-x-64{
    right: 16rem !important;
    left: 16rem !important;
  }

  .xl\:tw-inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .xl\:tw-inset-x-72{
    right: 18rem !important;
    left: 18rem !important;
  }

  .xl\:tw-inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .xl\:tw-inset-x-80{
    right: 20rem !important;
    left: 20rem !important;
  }

  .xl\:tw-inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .xl\:tw-inset-x-96{
    right: 24rem !important;
    left: 24rem !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-inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .xl\:tw-inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .xl\:tw-inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .xl\:tw-inset-x-0\.5{
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .xl\:tw-inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .xl\:tw-inset-x-1\.5{
    right: 0.375rem !important;
    left: 0.375rem !important;
  }

  .xl\:tw-inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .xl\:tw-inset-x-2\.5{
    right: 0.625rem !important;
    left: 0.625rem !important;
  }

  .xl\:tw-inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .xl\:tw-inset-x-3\.5{
    right: 0.875rem !important;
    left: 0.875rem !important;
  }

  .xl\:tw-inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:tw-inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .xl\:tw-inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xl\:tw-inset-x-1\/3{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:tw-inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xl\:tw-inset-x-2\/3{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:tw-inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .xl\:tw-inset-x-1\/4{
    right: 25% !important;
    left: 25% !important;
  }

  .xl\:tw-inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:tw-inset-x-2\/4{
    right: 50% !important;
    left: 50% !important;
  }

  .xl\:tw-inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .xl\:tw-inset-x-3\/4{
    right: 75% !important;
    left: 75% !important;
  }

  .xl\:tw-inset-y-1\/5{
    top: 20% !important;
    bottom: 20% !important;
  }

  .xl\:tw-inset-x-1\/5{
    right: 20% !important;
    left: 20% !important;
  }

  .xl\:tw-inset-y-2\/5{
    top: 40% !important;
    bottom: 40% !important;
  }

  .xl\:tw-inset-x-2\/5{
    right: 40% !important;
    left: 40% !important;
  }

  .xl\:tw-inset-y-3\/5{
    top: 60% !important;
    bottom: 60% !important;
  }

  .xl\:tw-inset-x-3\/5{
    right: 60% !important;
    left: 60% !important;
  }

  .xl\:tw-inset-y-4\/5{
    top: 80% !important;
    bottom: 80% !important;
  }

  .xl\:tw-inset-x-4\/5{
    right: 80% !important;
    left: 80% !important;
  }

  .xl\:tw-inset-y-1\/6{
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .xl\:tw-inset-x-1\/6{
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .xl\:tw-inset-y-2\/6{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xl\:tw-inset-x-2\/6{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:tw-inset-y-3\/6{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:tw-inset-x-3\/6{
    right: 50% !important;
    left: 50% !important;
  }

  .xl\:tw-inset-y-4\/6{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xl\:tw-inset-x-4\/6{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:tw-inset-y-5\/6{
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .xl\:tw-inset-x-5\/6{
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .xl\:tw-inset-y-1\/12{
    top: 8.333333% !important;
    bottom: 8.333333% !important;
  }

  .xl\:tw-inset-x-1\/12{
    right: 8.333333% !important;
    left: 8.333333% !important;
  }

  .xl\:tw-inset-y-2\/12{
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .xl\:tw-inset-x-2\/12{
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .xl\:tw-inset-y-3\/12{
    top: 25% !important;
    bottom: 25% !important;
  }

  .xl\:tw-inset-x-3\/12{
    right: 25% !important;
    left: 25% !important;
  }

  .xl\:tw-inset-y-4\/12{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xl\:tw-inset-x-4\/12{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:tw-inset-y-5\/12{
    top: 41.666667% !important;
    bottom: 41.666667% !important;
  }

  .xl\:tw-inset-x-5\/12{
    right: 41.666667% !important;
    left: 41.666667% !important;
  }

  .xl\:tw-inset-y-6\/12{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:tw-inset-x-6\/12{
    right: 50% !important;
    left: 50% !important;
  }

  .xl\:tw-inset-y-7\/12{
    top: 58.333333% !important;
    bottom: 58.333333% !important;
  }

  .xl\:tw-inset-x-7\/12{
    right: 58.333333% !important;
    left: 58.333333% !important;
  }

  .xl\:tw-inset-y-8\/12{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xl\:tw-inset-x-8\/12{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:tw-inset-y-9\/12{
    top: 75% !important;
    bottom: 75% !important;
  }

  .xl\:tw-inset-x-9\/12{
    right: 75% !important;
    left: 75% !important;
  }

  .xl\:tw-inset-y-10\/12{
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .xl\:tw-inset-x-10\/12{
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .xl\:tw-inset-y-11\/12{
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .xl\:tw-inset-x-11\/12{
    right: 91.666667% !important;
    left: 91.666667% !important;
  }

  .xl\:tw-inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .xl\:tw-inset-x-full{
    right: 100% !important;
    left: 100% !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-1{
    top: 0.25rem !important;
  }

  .xl\:tw-right-1{
    right: 0.25rem !important;
  }

  .xl\:tw-bottom-1{
    bottom: 0.25rem !important;
  }

  .xl\:tw-left-1{
    left: 0.25rem !important;
  }

  .xl\:tw-top-2{
    top: 0.5rem !important;
  }

  .xl\:tw-right-2{
    right: 0.5rem !important;
  }

  .xl\:tw-bottom-2{
    bottom: 0.5rem !important;
  }

  .xl\:tw-left-2{
    left: 0.5rem !important;
  }

  .xl\:tw-top-3{
    top: 0.75rem !important;
  }

  .xl\:tw-right-3{
    right: 0.75rem !important;
  }

  .xl\:tw-bottom-3{
    bottom: 0.75rem !important;
  }

  .xl\:tw-left-3{
    left: 0.75rem !important;
  }

  .xl\:tw-top-4{
    top: 1rem !important;
  }

  .xl\:tw-right-4{
    right: 1rem !important;
  }

  .xl\:tw-bottom-4{
    bottom: 1rem !important;
  }

  .xl\:tw-left-4{
    left: 1rem !important;
  }

  .xl\:tw-top-5{
    top: 1.25rem !important;
  }

  .xl\:tw-right-5{
    right: 1.25rem !important;
  }

  .xl\:tw-bottom-5{
    bottom: 1.25rem !important;
  }

  .xl\:tw-left-5{
    left: 1.25rem !important;
  }

  .xl\:tw-top-6{
    top: 1.5rem !important;
  }

  .xl\:tw-right-6{
    right: 1.5rem !important;
  }

  .xl\:tw-bottom-6{
    bottom: 1.5rem !important;
  }

  .xl\:tw-left-6{
    left: 1.5rem !important;
  }

  .xl\:tw-top-7{
    top: 1.75rem !important;
  }

  .xl\:tw-right-7{
    right: 1.75rem !important;
  }

  .xl\:tw-bottom-7{
    bottom: 1.75rem !important;
  }

  .xl\:tw-left-7{
    left: 1.75rem !important;
  }

  .xl\:tw-top-8{
    top: 2rem !important;
  }

  .xl\:tw-right-8{
    right: 2rem !important;
  }

  .xl\:tw-bottom-8{
    bottom: 2rem !important;
  }

  .xl\:tw-left-8{
    left: 2rem !important;
  }

  .xl\:tw-top-9{
    top: 2.25rem !important;
  }

  .xl\:tw-right-9{
    right: 2.25rem !important;
  }

  .xl\:tw-bottom-9{
    bottom: 2.25rem !important;
  }

  .xl\:tw-left-9{
    left: 2.25rem !important;
  }

  .xl\:tw-top-10{
    top: 2.5rem !important;
  }

  .xl\:tw-right-10{
    right: 2.5rem !important;
  }

  .xl\:tw-bottom-10{
    bottom: 2.5rem !important;
  }

  .xl\:tw-left-10{
    left: 2.5rem !important;
  }

  .xl\:tw-top-11{
    top: 2.75rem !important;
  }

  .xl\:tw-right-11{
    right: 2.75rem !important;
  }

  .xl\:tw-bottom-11{
    bottom: 2.75rem !important;
  }

  .xl\:tw-left-11{
    left: 2.75rem !important;
  }

  .xl\:tw-top-12{
    top: 3rem !important;
  }

  .xl\:tw-right-12{
    right: 3rem !important;
  }

  .xl\:tw-bottom-12{
    bottom: 3rem !important;
  }

  .xl\:tw-left-12{
    left: 3rem !important;
  }

  .xl\:tw-top-13{
    top: 3.25rem !important;
  }

  .xl\:tw-right-13{
    right: 3.25rem !important;
  }

  .xl\:tw-bottom-13{
    bottom: 3.25rem !important;
  }

  .xl\:tw-left-13{
    left: 3.25rem !important;
  }

  .xl\:tw-top-14{
    top: 3.5rem !important;
  }

  .xl\:tw-right-14{
    right: 3.5rem !important;
  }

  .xl\:tw-bottom-14{
    bottom: 3.5rem !important;
  }

  .xl\:tw-left-14{
    left: 3.5rem !important;
  }

  .xl\:tw-top-15{
    top: 3.75rem !important;
  }

  .xl\:tw-right-15{
    right: 3.75rem !important;
  }

  .xl\:tw-bottom-15{
    bottom: 3.75rem !important;
  }

  .xl\:tw-left-15{
    left: 3.75rem !important;
  }

  .xl\:tw-top-16{
    top: 4rem !important;
  }

  .xl\:tw-right-16{
    right: 4rem !important;
  }

  .xl\:tw-bottom-16{
    bottom: 4rem !important;
  }

  .xl\:tw-left-16{
    left: 4rem !important;
  }

  .xl\:tw-top-20{
    top: 5rem !important;
  }

  .xl\:tw-right-20{
    right: 5rem !important;
  }

  .xl\:tw-bottom-20{
    bottom: 5rem !important;
  }

  .xl\:tw-left-20{
    left: 5rem !important;
  }

  .xl\:tw-top-24{
    top: 6rem !important;
  }

  .xl\:tw-right-24{
    right: 6rem !important;
  }

  .xl\:tw-bottom-24{
    bottom: 6rem !important;
  }

  .xl\:tw-left-24{
    left: 6rem !important;
  }

  .xl\:tw-top-28{
    top: 7rem !important;
  }

  .xl\:tw-right-28{
    right: 7rem !important;
  }

  .xl\:tw-bottom-28{
    bottom: 7rem !important;
  }

  .xl\:tw-left-28{
    left: 7rem !important;
  }

  .xl\:tw-top-32{
    top: 8rem !important;
  }

  .xl\:tw-right-32{
    right: 8rem !important;
  }

  .xl\:tw-bottom-32{
    bottom: 8rem !important;
  }

  .xl\:tw-left-32{
    left: 8rem !important;
  }

  .xl\:tw-top-36{
    top: 9rem !important;
  }

  .xl\:tw-right-36{
    right: 9rem !important;
  }

  .xl\:tw-bottom-36{
    bottom: 9rem !important;
  }

  .xl\:tw-left-36{
    left: 9rem !important;
  }

  .xl\:tw-top-40{
    top: 10rem !important;
  }

  .xl\:tw-right-40{
    right: 10rem !important;
  }

  .xl\:tw-bottom-40{
    bottom: 10rem !important;
  }

  .xl\:tw-left-40{
    left: 10rem !important;
  }

  .xl\:tw-top-48{
    top: 12rem !important;
  }

  .xl\:tw-right-48{
    right: 12rem !important;
  }

  .xl\:tw-bottom-48{
    bottom: 12rem !important;
  }

  .xl\:tw-left-48{
    left: 12rem !important;
  }

  .xl\:tw-top-56{
    top: 14rem !important;
  }

  .xl\:tw-right-56{
    right: 14rem !important;
  }

  .xl\:tw-bottom-56{
    bottom: 14rem !important;
  }

  .xl\:tw-left-56{
    left: 14rem !important;
  }

  .xl\:tw-top-60{
    top: 15rem !important;
  }

  .xl\:tw-right-60{
    right: 15rem !important;
  }

  .xl\:tw-bottom-60{
    bottom: 15rem !important;
  }

  .xl\:tw-left-60{
    left: 15rem !important;
  }

  .xl\:tw-top-64{
    top: 16rem !important;
  }

  .xl\:tw-right-64{
    right: 16rem !important;
  }

  .xl\:tw-bottom-64{
    bottom: 16rem !important;
  }

  .xl\:tw-left-64{
    left: 16rem !important;
  }

  .xl\:tw-top-72{
    top: 18rem !important;
  }

  .xl\:tw-right-72{
    right: 18rem !important;
  }

  .xl\:tw-bottom-72{
    bottom: 18rem !important;
  }

  .xl\:tw-left-72{
    left: 18rem !important;
  }

  .xl\:tw-top-80{
    top: 20rem !important;
  }

  .xl\:tw-right-80{
    right: 20rem !important;
  }

  .xl\:tw-bottom-80{
    bottom: 20rem !important;
  }

  .xl\:tw-left-80{
    left: 20rem !important;
  }

  .xl\:tw-top-96{
    top: 24rem !important;
  }

  .xl\:tw-right-96{
    right: 24rem !important;
  }

  .xl\:tw-bottom-96{
    bottom: 24rem !important;
  }

  .xl\:tw-left-96{
    left: 24rem !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-top-px{
    top: 1px !important;
  }

  .xl\:tw-right-px{
    right: 1px !important;
  }

  .xl\:tw-bottom-px{
    bottom: 1px !important;
  }

  .xl\:tw-left-px{
    left: 1px !important;
  }

  .xl\:tw-top-0\.5{
    top: 0.125rem !important;
  }

  .xl\:tw-right-0\.5{
    right: 0.125rem !important;
  }

  .xl\:tw-bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .xl\:tw-left-0\.5{
    left: 0.125rem !important;
  }

  .xl\:tw-top-1\.5{
    top: 0.375rem !important;
  }

  .xl\:tw-right-1\.5{
    right: 0.375rem !important;
  }

  .xl\:tw-bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .xl\:tw-left-1\.5{
    left: 0.375rem !important;
  }

  .xl\:tw-top-2\.5{
    top: 0.625rem !important;
  }

  .xl\:tw-right-2\.5{
    right: 0.625rem !important;
  }

  .xl\:tw-bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .xl\:tw-left-2\.5{
    left: 0.625rem !important;
  }

  .xl\:tw-top-3\.5{
    top: 0.875rem !important;
  }

  .xl\:tw-right-3\.5{
    right: 0.875rem !important;
  }

  .xl\:tw-bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .xl\:tw-left-3\.5{
    left: 0.875rem !important;
  }

  .xl\:tw-top-1\/2{
    top: 50% !important;
  }

  .xl\:tw-right-1\/2{
    right: 50% !important;
  }

  .xl\:tw-bottom-1\/2{
    bottom: 50% !important;
  }

  .xl\:tw-left-1\/2{
    left: 50% !important;
  }

  .xl\:tw-top-1\/3{
    top: 33.333333% !important;
  }

  .xl\:tw-right-1\/3{
    right: 33.333333% !important;
  }

  .xl\:tw-bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .xl\:tw-left-1\/3{
    left: 33.333333% !important;
  }

  .xl\:tw-top-2\/3{
    top: 66.666667% !important;
  }

  .xl\:tw-right-2\/3{
    right: 66.666667% !important;
  }

  .xl\:tw-bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .xl\:tw-left-2\/3{
    left: 66.666667% !important;
  }

  .xl\:tw-top-1\/4{
    top: 25% !important;
  }

  .xl\:tw-right-1\/4{
    right: 25% !important;
  }

  .xl\:tw-bottom-1\/4{
    bottom: 25% !important;
  }

  .xl\:tw-left-1\/4{
    left: 25% !important;
  }

  .xl\:tw-top-2\/4{
    top: 50% !important;
  }

  .xl\:tw-right-2\/4{
    right: 50% !important;
  }

  .xl\:tw-bottom-2\/4{
    bottom: 50% !important;
  }

  .xl\:tw-left-2\/4{
    left: 50% !important;
  }

  .xl\:tw-top-3\/4{
    top: 75% !important;
  }

  .xl\:tw-right-3\/4{
    right: 75% !important;
  }

  .xl\:tw-bottom-3\/4{
    bottom: 75% !important;
  }

  .xl\:tw-left-3\/4{
    left: 75% !important;
  }

  .xl\:tw-top-1\/5{
    top: 20% !important;
  }

  .xl\:tw-right-1\/5{
    right: 20% !important;
  }

  .xl\:tw-bottom-1\/5{
    bottom: 20% !important;
  }

  .xl\:tw-left-1\/5{
    left: 20% !important;
  }

  .xl\:tw-top-2\/5{
    top: 40% !important;
  }

  .xl\:tw-right-2\/5{
    right: 40% !important;
  }

  .xl\:tw-bottom-2\/5{
    bottom: 40% !important;
  }

  .xl\:tw-left-2\/5{
    left: 40% !important;
  }

  .xl\:tw-top-3\/5{
    top: 60% !important;
  }

  .xl\:tw-right-3\/5{
    right: 60% !important;
  }

  .xl\:tw-bottom-3\/5{
    bottom: 60% !important;
  }

  .xl\:tw-left-3\/5{
    left: 60% !important;
  }

  .xl\:tw-top-4\/5{
    top: 80% !important;
  }

  .xl\:tw-right-4\/5{
    right: 80% !important;
  }

  .xl\:tw-bottom-4\/5{
    bottom: 80% !important;
  }

  .xl\:tw-left-4\/5{
    left: 80% !important;
  }

  .xl\:tw-top-1\/6{
    top: 16.666667% !important;
  }

  .xl\:tw-right-1\/6{
    right: 16.666667% !important;
  }

  .xl\:tw-bottom-1\/6{
    bottom: 16.666667% !important;
  }

  .xl\:tw-left-1\/6{
    left: 16.666667% !important;
  }

  .xl\:tw-top-2\/6{
    top: 33.333333% !important;
  }

  .xl\:tw-right-2\/6{
    right: 33.333333% !important;
  }

  .xl\:tw-bottom-2\/6{
    bottom: 33.333333% !important;
  }

  .xl\:tw-left-2\/6{
    left: 33.333333% !important;
  }

  .xl\:tw-top-3\/6{
    top: 50% !important;
  }

  .xl\:tw-right-3\/6{
    right: 50% !important;
  }

  .xl\:tw-bottom-3\/6{
    bottom: 50% !important;
  }

  .xl\:tw-left-3\/6{
    left: 50% !important;
  }

  .xl\:tw-top-4\/6{
    top: 66.666667% !important;
  }

  .xl\:tw-right-4\/6{
    right: 66.666667% !important;
  }

  .xl\:tw-bottom-4\/6{
    bottom: 66.666667% !important;
  }

  .xl\:tw-left-4\/6{
    left: 66.666667% !important;
  }

  .xl\:tw-top-5\/6{
    top: 83.333333% !important;
  }

  .xl\:tw-right-5\/6{
    right: 83.333333% !important;
  }

  .xl\:tw-bottom-5\/6{
    bottom: 83.333333% !important;
  }

  .xl\:tw-left-5\/6{
    left: 83.333333% !important;
  }

  .xl\:tw-top-1\/12{
    top: 8.333333% !important;
  }

  .xl\:tw-right-1\/12{
    right: 8.333333% !important;
  }

  .xl\:tw-bottom-1\/12{
    bottom: 8.333333% !important;
  }

  .xl\:tw-left-1\/12{
    left: 8.333333% !important;
  }

  .xl\:tw-top-2\/12{
    top: 16.666667% !important;
  }

  .xl\:tw-right-2\/12{
    right: 16.666667% !important;
  }

  .xl\:tw-bottom-2\/12{
    bottom: 16.666667% !important;
  }

  .xl\:tw-left-2\/12{
    left: 16.666667% !important;
  }

  .xl\:tw-top-3\/12{
    top: 25% !important;
  }

  .xl\:tw-right-3\/12{
    right: 25% !important;
  }

  .xl\:tw-bottom-3\/12{
    bottom: 25% !important;
  }

  .xl\:tw-left-3\/12{
    left: 25% !important;
  }

  .xl\:tw-top-4\/12{
    top: 33.333333% !important;
  }

  .xl\:tw-right-4\/12{
    right: 33.333333% !important;
  }

  .xl\:tw-bottom-4\/12{
    bottom: 33.333333% !important;
  }

  .xl\:tw-left-4\/12{
    left: 33.333333% !important;
  }

  .xl\:tw-top-5\/12{
    top: 41.666667% !important;
  }

  .xl\:tw-right-5\/12{
    right: 41.666667% !important;
  }

  .xl\:tw-bottom-5\/12{
    bottom: 41.666667% !important;
  }

  .xl\:tw-left-5\/12{
    left: 41.666667% !important;
  }

  .xl\:tw-top-6\/12{
    top: 50% !important;
  }

  .xl\:tw-right-6\/12{
    right: 50% !important;
  }

  .xl\:tw-bottom-6\/12{
    bottom: 50% !important;
  }

  .xl\:tw-left-6\/12{
    left: 50% !important;
  }

  .xl\:tw-top-7\/12{
    top: 58.333333% !important;
  }

  .xl\:tw-right-7\/12{
    right: 58.333333% !important;
  }

  .xl\:tw-bottom-7\/12{
    bottom: 58.333333% !important;
  }

  .xl\:tw-left-7\/12{
    left: 58.333333% !important;
  }

  .xl\:tw-top-8\/12{
    top: 66.666667% !important;
  }

  .xl\:tw-right-8\/12{
    right: 66.666667% !important;
  }

  .xl\:tw-bottom-8\/12{
    bottom: 66.666667% !important;
  }

  .xl\:tw-left-8\/12{
    left: 66.666667% !important;
  }

  .xl\:tw-top-9\/12{
    top: 75% !important;
  }

  .xl\:tw-right-9\/12{
    right: 75% !important;
  }

  .xl\:tw-bottom-9\/12{
    bottom: 75% !important;
  }

  .xl\:tw-left-9\/12{
    left: 75% !important;
  }

  .xl\:tw-top-10\/12{
    top: 83.333333% !important;
  }

  .xl\:tw-right-10\/12{
    right: 83.333333% !important;
  }

  .xl\:tw-bottom-10\/12{
    bottom: 83.333333% !important;
  }

  .xl\:tw-left-10\/12{
    left: 83.333333% !important;
  }

  .xl\:tw-top-11\/12{
    top: 91.666667% !important;
  }

  .xl\:tw-right-11\/12{
    right: 91.666667% !important;
  }

  .xl\:tw-bottom-11\/12{
    bottom: 91.666667% !important;
  }

  .xl\:tw-left-11\/12{
    left: 91.666667% !important;
  }

  .xl\:tw-top-full{
    top: 100% !important;
  }

  .xl\:tw-right-full{
    right: 100% !important;
  }

  .xl\:tw-bottom-full{
    bottom: 100% !important;
  }

  .xl\:tw-left-full{
    left: 100% !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(118, 169, 250, 0.45) !important;
  }

  .xl\:tw-shadow-none{
    box-shadow: none !important;
  }

  .xl\:tw-shadow-solid{
    box-shadow: 0 0 0 2px currentColor !important;
  }

  .xl\:tw-shadow-outline-gray{
    box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
  }

  .xl\:tw-shadow-outline-blue{
    box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
  }

  .xl\:tw-shadow-outline-teal{
    box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
  }

  .xl\:tw-shadow-outline-green{
    box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
  }

  .xl\:tw-shadow-outline-yellow{
    box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
  }

  .xl\:tw-shadow-outline-orange{
    box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
  }

  .xl\:tw-shadow-outline-red{
    box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
  }

  .xl\:tw-shadow-outline-pink{
    box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
  }

  .xl\:tw-shadow-outline-purple{
    box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
  }

  .xl\:tw-shadow-outline-indigo{
    box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !important;
  }

  .tw-group:focus .xl\:group-focus\:tw-shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .tw-group:focus .xl\:group-focus\:tw-shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .tw-group:focus .xl\:group-focus\: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-group:focus .xl\:group-focus\: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-group:focus .xl\:group-focus\: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-group:focus .xl\:group-focus\: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-group:focus .xl\:group-focus\:tw-shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .tw-group:focus .xl\:group-focus\:tw-shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .tw-group:focus .xl\:group-focus\:tw-shadow-outline{
    box-shadow: 0 0 0 3px rgba(118, 169, 250, 0.45) !important;
  }

  .tw-group:focus .xl\:group-focus\:tw-shadow-none{
    box-shadow: none !important;
  }

  .tw-group:focus .xl\:group-focus\:tw-shadow-solid{
    box-shadow: 0 0 0 2px currentColor !important;
  }

  .tw-group:focus .xl\:group-focus\:tw-shadow-outline-gray{
    box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
  }

  .tw-group:focus .xl\:group-focus\:tw-shadow-outline-blue{
    box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
  }

  .tw-group:focus .xl\:group-focus\:tw-shadow-outline-teal{
    box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
  }

  .tw-group:focus .xl\:group-focus\:tw-shadow-outline-green{
    box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
  }

  .tw-group:focus .xl\:group-focus\:tw-shadow-outline-yellow{
    box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
  }

  .tw-group:focus .xl\:group-focus\:tw-shadow-outline-orange{
    box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
  }

  .tw-group:focus .xl\:group-focus\:tw-shadow-outline-red{
    box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
  }

  .tw-group:focus .xl\:group-focus\:tw-shadow-outline-pink{
    box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
  }

  .tw-group:focus .xl\:group-focus\:tw-shadow-outline-purple{
    box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
  }

  .tw-group:focus .xl\:group-focus\:tw-shadow-outline-indigo{
    box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !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(118, 169, 250, 0.45) !important;
  }

  .xl\:hover\:tw-shadow-none:hover{
    box-shadow: none !important;
  }

  .xl\:hover\:tw-shadow-solid:hover{
    box-shadow: 0 0 0 2px currentColor !important;
  }

  .xl\:hover\:tw-shadow-outline-gray:hover{
    box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
  }

  .xl\:hover\:tw-shadow-outline-blue:hover{
    box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
  }

  .xl\:hover\:tw-shadow-outline-teal:hover{
    box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
  }

  .xl\:hover\:tw-shadow-outline-green:hover{
    box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
  }

  .xl\:hover\:tw-shadow-outline-yellow:hover{
    box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
  }

  .xl\:hover\:tw-shadow-outline-orange:hover{
    box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
  }

  .xl\:hover\:tw-shadow-outline-red:hover{
    box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
  }

  .xl\:hover\:tw-shadow-outline-pink:hover{
    box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
  }

  .xl\:hover\:tw-shadow-outline-purple:hover{
    box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
  }

  .xl\:hover\:tw-shadow-outline-indigo:hover{
    box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !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(118, 169, 250, 0.45) !important;
  }

  .xl\:focus\:tw-shadow-none:focus{
    box-shadow: none !important;
  }

  .xl\:focus\:tw-shadow-solid:focus{
    box-shadow: 0 0 0 2px currentColor !important;
  }

  .xl\:focus\:tw-shadow-outline-gray:focus{
    box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45) !important;
  }

  .xl\:focus\:tw-shadow-outline-blue:focus{
    box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45) !important;
  }

  .xl\:focus\:tw-shadow-outline-teal:focus{
    box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45) !important;
  }

  .xl\:focus\:tw-shadow-outline-green:focus{
    box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45) !important;
  }

  .xl\:focus\:tw-shadow-outline-yellow:focus{
    box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45) !important;
  }

  .xl\:focus\:tw-shadow-outline-orange:focus{
    box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45) !important;
  }

  .xl\:focus\:tw-shadow-outline-red:focus{
    box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45) !important;
  }

  .xl\:focus\:tw-shadow-outline-pink:focus{
    box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45) !important;
  }

  .xl\:focus\:tw-shadow-outline-purple:focus{
    box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
  }

  .xl\:focus\:tw-shadow-outline-indigo:focus{
    box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45) !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-white{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-black{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--text-opacity)) !important;
  }

  .xl\:tw-text-gray-400{
    --text-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--text-opacity)) !important;
  }

  .xl\:tw-text-gray-900{
    --text-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cool-gray-50{
    --text-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cool-gray-100{
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cool-gray-200{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cool-gray-300{
    --text-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cool-gray-400{
    --text-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cool-gray-500{
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cool-gray-600{
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cool-gray-700{
    --text-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cool-gray-800{
    --text-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cool-gray-900{
    --text-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-50{
    --text-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-100{
    --text-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-200{
    --text-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-300{
    --text-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-400{
    --text-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-500{
    --text-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-600{
    --text-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-700{
    --text-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-800{
    --text-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-900{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-50{
    --text-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-100{
    --text-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-200{
    --text-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-300{
    --text-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-400{
    --text-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-500{
    --text-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-600{
    --text-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-700{
    --text-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-800{
    --text-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-900{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-50{
    --text-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-100{
    --text-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-200{
    --text-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-300{
    --text-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-400{
    --text-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-500{
    --text-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-600{
    --text-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-700{
    --text-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-800{
    --text-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-900{
    --text-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-50{
    --text-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-100{
    --text-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-200{
    --text-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-300{
    --text-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-400{
    --text-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-500{
    --text-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-600{
    --text-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-700{
    --text-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-800{
    --text-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-900{
    --text-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-50{
    --text-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-100{
    --text-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-200{
    --text-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-300{
    --text-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-400{
    --text-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-500{
    --text-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-600{
    --text-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-700{
    --text-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-800{
    --text-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-900{
    --text-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-50{
    --text-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-100{
    --text-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-200{
    --text-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-300{
    --text-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-400{
    --text-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-500{
    --text-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-600{
    --text-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-700{
    --text-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-800{
    --text-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-900{
    --text-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-50{
    --text-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-100{
    --text-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-200{
    --text-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-300{
    --text-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-400{
    --text-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-500{
    --text-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-600{
    --text-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-700{
    --text-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-800{
    --text-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-900{
    --text-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-50{
    --text-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-100{
    --text-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-200{
    --text-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-300{
    --text-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-400{
    --text-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-500{
    --text-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-600{
    --text-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-700{
    --text-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-800{
    --text-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-900{
    --text-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-200{
    --text-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-300{
    --text-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-400{
    --text-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-500{
    --text-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-600{
    --text-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-700{
    --text-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-800{
    --text-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-900{
    --text-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--text-opacity)) !important;
  }

  .xl\:tw-text-modal-grey{
    --text-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--text-opacity)) !important;
  }

  .xl\:tw-text-separator-grey{
    color: hsla(210,7%,83%,1) !important;
  }

  .xl\:tw-text-label-grey{
    --text-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--text-opacity)) !important;
  }

  .xl\:tw-text-anvesh-black{
    --text-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--text-opacity)) !important;
  }

  .xl\:tw-text-anvesh-grey{
    --text-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--text-opacity)) !important;
  }

  .xl\:tw-text-anvesh-blue{
    --text-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--text-opacity)) !important;
  }

  .xl\:tw-text-jira-blue{
    --text-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--text-opacity)) !important;
  }

  .xl\:tw-text-amber{
    --text-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-transparent:hover{
    color: transparent !important;
  }

  .xl\:hover\:tw-text-white:hover{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-black:hover{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cool-gray-50:hover{
    --text-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cool-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cool-gray-200:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cool-gray-300:hover{
    --text-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cool-gray-400:hover{
    --text-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cool-gray-500:hover{
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cool-gray-600:hover{
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cool-gray-700:hover{
    --text-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cool-gray-800:hover{
    --text-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cool-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-50:hover{
    --text-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-100:hover{
    --text-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-200:hover{
    --text-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-300:hover{
    --text-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-400:hover{
    --text-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-500:hover{
    --text-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-600:hover{
    --text-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-700:hover{
    --text-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-800:hover{
    --text-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-900:hover{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-50:hover{
    --text-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-50:hover{
    --text-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-50:hover{
    --text-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-100:hover{
    --text-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-200:hover{
    --text-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-300:hover{
    --text-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-400:hover{
    --text-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-500:hover{
    --text-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-600:hover{
    --text-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-700:hover{
    --text-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-800:hover{
    --text-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-900:hover{
    --text-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-50:hover{
    --text-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-50:hover{
    --text-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-50:hover{
    --text-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-50:hover{
    --text-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-modal-grey:hover{
    --text-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-separator-grey:hover{
    color: hsla(210,7%,83%,1) !important;
  }

  .xl\:hover\:tw-text-label-grey:hover{
    --text-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-anvesh-black:hover{
    --text-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-anvesh-grey:hover{
    --text-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-anvesh-blue:hover{
    --text-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-jira-blue:hover{
    --text-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber:hover{
    --text-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-transparent:focus{
    color: transparent !important;
  }

  .xl\:focus\:tw-text-white:focus{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-black:focus{
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, 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: #f4f5f7 !important;
    color: rgba(244, 245, 247, 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: #d2d6dc !important;
    color: rgba(210, 214, 220, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #9fa6b2 !important;
    color: rgba(159, 166, 178, 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: #252f3f !important;
    color: rgba(37, 47, 63, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #161e2e !important;
    color: rgba(22, 30, 46, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cool-gray-50:focus{
    --text-opacity: 1 !important;
    color: #fbfdfe !important;
    color: rgba(251, 253, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cool-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cool-gray-200:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cool-gray-300:focus{
    --text-opacity: 1 !important;
    color: #cfd8e3 !important;
    color: rgba(207, 216, 227, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cool-gray-400:focus{
    --text-opacity: 1 !important;
    color: #97a6ba !important;
    color: rgba(151, 166, 186, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cool-gray-500:focus{
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cool-gray-600:focus{
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cool-gray-700:focus{
    --text-opacity: 1 !important;
    color: #364152 !important;
    color: rgba(54, 65, 82, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cool-gray-800:focus{
    --text-opacity: 1 !important;
    color: #27303f !important;
    color: rgba(39, 48, 63, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cool-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202e !important;
    color: rgba(26, 32, 46, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-50:focus{
    --text-opacity: 1 !important;
    color: #fdf2f2 !important;
    color: rgba(253, 242, 242, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-100:focus{
    --text-opacity: 1 !important;
    color: #fde8e8 !important;
    color: rgba(253, 232, 232, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-200:focus{
    --text-opacity: 1 !important;
    color: #fbd5d5 !important;
    color: rgba(251, 213, 213, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-300:focus{
    --text-opacity: 1 !important;
    color: #f8b4b4 !important;
    color: rgba(248, 180, 180, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-400:focus{
    --text-opacity: 1 !important;
    color: #f98080 !important;
    color: rgba(249, 128, 128, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-500:focus{
    --text-opacity: 1 !important;
    color: #f05252 !important;
    color: rgba(240, 82, 82, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-600:focus{
    --text-opacity: 1 !important;
    color: #e02424 !important;
    color: rgba(224, 36, 36, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-700:focus{
    --text-opacity: 1 !important;
    color: #c81e1e !important;
    color: rgba(200, 30, 30, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-800:focus{
    --text-opacity: 1 !important;
    color: #9b1c1c !important;
    color: rgba(155, 28, 28, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-900:focus{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-50:focus{
    --text-opacity: 1 !important;
    color: #fff8f1 !important;
    color: rgba(255, 248, 241, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #feecdc !important;
    color: rgba(254, 236, 220, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #fcd9bd !important;
    color: rgba(252, 217, 189, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fdba8c !important;
    color: rgba(253, 186, 140, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #ff8a4c !important;
    color: rgba(255, 138, 76, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ff5a1f !important;
    color: rgba(255, 90, 31, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #d03801 !important;
    color: rgba(208, 56, 1, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #b43403 !important;
    color: rgba(180, 52, 3, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #8a2c0d !important;
    color: rgba(138, 44, 13, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #771d1d !important;
    color: rgba(119, 29, 29, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-50:focus{
    --text-opacity: 1 !important;
    color: #fdfdea !important;
    color: rgba(253, 253, 234, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fdf6b2 !important;
    color: rgba(253, 246, 178, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fce96a !important;
    color: rgba(252, 233, 106, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faca15 !important;
    color: rgba(250, 202, 21, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #e3a008 !important;
    color: rgba(227, 160, 8, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #c27803 !important;
    color: rgba(194, 120, 3, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #9f580a !important;
    color: rgba(159, 88, 10, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #8e4b10 !important;
    color: rgba(142, 75, 16, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #723b13 !important;
    color: rgba(114, 59, 19, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #633112 !important;
    color: rgba(99, 49, 18, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-50:focus{
    --text-opacity: 1 !important;
    color: #f3faf7 !important;
    color: rgba(243, 250, 247, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-100:focus{
    --text-opacity: 1 !important;
    color: #def7ec !important;
    color: rgba(222, 247, 236, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-200:focus{
    --text-opacity: 1 !important;
    color: #bcf0da !important;
    color: rgba(188, 240, 218, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-300:focus{
    --text-opacity: 1 !important;
    color: #84e1bc !important;
    color: rgba(132, 225, 188, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-400:focus{
    --text-opacity: 1 !important;
    color: #31c48d !important;
    color: rgba(49, 196, 141, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-500:focus{
    --text-opacity: 1 !important;
    color: #0e9f6e !important;
    color: rgba(14, 159, 110, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-600:focus{
    --text-opacity: 1 !important;
    color: #057a55 !important;
    color: rgba(5, 122, 85, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-700:focus{
    --text-opacity: 1 !important;
    color: #046c4e !important;
    color: rgba(4, 108, 78, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-800:focus{
    --text-opacity: 1 !important;
    color: #03543f !important;
    color: rgba(3, 84, 63, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-900:focus{
    --text-opacity: 1 !important;
    color: #014737 !important;
    color: rgba(1, 71, 55, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-50:focus{
    --text-opacity: 1 !important;
    color: #edfafa !important;
    color: rgba(237, 250, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #d5f5f6 !important;
    color: rgba(213, 245, 246, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #afecef !important;
    color: rgba(175, 236, 239, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #7edce2 !important;
    color: rgba(126, 220, 226, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #16bdca !important;
    color: rgba(22, 189, 202, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #0694a2 !important;
    color: rgba(6, 148, 162, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #047481 !important;
    color: rgba(4, 116, 129, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #036672 !important;
    color: rgba(3, 102, 114, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #05505c !important;
    color: rgba(5, 80, 92, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #014451 !important;
    color: rgba(1, 68, 81, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-50:focus{
    --text-opacity: 1 !important;
    color: #ebf5ff !important;
    color: rgba(235, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #e1effe !important;
    color: rgba(225, 239, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #c3ddfd !important;
    color: rgba(195, 221, 253, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #a4cafe !important;
    color: rgba(164, 202, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #76a9fa !important;
    color: rgba(118, 169, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #3f83f8 !important;
    color: rgba(63, 131, 248, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #1c64f2 !important;
    color: rgba(28, 100, 242, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #1a56db !important;
    color: rgba(26, 86, 219, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #1e429f !important;
    color: rgba(30, 66, 159, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #233876 !important;
    color: rgba(35, 56, 118, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-50:focus{
    --text-opacity: 1 !important;
    color: #f0f5ff !important;
    color: rgba(240, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #e5edff !important;
    color: rgba(229, 237, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #cddbfe !important;
    color: rgba(205, 219, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #b4c6fc !important;
    color: rgba(180, 198, 252, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #8da2fb !important;
    color: rgba(141, 162, 251, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #6875f5 !important;
    color: rgba(104, 117, 245, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5850ec !important;
    color: rgba(88, 80, 236, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #5145cd !important;
    color: rgba(81, 69, 205, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #42389d !important;
    color: rgba(66, 56, 157, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #362f78 !important;
    color: rgba(54, 47, 120, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-50:focus{
    --text-opacity: 1 !important;
    color: #f6f5ff !important;
    color: rgba(246, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #edebfe !important;
    color: rgba(237, 235, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #dcd7fe !important;
    color: rgba(220, 215, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #cabffd !important;
    color: rgba(202, 191, 253, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #ac94fa !important;
    color: rgba(172, 148, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9061f9 !important;
    color: rgba(144, 97, 249, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #7e3af2 !important;
    color: rgba(126, 58, 242, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6c2bd9 !important;
    color: rgba(108, 43, 217, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #5521b5 !important;
    color: rgba(85, 33, 181, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #4a1d96 !important;
    color: rgba(74, 29, 150, 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: #fce8f3 !important;
    color: rgba(252, 232, 243, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fad1e8 !important;
    color: rgba(250, 209, 232, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #f8b4d9 !important;
    color: rgba(248, 180, 217, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f17eb8 !important;
    color: rgba(241, 126, 184, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #e74694 !important;
    color: rgba(231, 70, 148, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d61f69 !important;
    color: rgba(214, 31, 105, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #bf125d !important;
    color: rgba(191, 18, 93, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #99154b !important;
    color: rgba(153, 21, 75, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #751a3d !important;
    color: rgba(117, 26, 61, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-modal-grey:focus{
    --text-opacity: 1 !important;
    color: #f7f7f7 !important;
    color: rgba(247, 247, 247, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-separator-grey:focus{
    color: hsla(210,7%,83%,1) !important;
  }

  .xl\:focus\:tw-text-label-grey:focus{
    --text-opacity: 1 !important;
    color: #738699 !important;
    color: rgba(115, 134, 153, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-anvesh-black:focus{
    --text-opacity: 1 !important;
    color: #1A2633 !important;
    color: rgba(26, 38, 51, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-anvesh-grey:focus{
    --text-opacity: 1 !important;
    color: #B6BBBF !important;
    color: rgba(182, 187, 191, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-anvesh-blue:focus{
    --text-opacity: 1 !important;
    color: #0099dd !important;
    color: rgba(0, 153, 221, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-jira-blue:focus{
    --text-opacity: 1 !important;
    color: #0b4571 !important;
    color: rgba(11, 69, 113, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber:focus{
    --text-opacity: 1 !important;
    color: #FFBF00 !important;
    color: rgba(255, 191, 0, 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\: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-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{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:tw-break-words{
    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-7{
    width: 1.75rem !important;
  }

  .xl\:tw-w-8{
    width: 2rem !important;
  }

  .xl\:tw-w-9{
    width: 2.25rem !important;
  }

  .xl\:tw-w-10{
    width: 2.5rem !important;
  }

  .xl\:tw-w-11{
    width: 2.75rem !important;
  }

  .xl\:tw-w-12{
    width: 3rem !important;
  }

  .xl\:tw-w-13{
    width: 3.25rem !important;
  }

  .xl\:tw-w-14{
    width: 3.5rem !important;
  }

  .xl\:tw-w-15{
    width: 3.75rem !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-28{
    width: 7rem !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-60{
    width: 15rem !important;
  }

  .xl\:tw-w-64{
    width: 16rem !important;
  }

  .xl\:tw-w-72{
    width: 18rem !important;
  }

  .xl\:tw-w-80{
    width: 20rem !important;
  }

  .xl\:tw-w-96{
    width: 24rem !important;
  }

  .xl\:tw-w-auto{
    width: auto !important;
  }

  .xl\:tw-w-px{
    width: 1px !important;
  }

  .xl\:tw-w-0\.5{
    width: 0.125rem !important;
  }

  .xl\:tw-w-1\.5{
    width: 0.375rem !important;
  }

  .xl\:tw-w-2\.5{
    width: 0.625rem !important;
  }

  .xl\:tw-w-3\.5{
    width: 0.875rem !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-min-content{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xl\:tw-w-max-content{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !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-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-7{
    grid-gap: 1.75rem !important;
    gap: 1.75rem !important;
  }

  .xl\:tw-gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .xl\:tw-gap-9{
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .xl\:tw-gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .xl\:tw-gap-11{
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important;
  }

  .xl\:tw-gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .xl\:tw-gap-13{
    grid-gap: 3.25rem !important;
    gap: 3.25rem !important;
  }

  .xl\:tw-gap-14{
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .xl\:tw-gap-15{
    grid-gap: 3.75rem !important;
    gap: 3.75rem !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-28{
    grid-gap: 7rem !important;
    gap: 7rem !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-60{
    grid-gap: 15rem !important;
    gap: 15rem !important;
  }

  .xl\:tw-gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .xl\:tw-gap-72{
    grid-gap: 18rem !important;
    gap: 18rem !important;
  }

  .xl\:tw-gap-80{
    grid-gap: 20rem !important;
    gap: 20rem !important;
  }

  .xl\:tw-gap-96{
    grid-gap: 24rem !important;
    gap: 24rem !important;
  }

  .xl\:tw-gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .xl\:tw-gap-0\.5{
    grid-gap: 0.125rem !important;
    gap: 0.125rem !important;
  }

  .xl\:tw-gap-1\.5{
    grid-gap: 0.375rem !important;
    gap: 0.375rem !important;
  }

  .xl\:tw-gap-2\.5{
    grid-gap: 0.625rem !important;
    gap: 0.625rem !important;
  }

  .xl\:tw-gap-3\.5{
    grid-gap: 0.875rem !important;
    gap: 0.875rem !important;
  }

  .xl\:tw-gap-1\/2{
    grid-gap: 50% !important;
    gap: 50% !important;
  }

  .xl\:tw-gap-1\/3{
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important;
  }

  .xl\:tw-gap-2\/3{
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important;
  }

  .xl\:tw-gap-1\/4{
    grid-gap: 25% !important;
    gap: 25% !important;
  }

  .xl\:tw-gap-2\/4{
    grid-gap: 50% !important;
    gap: 50% !important;
  }

  .xl\:tw-gap-3\/4{
    grid-gap: 75% !important;
    gap: 75% !important;
  }

  .xl\:tw-gap-1\/5{
    grid-gap: 20% !important;
    gap: 20% !important;
  }

  .xl\:tw-gap-2\/5{
    grid-gap: 40% !important;
    gap: 40% !important;
  }

  .xl\:tw-gap-3\/5{
    grid-gap: 60% !important;
    gap: 60% !important;
  }

  .xl\:tw-gap-4\/5{
    grid-gap: 80% !important;
    gap: 80% !important;
  }

  .xl\:tw-gap-1\/6{
    grid-gap: 16.666667% !important;
    gap: 16.666667% !important;
  }

  .xl\:tw-gap-2\/6{
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important;
  }

  .xl\:tw-gap-3\/6{
    grid-gap: 50% !important;
    gap: 50% !important;
  }

  .xl\:tw-gap-4\/6{
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important;
  }

  .xl\:tw-gap-5\/6{
    grid-gap: 83.333333% !important;
    gap: 83.333333% !important;
  }

  .xl\:tw-gap-1\/12{
    grid-gap: 8.333333% !important;
    gap: 8.333333% !important;
  }

  .xl\:tw-gap-2\/12{
    grid-gap: 16.666667% !important;
    gap: 16.666667% !important;
  }

  .xl\:tw-gap-3\/12{
    grid-gap: 25% !important;
    gap: 25% !important;
  }

  .xl\:tw-gap-4\/12{
    grid-gap: 33.333333% !important;
    gap: 33.333333% !important;
  }

  .xl\:tw-gap-5\/12{
    grid-gap: 41.666667% !important;
    gap: 41.666667% !important;
  }

  .xl\:tw-gap-6\/12{
    grid-gap: 50% !important;
    gap: 50% !important;
  }

  .xl\:tw-gap-7\/12{
    grid-gap: 58.333333% !important;
    gap: 58.333333% !important;
  }

  .xl\:tw-gap-8\/12{
    grid-gap: 66.666667% !important;
    gap: 66.666667% !important;
  }

  .xl\:tw-gap-9\/12{
    grid-gap: 75% !important;
    gap: 75% !important;
  }

  .xl\:tw-gap-10\/12{
    grid-gap: 83.333333% !important;
    gap: 83.333333% !important;
  }

  .xl\:tw-gap-11\/12{
    grid-gap: 91.666667% !important;
    gap: 91.666667% !important;
  }

  .xl\:tw-gap-full{
    grid-gap: 100% !important;
    gap: 100% !important;
  }

  .xl\:tw-col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .xl\:tw-col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .xl\:tw-col-gap-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .xl\:tw-col-gap-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .xl\:tw-col-gap-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .xl\:tw-col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .xl\:tw-col-gap-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .xl\:tw-col-gap-7{
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .xl\:tw-col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .xl\:tw-col-gap-9{
    grid-column-gap: 2.25rem !important;
    -webkit-column-gap: 2.25rem !important;
       -moz-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

  .xl\:tw-col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .xl\:tw-col-gap-11{
    grid-column-gap: 2.75rem !important;
    -webkit-column-gap: 2.75rem !important;
       -moz-column-gap: 2.75rem !important;
            column-gap: 2.75rem !important;
  }

  .xl\:tw-col-gap-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .xl\:tw-col-gap-13{
    grid-column-gap: 3.25rem !important;
    -webkit-column-gap: 3.25rem !important;
       -moz-column-gap: 3.25rem !important;
            column-gap: 3.25rem !important;
  }

  .xl\:tw-col-gap-14{
    grid-column-gap: 3.5rem !important;
    -webkit-column-gap: 3.5rem !important;
       -moz-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .xl\:tw-col-gap-15{
    grid-column-gap: 3.75rem !important;
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }

  .xl\:tw-col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .xl\:tw-col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .xl\:tw-col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .xl\:tw-col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .xl\:tw-col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .xl\:tw-col-gap-36{
    grid-column-gap: 9rem !important;
    -webkit-column-gap: 9rem !important;
       -moz-column-gap: 9rem !important;
            column-gap: 9rem !important;
  }

  .xl\:tw-col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .xl\:tw-col-gap-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .xl\:tw-col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .xl\:tw-col-gap-60{
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .xl\:tw-col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .xl\:tw-col-gap-72{
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .xl\:tw-col-gap-80{
    grid-column-gap: 20rem !important;
    -webkit-column-gap: 20rem !important;
       -moz-column-gap: 20rem !important;
            column-gap: 20rem !important;
  }

  .xl\:tw-col-gap-96{
    grid-column-gap: 24rem !important;
    -webkit-column-gap: 24rem !important;
       -moz-column-gap: 24rem !important;
            column-gap: 24rem !important;
  }

  .xl\:tw-col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .xl\:tw-col-gap-0\.5{
    grid-column-gap: 0.125rem !important;
    -webkit-column-gap: 0.125rem !important;
       -moz-column-gap: 0.125rem !important;
            column-gap: 0.125rem !important;
  }

  .xl\:tw-col-gap-1\.5{
    grid-column-gap: 0.375rem !important;
    -webkit-column-gap: 0.375rem !important;
       -moz-column-gap: 0.375rem !important;
            column-gap: 0.375rem !important;
  }

  .xl\:tw-col-gap-2\.5{
    grid-column-gap: 0.625rem !important;
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .xl\:tw-col-gap-3\.5{
    grid-column-gap: 0.875rem !important;
    -webkit-column-gap: 0.875rem !important;
       -moz-column-gap: 0.875rem !important;
            column-gap: 0.875rem !important;
  }

  .xl\:tw-col-gap-1\/2{
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
       -moz-column-gap: 50% !important;
            column-gap: 50% !important;
  }

  .xl\:tw-col-gap-1\/3{
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
       -moz-column-gap: 33.333333% !important;
            column-gap: 33.333333% !important;
  }

  .xl\:tw-col-gap-2\/3{
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
       -moz-column-gap: 66.666667% !important;
            column-gap: 66.666667% !important;
  }

  .xl\:tw-col-gap-1\/4{
    grid-column-gap: 25% !important;
    -webkit-column-gap: 25% !important;
       -moz-column-gap: 25% !important;
            column-gap: 25% !important;
  }

  .xl\:tw-col-gap-2\/4{
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
       -moz-column-gap: 50% !important;
            column-gap: 50% !important;
  }

  .xl\:tw-col-gap-3\/4{
    grid-column-gap: 75% !important;
    -webkit-column-gap: 75% !important;
       -moz-column-gap: 75% !important;
            column-gap: 75% !important;
  }

  .xl\:tw-col-gap-1\/5{
    grid-column-gap: 20% !important;
    -webkit-column-gap: 20% !important;
       -moz-column-gap: 20% !important;
            column-gap: 20% !important;
  }

  .xl\:tw-col-gap-2\/5{
    grid-column-gap: 40% !important;
    -webkit-column-gap: 40% !important;
       -moz-column-gap: 40% !important;
            column-gap: 40% !important;
  }

  .xl\:tw-col-gap-3\/5{
    grid-column-gap: 60% !important;
    -webkit-column-gap: 60% !important;
       -moz-column-gap: 60% !important;
            column-gap: 60% !important;
  }

  .xl\:tw-col-gap-4\/5{
    grid-column-gap: 80% !important;
    -webkit-column-gap: 80% !important;
       -moz-column-gap: 80% !important;
            column-gap: 80% !important;
  }

  .xl\:tw-col-gap-1\/6{
    grid-column-gap: 16.666667% !important;
    -webkit-column-gap: 16.666667% !important;
       -moz-column-gap: 16.666667% !important;
            column-gap: 16.666667% !important;
  }

  .xl\:tw-col-gap-2\/6{
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
       -moz-column-gap: 33.333333% !important;
            column-gap: 33.333333% !important;
  }

  .xl\:tw-col-gap-3\/6{
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
       -moz-column-gap: 50% !important;
            column-gap: 50% !important;
  }

  .xl\:tw-col-gap-4\/6{
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
       -moz-column-gap: 66.666667% !important;
            column-gap: 66.666667% !important;
  }

  .xl\:tw-col-gap-5\/6{
    grid-column-gap: 83.333333% !important;
    -webkit-column-gap: 83.333333% !important;
       -moz-column-gap: 83.333333% !important;
            column-gap: 83.333333% !important;
  }

  .xl\:tw-col-gap-1\/12{
    grid-column-gap: 8.333333% !important;
    -webkit-column-gap: 8.333333% !important;
       -moz-column-gap: 8.333333% !important;
            column-gap: 8.333333% !important;
  }

  .xl\:tw-col-gap-2\/12{
    grid-column-gap: 16.666667% !important;
    -webkit-column-gap: 16.666667% !important;
       -moz-column-gap: 16.666667% !important;
            column-gap: 16.666667% !important;
  }

  .xl\:tw-col-gap-3\/12{
    grid-column-gap: 25% !important;
    -webkit-column-gap: 25% !important;
       -moz-column-gap: 25% !important;
            column-gap: 25% !important;
  }

  .xl\:tw-col-gap-4\/12{
    grid-column-gap: 33.333333% !important;
    -webkit-column-gap: 33.333333% !important;
       -moz-column-gap: 33.333333% !important;
            column-gap: 33.333333% !important;
  }

  .xl\:tw-col-gap-5\/12{
    grid-column-gap: 41.666667% !important;
    -webkit-column-gap: 41.666667% !important;
       -moz-column-gap: 41.666667% !important;
            column-gap: 41.666667% !important;
  }

  .xl\:tw-col-gap-6\/12{
    grid-column-gap: 50% !important;
    -webkit-column-gap: 50% !important;
       -moz-column-gap: 50% !important;
            column-gap: 50% !important;
  }

  .xl\:tw-col-gap-7\/12{
    grid-column-gap: 58.333333% !important;
    -webkit-column-gap: 58.333333% !important;
       -moz-column-gap: 58.333333% !important;
            column-gap: 58.333333% !important;
  }

  .xl\:tw-col-gap-8\/12{
    grid-column-gap: 66.666667% !important;
    -webkit-column-gap: 66.666667% !important;
       -moz-column-gap: 66.666667% !important;
            column-gap: 66.666667% !important;
  }

  .xl\:tw-col-gap-9\/12{
    grid-column-gap: 75% !important;
    -webkit-column-gap: 75% !important;
       -moz-column-gap: 75% !important;
            column-gap: 75% !important;
  }

  .xl\:tw-col-gap-10\/12{
    grid-column-gap: 83.333333% !important;
    -webkit-column-gap: 83.333333% !important;
       -moz-column-gap: 83.333333% !important;
            column-gap: 83.333333% !important;
  }

  .xl\:tw-col-gap-11\/12{
    grid-column-gap: 91.666667% !important;
    -webkit-column-gap: 91.666667% !important;
       -moz-column-gap: 91.666667% !important;
            column-gap: 91.666667% !important;
  }

  .xl\:tw-col-gap-full{
    grid-column-gap: 100% !important;
    -webkit-column-gap: 100% !important;
       -moz-column-gap: 100% !important;
            column-gap: 100% !important;
  }

  .xl\:tw-row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xl\:tw-row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xl\:tw-row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xl\:tw-row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xl\:tw-row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xl\:tw-row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xl\:tw-row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xl\:tw-row-gap-7{
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !important;
  }

  .xl\:tw-row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xl\:tw-row-gap-9{
    grid-row-gap: 2.25rem !important;
    row-gap: 2.25rem !important;
  }

  .xl\:tw-row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xl\:tw-row-gap-11{
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .xl\:tw-row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xl\:tw-row-gap-13{
    grid-row-gap: 3.25rem !important;
    row-gap: 3.25rem !important;
  }

  .xl\:tw-row-gap-14{
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .xl\:tw-row-gap-15{
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .xl\:tw-row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xl\:tw-row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xl\:tw-row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl\:tw-row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .xl\:tw-row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xl\:tw-row-gap-36{
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important;
  }

  .xl\:tw-row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xl\:tw-row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xl\:tw-row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xl\:tw-row-gap-60{
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important;
  }

  .xl\:tw-row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xl\:tw-row-gap-72{
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important;
  }

  .xl\:tw-row-gap-80{
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important;
  }

  .xl\:tw-row-gap-96{
    grid-row-gap: 24rem !important;
    row-gap: 24rem !important;
  }

  .xl\:tw-row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xl\:tw-row-gap-0\.5{
    grid-row-gap: 0.125rem !important;
    row-gap: 0.125rem !important;
  }

  .xl\:tw-row-gap-1\.5{
    grid-row-gap: 0.375rem !important;
    row-gap: 0.375rem !important;
  }

  .xl\:tw-row-gap-2\.5{
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .xl\:tw-row-gap-3\.5{
    grid-row-gap: 0.875rem !important;
    row-gap: 0.875rem !important;
  }

  .xl\:tw-row-gap-1\/2{
    grid-row-gap: 50% !important;
    row-gap: 50% !important;
  }

  .xl\:tw-row-gap-1\/3{
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important;
  }

  .xl\:tw-row-gap-2\/3{
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important;
  }

  .xl\:tw-row-gap-1\/4{
    grid-row-gap: 25% !important;
    row-gap: 25% !important;
  }

  .xl\:tw-row-gap-2\/4{
    grid-row-gap: 50% !important;
    row-gap: 50% !important;
  }

  .xl\:tw-row-gap-3\/4{
    grid-row-gap: 75% !important;
    row-gap: 75% !important;
  }

  .xl\:tw-row-gap-1\/5{
    grid-row-gap: 20% !important;
    row-gap: 20% !important;
  }

  .xl\:tw-row-gap-2\/5{
    grid-row-gap: 40% !important;
    row-gap: 40% !important;
  }

  .xl\:tw-row-gap-3\/5{
    grid-row-gap: 60% !important;
    row-gap: 60% !important;
  }

  .xl\:tw-row-gap-4\/5{
    grid-row-gap: 80% !important;
    row-gap: 80% !important;
  }

  .xl\:tw-row-gap-1\/6{
    grid-row-gap: 16.666667% !important;
    row-gap: 16.666667% !important;
  }

  .xl\:tw-row-gap-2\/6{
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important;
  }

  .xl\:tw-row-gap-3\/6{
    grid-row-gap: 50% !important;
    row-gap: 50% !important;
  }

  .xl\:tw-row-gap-4\/6{
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important;
  }

  .xl\:tw-row-gap-5\/6{
    grid-row-gap: 83.333333% !important;
    row-gap: 83.333333% !important;
  }

  .xl\:tw-row-gap-1\/12{
    grid-row-gap: 8.333333% !important;
    row-gap: 8.333333% !important;
  }

  .xl\:tw-row-gap-2\/12{
    grid-row-gap: 16.666667% !important;
    row-gap: 16.666667% !important;
  }

  .xl\:tw-row-gap-3\/12{
    grid-row-gap: 25% !important;
    row-gap: 25% !important;
  }

  .xl\:tw-row-gap-4\/12{
    grid-row-gap: 33.333333% !important;
    row-gap: 33.333333% !important;
  }

  .xl\:tw-row-gap-5\/12{
    grid-row-gap: 41.666667% !important;
    row-gap: 41.666667% !important;
  }

  .xl\:tw-row-gap-6\/12{
    grid-row-gap: 50% !important;
    row-gap: 50% !important;
  }

  .xl\:tw-row-gap-7\/12{
    grid-row-gap: 58.333333% !important;
    row-gap: 58.333333% !important;
  }

  .xl\:tw-row-gap-8\/12{
    grid-row-gap: 66.666667% !important;
    row-gap: 66.666667% !important;
  }

  .xl\:tw-row-gap-9\/12{
    grid-row-gap: 75% !important;
    row-gap: 75% !important;
  }

  .xl\:tw-row-gap-10\/12{
    grid-row-gap: 83.333333% !important;
    row-gap: 83.333333% !important;
  }

  .xl\:tw-row-gap-11\/12{
    grid-row-gap: 91.666667% !important;
    row-gap: 91.666667% !important;
  }

  .xl\:tw-row-gap-full{
    grid-row-gap: 100% !important;
    row-gap: 100% !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-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-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-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-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;
    -webkit-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;
            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{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .xl\:tw-origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .xl\:tw-origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .xl\:tw-origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .xl\:tw-origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .xl\:tw-origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .xl\:tw-origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .xl\:tw-origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .xl\:tw-origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .xl\:tw-origin-top-left{
    -webkit-transform-origin: top left !important;
            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-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\:hover\:tw-rotate-0:hover{
    --transform-rotate: 0 !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\:focus\:tw-rotate-0:focus{
    --transform-rotate: 0 !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\: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-7{
    --transform-translate-x: 1.75rem !important;
  }

  .xl\:tw-translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .xl\:tw-translate-x-9{
    --transform-translate-x: 2.25rem !important;
  }

  .xl\:tw-translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:tw-translate-x-11{
    --transform-translate-x: 2.75rem !important;
  }

  .xl\:tw-translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .xl\:tw-translate-x-13{
    --transform-translate-x: 3.25rem !important;
  }

  .xl\:tw-translate-x-14{
    --transform-translate-x: 3.5rem !important;
  }

  .xl\:tw-translate-x-15{
    --transform-translate-x: 3.75rem !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-28{
    --transform-translate-x: 7rem !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-60{
    --transform-translate-x: 15rem !important;
  }

  .xl\:tw-translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .xl\:tw-translate-x-72{
    --transform-translate-x: 18rem !important;
  }

  .xl\:tw-translate-x-80{
    --transform-translate-x: 20rem !important;
  }

  .xl\:tw-translate-x-96{
    --transform-translate-x: 24rem !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\/2{
    --transform-translate-x: 50% !important;
  }

  .xl\:tw-translate-x-1\/3{
    --transform-translate-x: 33.333333% !important;
  }

  .xl\:tw-translate-x-2\/3{
    --transform-translate-x: 66.666667% !important;
  }

  .xl\:tw-translate-x-1\/4{
    --transform-translate-x: 25% !important;
  }

  .xl\:tw-translate-x-2\/4{
    --transform-translate-x: 50% !important;
  }

  .xl\:tw-translate-x-3\/4{
    --transform-translate-x: 75% !important;
  }

  .xl\:tw-translate-x-1\/5{
    --transform-translate-x: 20% !important;
  }

  .xl\:tw-translate-x-2\/5{
    --transform-translate-x: 40% !important;
  }

  .xl\:tw-translate-x-3\/5{
    --transform-translate-x: 60% !important;
  }

  .xl\:tw-translate-x-4\/5{
    --transform-translate-x: 80% !important;
  }

  .xl\:tw-translate-x-1\/6{
    --transform-translate-x: 16.666667% !important;
  }

  .xl\:tw-translate-x-2\/6{
    --transform-translate-x: 33.333333% !important;
  }

  .xl\:tw-translate-x-3\/6{
    --transform-translate-x: 50% !important;
  }

  .xl\:tw-translate-x-4\/6{
    --transform-translate-x: 66.666667% !important;
  }

  .xl\:tw-translate-x-5\/6{
    --transform-translate-x: 83.333333% !important;
  }

  .xl\:tw-translate-x-1\/12{
    --transform-translate-x: 8.333333% !important;
  }

  .xl\:tw-translate-x-2\/12{
    --transform-translate-x: 16.666667% !important;
  }

  .xl\:tw-translate-x-3\/12{
    --transform-translate-x: 25% !important;
  }

  .xl\:tw-translate-x-4\/12{
    --transform-translate-x: 33.333333% !important;
  }

  .xl\:tw-translate-x-5\/12{
    --transform-translate-x: 41.666667% !important;
  }

  .xl\:tw-translate-x-6\/12{
    --transform-translate-x: 50% !important;
  }

  .xl\:tw-translate-x-7\/12{
    --transform-translate-x: 58.333333% !important;
  }

  .xl\:tw-translate-x-8\/12{
    --transform-translate-x: 66.666667% !important;
  }

  .xl\:tw-translate-x-9\/12{
    --transform-translate-x: 75% !important;
  }

  .xl\:tw-translate-x-10\/12{
    --transform-translate-x: 83.333333% !important;
  }

  .xl\:tw-translate-x-11\/12{
    --transform-translate-x: 91.666667% !important;
  }

  .xl\:tw-translate-x-full{
    --transform-translate-x: 100% !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-7{
    --transform-translate-x: -1.75rem !important;
  }

  .xl\:tw--translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .xl\:tw--translate-x-9{
    --transform-translate-x: -2.25rem !important;
  }

  .xl\:tw--translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:tw--translate-x-11{
    --transform-translate-x: -2.75rem !important;
  }

  .xl\:tw--translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .xl\:tw--translate-x-13{
    --transform-translate-x: -3.25rem !important;
  }

  .xl\:tw--translate-x-14{
    --transform-translate-x: -3.5rem !important;
  }

  .xl\:tw--translate-x-15{
    --transform-translate-x: -3.75rem !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-28{
    --transform-translate-x: -7rem !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-60{
    --transform-translate-x: -15rem !important;
  }

  .xl\:tw--translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .xl\:tw--translate-x-72{
    --transform-translate-x: -18rem !important;
  }

  .xl\:tw--translate-x-80{
    --transform-translate-x: -20rem !important;
  }

  .xl\:tw--translate-x-96{
    --transform-translate-x: -24rem !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\/2{
    --transform-translate-x: -50% !important;
  }

  .xl\:tw--translate-x-1\/3{
    --transform-translate-x: -33.33333% !important;
  }

  .xl\:tw--translate-x-2\/3{
    --transform-translate-x: -66.66667% !important;
  }

  .xl\:tw--translate-x-1\/4{
    --transform-translate-x: -25% !important;
  }

  .xl\:tw--translate-x-2\/4{
    --transform-translate-x: -50% !important;
  }

  .xl\:tw--translate-x-3\/4{
    --transform-translate-x: -75% !important;
  }

  .xl\:tw--translate-x-1\/5{
    --transform-translate-x: -20% !important;
  }

  .xl\:tw--translate-x-2\/5{
    --transform-translate-x: -40% !important;
  }

  .xl\:tw--translate-x-3\/5{
    --transform-translate-x: -60% !important;
  }

  .xl\:tw--translate-x-4\/5{
    --transform-translate-x: -80% !important;
  }

  .xl\:tw--translate-x-1\/6{
    --transform-translate-x: -16.66667% !important;
  }

  .xl\:tw--translate-x-2\/6{
    --transform-translate-x: -33.33333% !important;
  }

  .xl\:tw--translate-x-3\/6{
    --transform-translate-x: -50% !important;
  }

  .xl\:tw--translate-x-4\/6{
    --transform-translate-x: -66.66667% !important;
  }

  .xl\:tw--translate-x-5\/6{
    --transform-translate-x: -83.33333% !important;
  }

  .xl\:tw--translate-x-1\/12{
    --transform-translate-x: -8.33333% !important;
  }

  .xl\:tw--translate-x-2\/12{
    --transform-translate-x: -16.66667% !important;
  }

  .xl\:tw--translate-x-3\/12{
    --transform-translate-x: -25% !important;
  }

  .xl\:tw--translate-x-4\/12{
    --transform-translate-x: -33.33333% !important;
  }

  .xl\:tw--translate-x-5\/12{
    --transform-translate-x: -41.66667% !important;
  }

  .xl\:tw--translate-x-6\/12{
    --transform-translate-x: -50% !important;
  }

  .xl\:tw--translate-x-7\/12{
    --transform-translate-x: -58.33333% !important;
  }

  .xl\:tw--translate-x-8\/12{
    --transform-translate-x: -66.66667% !important;
  }

  .xl\:tw--translate-x-9\/12{
    --transform-translate-x: -75% !important;
  }

  .xl\:tw--translate-x-10\/12{
    --transform-translate-x: -83.33333% !important;
  }

  .xl\:tw--translate-x-11\/12{
    --transform-translate-x: -91.66667% !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-7{
    --transform-translate-y: 1.75rem !important;
  }

  .xl\:tw-translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .xl\:tw-translate-y-9{
    --transform-translate-y: 2.25rem !important;
  }

  .xl\:tw-translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:tw-translate-y-11{
    --transform-translate-y: 2.75rem !important;
  }

  .xl\:tw-translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .xl\:tw-translate-y-13{
    --transform-translate-y: 3.25rem !important;
  }

  .xl\:tw-translate-y-14{
    --transform-translate-y: 3.5rem !important;
  }

  .xl\:tw-translate-y-15{
    --transform-translate-y: 3.75rem !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-28{
    --transform-translate-y: 7rem !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-60{
    --transform-translate-y: 15rem !important;
  }

  .xl\:tw-translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .xl\:tw-translate-y-72{
    --transform-translate-y: 18rem !important;
  }

  .xl\:tw-translate-y-80{
    --transform-translate-y: 20rem !important;
  }

  .xl\:tw-translate-y-96{
    --transform-translate-y: 24rem !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\/2{
    --transform-translate-y: 50% !important;
  }

  .xl\:tw-translate-y-1\/3{
    --transform-translate-y: 33.333333% !important;
  }

  .xl\:tw-translate-y-2\/3{
    --transform-translate-y: 66.666667% !important;
  }

  .xl\:tw-translate-y-1\/4{
    --transform-translate-y: 25% !important;
  }

  .xl\:tw-translate-y-2\/4{
    --transform-translate-y: 50% !important;
  }

  .xl\:tw-translate-y-3\/4{
    --transform-translate-y: 75% !important;
  }

  .xl\:tw-translate-y-1\/5{
    --transform-translate-y: 20% !important;
  }

  .xl\:tw-translate-y-2\/5{
    --transform-translate-y: 40% !important;
  }

  .xl\:tw-translate-y-3\/5{
    --transform-translate-y: 60% !important;
  }

  .xl\:tw-translate-y-4\/5{
    --transform-translate-y: 80% !important;
  }

  .xl\:tw-translate-y-1\/6{
    --transform-translate-y: 16.666667% !important;
  }

  .xl\:tw-translate-y-2\/6{
    --transform-translate-y: 33.333333% !important;
  }

  .xl\:tw-translate-y-3\/6{
    --transform-translate-y: 50% !important;
  }

  .xl\:tw-translate-y-4\/6{
    --transform-translate-y: 66.666667% !important;
  }

  .xl\:tw-translate-y-5\/6{
    --transform-translate-y: 83.333333% !important;
  }

  .xl\:tw-translate-y-1\/12{
    --transform-translate-y: 8.333333% !important;
  }

  .xl\:tw-translate-y-2\/12{
    --transform-translate-y: 16.666667% !important;
  }

  .xl\:tw-translate-y-3\/12{
    --transform-translate-y: 25% !important;
  }

  .xl\:tw-translate-y-4\/12{
    --transform-translate-y: 33.333333% !important;
  }

  .xl\:tw-translate-y-5\/12{
    --transform-translate-y: 41.666667% !important;
  }

  .xl\:tw-translate-y-6\/12{
    --transform-translate-y: 50% !important;
  }

  .xl\:tw-translate-y-7\/12{
    --transform-translate-y: 58.333333% !important;
  }

  .xl\:tw-translate-y-8\/12{
    --transform-translate-y: 66.666667% !important;
  }

  .xl\:tw-translate-y-9\/12{
    --transform-translate-y: 75% !important;
  }

  .xl\:tw-translate-y-10\/12{
    --transform-translate-y: 83.333333% !important;
  }

  .xl\:tw-translate-y-11\/12{
    --transform-translate-y: 91.666667% !important;
  }

  .xl\:tw-translate-y-full{
    --transform-translate-y: 100% !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-7{
    --transform-translate-y: -1.75rem !important;
  }

  .xl\:tw--translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .xl\:tw--translate-y-9{
    --transform-translate-y: -2.25rem !important;
  }

  .xl\:tw--translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:tw--translate-y-11{
    --transform-translate-y: -2.75rem !important;
  }

  .xl\:tw--translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .xl\:tw--translate-y-13{
    --transform-translate-y: -3.25rem !important;
  }

  .xl\:tw--translate-y-14{
    --transform-translate-y: -3.5rem !important;
  }

  .xl\:tw--translate-y-15{
    --transform-translate-y: -3.75rem !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-28{
    --transform-translate-y: -7rem !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-60{
    --transform-translate-y: -15rem !important;
  }

  .xl\:tw--translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .xl\:tw--translate-y-72{
    --transform-translate-y: -18rem !important;
  }

  .xl\:tw--translate-y-80{
    --transform-translate-y: -20rem !important;
  }

  .xl\:tw--translate-y-96{
    --transform-translate-y: -24rem !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\/2{
    --transform-translate-y: -50% !important;
  }

  .xl\:tw--translate-y-1\/3{
    --transform-translate-y: -33.33333% !important;
  }

  .xl\:tw--translate-y-2\/3{
    --transform-translate-y: -66.66667% !important;
  }

  .xl\:tw--translate-y-1\/4{
    --transform-translate-y: -25% !important;
  }

  .xl\:tw--translate-y-2\/4{
    --transform-translate-y: -50% !important;
  }

  .xl\:tw--translate-y-3\/4{
    --transform-translate-y: -75% !important;
  }

  .xl\:tw--translate-y-1\/5{
    --transform-translate-y: -20% !important;
  }

  .xl\:tw--translate-y-2\/5{
    --transform-translate-y: -40% !important;
  }

  .xl\:tw--translate-y-3\/5{
    --transform-translate-y: -60% !important;
  }

  .xl\:tw--translate-y-4\/5{
    --transform-translate-y: -80% !important;
  }

  .xl\:tw--translate-y-1\/6{
    --transform-translate-y: -16.66667% !important;
  }

  .xl\:tw--translate-y-2\/6{
    --transform-translate-y: -33.33333% !important;
  }

  .xl\:tw--translate-y-3\/6{
    --transform-translate-y: -50% !important;
  }

  .xl\:tw--translate-y-4\/6{
    --transform-translate-y: -66.66667% !important;
  }

  .xl\:tw--translate-y-5\/6{
    --transform-translate-y: -83.33333% !important;
  }

  .xl\:tw--translate-y-1\/12{
    --transform-translate-y: -8.33333% !important;
  }

  .xl\:tw--translate-y-2\/12{
    --transform-translate-y: -16.66667% !important;
  }

  .xl\:tw--translate-y-3\/12{
    --transform-translate-y: -25% !important;
  }

  .xl\:tw--translate-y-4\/12{
    --transform-translate-y: -33.33333% !important;
  }

  .xl\:tw--translate-y-5\/12{
    --transform-translate-y: -41.66667% !important;
  }

  .xl\:tw--translate-y-6\/12{
    --transform-translate-y: -50% !important;
  }

  .xl\:tw--translate-y-7\/12{
    --transform-translate-y: -58.33333% !important;
  }

  .xl\:tw--translate-y-8\/12{
    --transform-translate-y: -66.66667% !important;
  }

  .xl\:tw--translate-y-9\/12{
    --transform-translate-y: -75% !important;
  }

  .xl\:tw--translate-y-10\/12{
    --transform-translate-y: -83.33333% !important;
  }

  .xl\:tw--translate-y-11\/12{
    --transform-translate-y: -91.66667% !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-7:hover{
    --transform-translate-x: 1.75rem !important;
  }

  .xl\:hover\:tw-translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .xl\:hover\:tw-translate-x-9:hover{
    --transform-translate-x: 2.25rem !important;
  }

  .xl\:hover\:tw-translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:hover\:tw-translate-x-11:hover{
    --transform-translate-x: 2.75rem !important;
  }

  .xl\:hover\:tw-translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .xl\:hover\:tw-translate-x-13:hover{
    --transform-translate-x: 3.25rem !important;
  }

  .xl\:hover\:tw-translate-x-14:hover{
    --transform-translate-x: 3.5rem !important;
  }

  .xl\:hover\:tw-translate-x-15:hover{
    --transform-translate-x: 3.75rem !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-28:hover{
    --transform-translate-x: 7rem !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-60:hover{
    --transform-translate-x: 15rem !important;
  }

  .xl\:hover\:tw-translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .xl\:hover\:tw-translate-x-72:hover{
    --transform-translate-x: 18rem !important;
  }

  .xl\:hover\:tw-translate-x-80:hover{
    --transform-translate-x: 20rem !important;
  }

  .xl\:hover\:tw-translate-x-96:hover{
    --transform-translate-x: 24rem !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\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .xl\:hover\:tw-translate-x-1\/3:hover{
    --transform-translate-x: 33.333333% !important;
  }

  .xl\:hover\:tw-translate-x-2\/3:hover{
    --transform-translate-x: 66.666667% !important;
  }

  .xl\:hover\:tw-translate-x-1\/4:hover{
    --transform-translate-x: 25% !important;
  }

  .xl\:hover\:tw-translate-x-2\/4:hover{
    --transform-translate-x: 50% !important;
  }

  .xl\:hover\:tw-translate-x-3\/4:hover{
    --transform-translate-x: 75% !important;
  }

  .xl\:hover\:tw-translate-x-1\/5:hover{
    --transform-translate-x: 20% !important;
  }

  .xl\:hover\:tw-translate-x-2\/5:hover{
    --transform-translate-x: 40% !important;
  }

  .xl\:hover\:tw-translate-x-3\/5:hover{
    --transform-translate-x: 60% !important;
  }

  .xl\:hover\:tw-translate-x-4\/5:hover{
    --transform-translate-x: 80% !important;
  }

  .xl\:hover\:tw-translate-x-1\/6:hover{
    --transform-translate-x: 16.666667% !important;
  }

  .xl\:hover\:tw-translate-x-2\/6:hover{
    --transform-translate-x: 33.333333% !important;
  }

  .xl\:hover\:tw-translate-x-3\/6:hover{
    --transform-translate-x: 50% !important;
  }

  .xl\:hover\:tw-translate-x-4\/6:hover{
    --transform-translate-x: 66.666667% !important;
  }

  .xl\:hover\:tw-translate-x-5\/6:hover{
    --transform-translate-x: 83.333333% !important;
  }

  .xl\:hover\:tw-translate-x-1\/12:hover{
    --transform-translate-x: 8.333333% !important;
  }

  .xl\:hover\:tw-translate-x-2\/12:hover{
    --transform-translate-x: 16.666667% !important;
  }

  .xl\:hover\:tw-translate-x-3\/12:hover{
    --transform-translate-x: 25% !important;
  }

  .xl\:hover\:tw-translate-x-4\/12:hover{
    --transform-translate-x: 33.333333% !important;
  }

  .xl\:hover\:tw-translate-x-5\/12:hover{
    --transform-translate-x: 41.666667% !important;
  }

  .xl\:hover\:tw-translate-x-6\/12:hover{
    --transform-translate-x: 50% !important;
  }

  .xl\:hover\:tw-translate-x-7\/12:hover{
    --transform-translate-x: 58.333333% !important;
  }

  .xl\:hover\:tw-translate-x-8\/12:hover{
    --transform-translate-x: 66.666667% !important;
  }

  .xl\:hover\:tw-translate-x-9\/12:hover{
    --transform-translate-x: 75% !important;
  }

  .xl\:hover\:tw-translate-x-10\/12:hover{
    --transform-translate-x: 83.333333% !important;
  }

  .xl\:hover\:tw-translate-x-11\/12:hover{
    --transform-translate-x: 91.666667% !important;
  }

  .xl\:hover\:tw-translate-x-full:hover{
    --transform-translate-x: 100% !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-7:hover{
    --transform-translate-x: -1.75rem !important;
  }

  .xl\:hover\:tw--translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .xl\:hover\:tw--translate-x-9:hover{
    --transform-translate-x: -2.25rem !important;
  }

  .xl\:hover\:tw--translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:hover\:tw--translate-x-11:hover{
    --transform-translate-x: -2.75rem !important;
  }

  .xl\:hover\:tw--translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .xl\:hover\:tw--translate-x-13:hover{
    --transform-translate-x: -3.25rem !important;
  }

  .xl\:hover\:tw--translate-x-14:hover{
    --transform-translate-x: -3.5rem !important;
  }

  .xl\:hover\:tw--translate-x-15:hover{
    --transform-translate-x: -3.75rem !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-28:hover{
    --transform-translate-x: -7rem !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-60:hover{
    --transform-translate-x: -15rem !important;
  }

  .xl\:hover\:tw--translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .xl\:hover\:tw--translate-x-72:hover{
    --transform-translate-x: -18rem !important;
  }

  .xl\:hover\:tw--translate-x-80:hover{
    --transform-translate-x: -20rem !important;
  }

  .xl\:hover\:tw--translate-x-96:hover{
    --transform-translate-x: -24rem !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\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .xl\:hover\:tw--translate-x-1\/3:hover{
    --transform-translate-x: -33.33333% !important;
  }

  .xl\:hover\:tw--translate-x-2\/3:hover{
    --transform-translate-x: -66.66667% !important;
  }

  .xl\:hover\:tw--translate-x-1\/4:hover{
    --transform-translate-x: -25% !important;
  }

  .xl\:hover\:tw--translate-x-2\/4:hover{
    --transform-translate-x: -50% !important;
  }

  .xl\:hover\:tw--translate-x-3\/4:hover{
    --transform-translate-x: -75% !important;
  }

  .xl\:hover\:tw--translate-x-1\/5:hover{
    --transform-translate-x: -20% !important;
  }

  .xl\:hover\:tw--translate-x-2\/5:hover{
    --transform-translate-x: -40% !important;
  }

  .xl\:hover\:tw--translate-x-3\/5:hover{
    --transform-translate-x: -60% !important;
  }

  .xl\:hover\:tw--translate-x-4\/5:hover{
    --transform-translate-x: -80% !important;
  }

  .xl\:hover\:tw--translate-x-1\/6:hover{
    --transform-translate-x: -16.66667% !important;
  }

  .xl\:hover\:tw--translate-x-2\/6:hover{
    --transform-translate-x: -33.33333% !important;
  }

  .xl\:hover\:tw--translate-x-3\/6:hover{
    --transform-translate-x: -50% !important;
  }

  .xl\:hover\:tw--translate-x-4\/6:hover{
    --transform-translate-x: -66.66667% !important;
  }

  .xl\:hover\:tw--translate-x-5\/6:hover{
    --transform-translate-x: -83.33333% !important;
  }

  .xl\:hover\:tw--translate-x-1\/12:hover{
    --transform-translate-x: -8.33333% !important;
  }

  .xl\:hover\:tw--translate-x-2\/12:hover{
    --transform-translate-x: -16.66667% !important;
  }

  .xl\:hover\:tw--translate-x-3\/12:hover{
    --transform-translate-x: -25% !important;
  }

  .xl\:hover\:tw--translate-x-4\/12:hover{
    --transform-translate-x: -33.33333% !important;
  }

  .xl\:hover\:tw--translate-x-5\/12:hover{
    --transform-translate-x: -41.66667% !important;
  }

  .xl\:hover\:tw--translate-x-6\/12:hover{
    --transform-translate-x: -50% !important;
  }

  .xl\:hover\:tw--translate-x-7\/12:hover{
    --transform-translate-x: -58.33333% !important;
  }

  .xl\:hover\:tw--translate-x-8\/12:hover{
    --transform-translate-x: -66.66667% !important;
  }

  .xl\:hover\:tw--translate-x-9\/12:hover{
    --transform-translate-x: -75% !important;
  }

  .xl\:hover\:tw--translate-x-10\/12:hover{
    --transform-translate-x: -83.33333% !important;
  }

  .xl\:hover\:tw--translate-x-11\/12:hover{
    --transform-translate-x: -91.66667% !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-7:hover{
    --transform-translate-y: 1.75rem !important;
  }

  .xl\:hover\:tw-translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .xl\:hover\:tw-translate-y-9:hover{
    --transform-translate-y: 2.25rem !important;
  }

  .xl\:hover\:tw-translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:hover\:tw-translate-y-11:hover{
    --transform-translate-y: 2.75rem !important;
  }

  .xl\:hover\:tw-translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .xl\:hover\:tw-translate-y-13:hover{
    --transform-translate-y: 3.25rem !important;
  }

  .xl\:hover\:tw-translate-y-14:hover{
    --transform-translate-y: 3.5rem !important;
  }

  .xl\:hover\:tw-translate-y-15:hover{
    --transform-translate-y: 3.75rem !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-28:hover{
    --transform-translate-y: 7rem !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-60:hover{
    --transform-translate-y: 15rem !important;
  }

  .xl\:hover\:tw-translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .xl\:hover\:tw-translate-y-72:hover{
    --transform-translate-y: 18rem !important;
  }

  .xl\:hover\:tw-translate-y-80:hover{
    --transform-translate-y: 20rem !important;
  }

  .xl\:hover\:tw-translate-y-96:hover{
    --transform-translate-y: 24rem !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\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .xl\:hover\:tw-translate-y-1\/3:hover{
    --transform-translate-y: 33.333333% !important;
  }

  .xl\:hover\:tw-translate-y-2\/3:hover{
    --transform-translate-y: 66.666667% !important;
  }

  .xl\:hover\:tw-translate-y-1\/4:hover{
    --transform-translate-y: 25% !important;
  }

  .xl\:hover\:tw-translate-y-2\/4:hover{
    --transform-translate-y: 50% !important;
  }

  .xl\:hover\:tw-translate-y-3\/4:hover{
    --transform-translate-y: 75% !important;
  }

  .xl\:hover\:tw-translate-y-1\/5:hover{
    --transform-translate-y: 20% !important;
  }

  .xl\:hover\:tw-translate-y-2\/5:hover{
    --transform-translate-y: 40% !important;
  }

  .xl\:hover\:tw-translate-y-3\/5:hover{
    --transform-translate-y: 60% !important;
  }

  .xl\:hover\:tw-translate-y-4\/5:hover{
    --transform-translate-y: 80% !important;
  }

  .xl\:hover\:tw-translate-y-1\/6:hover{
    --transform-translate-y: 16.666667% !important;
  }

  .xl\:hover\:tw-translate-y-2\/6:hover{
    --transform-translate-y: 33.333333% !important;
  }

  .xl\:hover\:tw-translate-y-3\/6:hover{
    --transform-translate-y: 50% !important;
  }

  .xl\:hover\:tw-translate-y-4\/6:hover{
    --transform-translate-y: 66.666667% !important;
  }

  .xl\:hover\:tw-translate-y-5\/6:hover{
    --transform-translate-y: 83.333333% !important;
  }

  .xl\:hover\:tw-translate-y-1\/12:hover{
    --transform-translate-y: 8.333333% !important;
  }

  .xl\:hover\:tw-translate-y-2\/12:hover{
    --transform-translate-y: 16.666667% !important;
  }

  .xl\:hover\:tw-translate-y-3\/12:hover{
    --transform-translate-y: 25% !important;
  }

  .xl\:hover\:tw-translate-y-4\/12:hover{
    --transform-translate-y: 33.333333% !important;
  }

  .xl\:hover\:tw-translate-y-5\/12:hover{
    --transform-translate-y: 41.666667% !important;
  }

  .xl\:hover\:tw-translate-y-6\/12:hover{
    --transform-translate-y: 50% !important;
  }

  .xl\:hover\:tw-translate-y-7\/12:hover{
    --transform-translate-y: 58.333333% !important;
  }

  .xl\:hover\:tw-translate-y-8\/12:hover{
    --transform-translate-y: 66.666667% !important;
  }

  .xl\:hover\:tw-translate-y-9\/12:hover{
    --transform-translate-y: 75% !important;
  }

  .xl\:hover\:tw-translate-y-10\/12:hover{
    --transform-translate-y: 83.333333% !important;
  }

  .xl\:hover\:tw-translate-y-11\/12:hover{
    --transform-translate-y: 91.666667% !important;
  }

  .xl\:hover\:tw-translate-y-full:hover{
    --transform-translate-y: 100% !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-7:hover{
    --transform-translate-y: -1.75rem !important;
  }

  .xl\:hover\:tw--translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .xl\:hover\:tw--translate-y-9:hover{
    --transform-translate-y: -2.25rem !important;
  }

  .xl\:hover\:tw--translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:hover\:tw--translate-y-11:hover{
    --transform-translate-y: -2.75rem !important;
  }

  .xl\:hover\:tw--translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .xl\:hover\:tw--translate-y-13:hover{
    --transform-translate-y: -3.25rem !important;
  }

  .xl\:hover\:tw--translate-y-14:hover{
    --transform-translate-y: -3.5rem !important;
  }

  .xl\:hover\:tw--translate-y-15:hover{
    --transform-translate-y: -3.75rem !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-28:hover{
    --transform-translate-y: -7rem !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-60:hover{
    --transform-translate-y: -15rem !important;
  }

  .xl\:hover\:tw--translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .xl\:hover\:tw--translate-y-72:hover{
    --transform-translate-y: -18rem !important;
  }

  .xl\:hover\:tw--translate-y-80:hover{
    --transform-translate-y: -20rem !important;
  }

  .xl\:hover\:tw--translate-y-96:hover{
    --transform-translate-y: -24rem !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\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .xl\:hover\:tw--translate-y-1\/3:hover{
    --transform-translate-y: -33.33333% !important;
  }

  .xl\:hover\:tw--translate-y-2\/3:hover{
    --transform-translate-y: -66.66667% !important;
  }

  .xl\:hover\:tw--translate-y-1\/4:hover{
    --transform-translate-y: -25% !important;
  }

  .xl\:hover\:tw--translate-y-2\/4:hover{
    --transform-translate-y: -50% !important;
  }

  .xl\:hover\:tw--translate-y-3\/4:hover{
    --transform-translate-y: -75% !important;
  }

  .xl\:hover\:tw--translate-y-1\/5:hover{
    --transform-translate-y: -20% !important;
  }

  .xl\:hover\:tw--translate-y-2\/5:hover{
    --transform-translate-y: -40% !important;
  }

  .xl\:hover\:tw--translate-y-3\/5:hover{
    --transform-translate-y: -60% !important;
  }

  .xl\:hover\:tw--translate-y-4\/5:hover{
    --transform-translate-y: -80% !important;
  }

  .xl\:hover\:tw--translate-y-1\/6:hover{
    --transform-translate-y: -16.66667% !important;
  }

  .xl\:hover\:tw--translate-y-2\/6:hover{
    --transform-translate-y: -33.33333% !important;
  }

  .xl\:hover\:tw--translate-y-3\/6:hover{
    --transform-translate-y: -50% !important;
  }

  .xl\:hover\:tw--translate-y-4\/6:hover{
    --transform-translate-y: -66.66667% !important;
  }

  .xl\:hover\:tw--translate-y-5\/6:hover{
    --transform-translate-y: -83.33333% !important;
  }

  .xl\:hover\:tw--translate-y-1\/12:hover{
    --transform-translate-y: -8.33333% !important;
  }

  .xl\:hover\:tw--translate-y-2\/12:hover{
    --transform-translate-y: -16.66667% !important;
  }

  .xl\:hover\:tw--translate-y-3\/12:hover{
    --transform-translate-y: -25% !important;
  }

  .xl\:hover\:tw--translate-y-4\/12:hover{
    --transform-translate-y: -33.33333% !important;
  }

  .xl\:hover\:tw--translate-y-5\/12:hover{
    --transform-translate-y: -41.66667% !important;
  }

  .xl\:hover\:tw--translate-y-6\/12:hover{
    --transform-translate-y: -50% !important;
  }

  .xl\:hover\:tw--translate-y-7\/12:hover{
    --transform-translate-y: -58.33333% !important;
  }

  .xl\:hover\:tw--translate-y-8\/12:hover{
    --transform-translate-y: -66.66667% !important;
  }

  .xl\:hover\:tw--translate-y-9\/12:hover{
    --transform-translate-y: -75% !important;
  }

  .xl\:hover\:tw--translate-y-10\/12:hover{
    --transform-translate-y: -83.33333% !important;
  }

  .xl\:hover\:tw--translate-y-11\/12:hover{
    --transform-translate-y: -91.66667% !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-7:focus{
    --transform-translate-x: 1.75rem !important;
  }

  .xl\:focus\:tw-translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .xl\:focus\:tw-translate-x-9:focus{
    --transform-translate-x: 2.25rem !important;
  }

  .xl\:focus\:tw-translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:focus\:tw-translate-x-11:focus{
    --transform-translate-x: 2.75rem !important;
  }

  .xl\:focus\:tw-translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .xl\:focus\:tw-translate-x-13:focus{
    --transform-translate-x: 3.25rem !important;
  }

  .xl\:focus\:tw-translate-x-14:focus{
    --transform-translate-x: 3.5rem !important;
  }

  .xl\:focus\:tw-translate-x-15:focus{
    --transform-translate-x: 3.75rem !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-28:focus{
    --transform-translate-x: 7rem !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-60:focus{
    --transform-translate-x: 15rem !important;
  }

  .xl\:focus\:tw-translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .xl\:focus\:tw-translate-x-72:focus{
    --transform-translate-x: 18rem !important;
  }

  .xl\:focus\:tw-translate-x-80:focus{
    --transform-translate-x: 20rem !important;
  }

  .xl\:focus\:tw-translate-x-96:focus{
    --transform-translate-x: 24rem !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\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .xl\:focus\:tw-translate-x-1\/3:focus{
    --transform-translate-x: 33.333333% !important;
  }

  .xl\:focus\:tw-translate-x-2\/3:focus{
    --transform-translate-x: 66.666667% !important;
  }

  .xl\:focus\:tw-translate-x-1\/4:focus{
    --transform-translate-x: 25% !important;
  }

  .xl\:focus\:tw-translate-x-2\/4:focus{
    --transform-translate-x: 50% !important;
  }

  .xl\:focus\:tw-translate-x-3\/4:focus{
    --transform-translate-x: 75% !important;
  }

  .xl\:focus\:tw-translate-x-1\/5:focus{
    --transform-translate-x: 20% !important;
  }

  .xl\:focus\:tw-translate-x-2\/5:focus{
    --transform-translate-x: 40% !important;
  }

  .xl\:focus\:tw-translate-x-3\/5:focus{
    --transform-translate-x: 60% !important;
  }

  .xl\:focus\:tw-translate-x-4\/5:focus{
    --transform-translate-x: 80% !important;
  }

  .xl\:focus\:tw-translate-x-1\/6:focus{
    --transform-translate-x: 16.666667% !important;
  }

  .xl\:focus\:tw-translate-x-2\/6:focus{
    --transform-translate-x: 33.333333% !important;
  }

  .xl\:focus\:tw-translate-x-3\/6:focus{
    --transform-translate-x: 50% !important;
  }

  .xl\:focus\:tw-translate-x-4\/6:focus{
    --transform-translate-x: 66.666667% !important;
  }

  .xl\:focus\:tw-translate-x-5\/6:focus{
    --transform-translate-x: 83.333333% !important;
  }

  .xl\:focus\:tw-translate-x-1\/12:focus{
    --transform-translate-x: 8.333333% !important;
  }

  .xl\:focus\:tw-translate-x-2\/12:focus{
    --transform-translate-x: 16.666667% !important;
  }

  .xl\:focus\:tw-translate-x-3\/12:focus{
    --transform-translate-x: 25% !important;
  }

  .xl\:focus\:tw-translate-x-4\/12:focus{
    --transform-translate-x: 33.333333% !important;
  }

  .xl\:focus\:tw-translate-x-5\/12:focus{
    --transform-translate-x: 41.666667% !important;
  }

  .xl\:focus\:tw-translate-x-6\/12:focus{
    --transform-translate-x: 50% !important;
  }

  .xl\:focus\:tw-translate-x-7\/12:focus{
    --transform-translate-x: 58.333333% !important;
  }

  .xl\:focus\:tw-translate-x-8\/12:focus{
    --transform-translate-x: 66.666667% !important;
  }

  .xl\:focus\:tw-translate-x-9\/12:focus{
    --transform-translate-x: 75% !important;
  }

  .xl\:focus\:tw-translate-x-10\/12:focus{
    --transform-translate-x: 83.333333% !important;
  }

  .xl\:focus\:tw-translate-x-11\/12:focus{
    --transform-translate-x: 91.666667% !important;
  }

  .xl\:focus\:tw-translate-x-full:focus{
    --transform-translate-x: 100% !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-7:focus{
    --transform-translate-x: -1.75rem !important;
  }

  .xl\:focus\:tw--translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .xl\:focus\:tw--translate-x-9:focus{
    --transform-translate-x: -2.25rem !important;
  }

  .xl\:focus\:tw--translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:focus\:tw--translate-x-11:focus{
    --transform-translate-x: -2.75rem !important;
  }

  .xl\:focus\:tw--translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .xl\:focus\:tw--translate-x-13:focus{
    --transform-translate-x: -3.25rem !important;
  }

  .xl\:focus\:tw--translate-x-14:focus{
    --transform-translate-x: -3.5rem !important;
  }

  .xl\:focus\:tw--translate-x-15:focus{
    --transform-translate-x: -3.75rem !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-28:focus{
    --transform-translate-x: -7rem !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-60:focus{
    --transform-translate-x: -15rem !important;
  }

  .xl\:focus\:tw--translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .xl\:focus\:tw--translate-x-72:focus{
    --transform-translate-x: -18rem !important;
  }

  .xl\:focus\:tw--translate-x-80:focus{
    --transform-translate-x: -20rem !important;
  }

  .xl\:focus\:tw--translate-x-96:focus{
    --transform-translate-x: -24rem !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\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .xl\:focus\:tw--translate-x-1\/3:focus{
    --transform-translate-x: -33.33333% !important;
  }

  .xl\:focus\:tw--translate-x-2\/3:focus{
    --transform-translate-x: -66.66667% !important;
  }

  .xl\:focus\:tw--translate-x-1\/4:focus{
    --transform-translate-x: -25% !important;
  }

  .xl\:focus\:tw--translate-x-2\/4:focus{
    --transform-translate-x: -50% !important;
  }

  .xl\:focus\:tw--translate-x-3\/4:focus{
    --transform-translate-x: -75% !important;
  }

  .xl\:focus\:tw--translate-x-1\/5:focus{
    --transform-translate-x: -20% !important;
  }

  .xl\:focus\:tw--translate-x-2\/5:focus{
    --transform-translate-x: -40% !important;
  }

  .xl\:focus\:tw--translate-x-3\/5:focus{
    --transform-translate-x: -60% !important;
  }

  .xl\:focus\:tw--translate-x-4\/5:focus{
    --transform-translate-x: -80% !important;
  }

  .xl\:focus\:tw--translate-x-1\/6:focus{
    --transform-translate-x: -16.66667% !important;
  }

  .xl\:focus\:tw--translate-x-2\/6:focus{
    --transform-translate-x: -33.33333% !important;
  }

  .xl\:focus\:tw--translate-x-3\/6:focus{
    --transform-translate-x: -50% !important;
  }

  .xl\:focus\:tw--translate-x-4\/6:focus{
    --transform-translate-x: -66.66667% !important;
  }

  .xl\:focus\:tw--translate-x-5\/6:focus{
    --transform-translate-x: -83.33333% !important;
  }

  .xl\:focus\:tw--translate-x-1\/12:focus{
    --transform-translate-x: -8.33333% !important;
  }

  .xl\:focus\:tw--translate-x-2\/12:focus{
    --transform-translate-x: -16.66667% !important;
  }

  .xl\:focus\:tw--translate-x-3\/12:focus{
    --transform-translate-x: -25% !important;
  }

  .xl\:focus\:tw--translate-x-4\/12:focus{
    --transform-translate-x: -33.33333% !important;
  }

  .xl\:focus\:tw--translate-x-5\/12:focus{
    --transform-translate-x: -41.66667% !important;
  }

  .xl\:focus\:tw--translate-x-6\/12:focus{
    --transform-translate-x: -50% !important;
  }

  .xl\:focus\:tw--translate-x-7\/12:focus{
    --transform-translate-x: -58.33333% !important;
  }

  .xl\:focus\:tw--translate-x-8\/12:focus{
    --transform-translate-x: -66.66667% !important;
  }

  .xl\:focus\:tw--translate-x-9\/12:focus{
    --transform-translate-x: -75% !important;
  }

  .xl\:focus\:tw--translate-x-10\/12:focus{
    --transform-translate-x: -83.33333% !important;
  }

  .xl\:focus\:tw--translate-x-11\/12:focus{
    --transform-translate-x: -91.66667% !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-7:focus{
    --transform-translate-y: 1.75rem !important;
  }

  .xl\:focus\:tw-translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .xl\:focus\:tw-translate-y-9:focus{
    --transform-translate-y: 2.25rem !important;
  }

  .xl\:focus\:tw-translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:focus\:tw-translate-y-11:focus{
    --transform-translate-y: 2.75rem !important;
  }

  .xl\:focus\:tw-translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .xl\:focus\:tw-translate-y-13:focus{
    --transform-translate-y: 3.25rem !important;
  }

  .xl\:focus\:tw-translate-y-14:focus{
    --transform-translate-y: 3.5rem !important;
  }

  .xl\:focus\:tw-translate-y-15:focus{
    --transform-translate-y: 3.75rem !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-28:focus{
    --transform-translate-y: 7rem !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-60:focus{
    --transform-translate-y: 15rem !important;
  }

  .xl\:focus\:tw-translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .xl\:focus\:tw-translate-y-72:focus{
    --transform-translate-y: 18rem !important;
  }

  .xl\:focus\:tw-translate-y-80:focus{
    --transform-translate-y: 20rem !important;
  }

  .xl\:focus\:tw-translate-y-96:focus{
    --transform-translate-y: 24rem !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\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .xl\:focus\:tw-translate-y-1\/3:focus{
    --transform-translate-y: 33.333333% !important;
  }

  .xl\:focus\:tw-translate-y-2\/3:focus{
    --transform-translate-y: 66.666667% !important;
  }

  .xl\:focus\:tw-translate-y-1\/4:focus{
    --transform-translate-y: 25% !important;
  }

  .xl\:focus\:tw-translate-y-2\/4:focus{
    --transform-translate-y: 50% !important;
  }

  .xl\:focus\:tw-translate-y-3\/4:focus{
    --transform-translate-y: 75% !important;
  }

  .xl\:focus\:tw-translate-y-1\/5:focus{
    --transform-translate-y: 20% !important;
  }

  .xl\:focus\:tw-translate-y-2\/5:focus{
    --transform-translate-y: 40% !important;
  }

  .xl\:focus\:tw-translate-y-3\/5:focus{
    --transform-translate-y: 60% !important;
  }

  .xl\:focus\:tw-translate-y-4\/5:focus{
    --transform-translate-y: 80% !important;
  }

  .xl\:focus\:tw-translate-y-1\/6:focus{
    --transform-translate-y: 16.666667% !important;
  }

  .xl\:focus\:tw-translate-y-2\/6:focus{
    --transform-translate-y: 33.333333% !important;
  }

  .xl\:focus\:tw-translate-y-3\/6:focus{
    --transform-translate-y: 50% !important;
  }

  .xl\:focus\:tw-translate-y-4\/6:focus{
    --transform-translate-y: 66.666667% !important;
  }

  .xl\:focus\:tw-translate-y-5\/6:focus{
    --transform-translate-y: 83.333333% !important;
  }

  .xl\:focus\:tw-translate-y-1\/12:focus{
    --transform-translate-y: 8.333333% !important;
  }

  .xl\:focus\:tw-translate-y-2\/12:focus{
    --transform-translate-y: 16.666667% !important;
  }

  .xl\:focus\:tw-translate-y-3\/12:focus{
    --transform-translate-y: 25% !important;
  }

  .xl\:focus\:tw-translate-y-4\/12:focus{
    --transform-translate-y: 33.333333% !important;
  }

  .xl\:focus\:tw-translate-y-5\/12:focus{
    --transform-translate-y: 41.666667% !important;
  }

  .xl\:focus\:tw-translate-y-6\/12:focus{
    --transform-translate-y: 50% !important;
  }

  .xl\:focus\:tw-translate-y-7\/12:focus{
    --transform-translate-y: 58.333333% !important;
  }

  .xl\:focus\:tw-translate-y-8\/12:focus{
    --transform-translate-y: 66.666667% !important;
  }

  .xl\:focus\:tw-translate-y-9\/12:focus{
    --transform-translate-y: 75% !important;
  }

  .xl\:focus\:tw-translate-y-10\/12:focus{
    --transform-translate-y: 83.333333% !important;
  }

  .xl\:focus\:tw-translate-y-11\/12:focus{
    --transform-translate-y: 91.666667% !important;
  }

  .xl\:focus\:tw-translate-y-full:focus{
    --transform-translate-y: 100% !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-7:focus{
    --transform-translate-y: -1.75rem !important;
  }

  .xl\:focus\:tw--translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .xl\:focus\:tw--translate-y-9:focus{
    --transform-translate-y: -2.25rem !important;
  }

  .xl\:focus\:tw--translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:focus\:tw--translate-y-11:focus{
    --transform-translate-y: -2.75rem !important;
  }

  .xl\:focus\:tw--translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .xl\:focus\:tw--translate-y-13:focus{
    --transform-translate-y: -3.25rem !important;
  }

  .xl\:focus\:tw--translate-y-14:focus{
    --transform-translate-y: -3.5rem !important;
  }

  .xl\:focus\:tw--translate-y-15:focus{
    --transform-translate-y: -3.75rem !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-28:focus{
    --transform-translate-y: -7rem !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-60:focus{
    --transform-translate-y: -15rem !important;
  }

  .xl\:focus\:tw--translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .xl\:focus\:tw--translate-y-72:focus{
    --transform-translate-y: -18rem !important;
  }

  .xl\:focus\:tw--translate-y-80:focus{
    --transform-translate-y: -20rem !important;
  }

  .xl\:focus\:tw--translate-y-96:focus{
    --transform-translate-y: -24rem !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\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .xl\:focus\:tw--translate-y-1\/3:focus{
    --transform-translate-y: -33.33333% !important;
  }

  .xl\:focus\:tw--translate-y-2\/3:focus{
    --transform-translate-y: -66.66667% !important;
  }

  .xl\:focus\:tw--translate-y-1\/4:focus{
    --transform-translate-y: -25% !important;
  }

  .xl\:focus\:tw--translate-y-2\/4:focus{
    --transform-translate-y: -50% !important;
  }

  .xl\:focus\:tw--translate-y-3\/4:focus{
    --transform-translate-y: -75% !important;
  }

  .xl\:focus\:tw--translate-y-1\/5:focus{
    --transform-translate-y: -20% !important;
  }

  .xl\:focus\:tw--translate-y-2\/5:focus{
    --transform-translate-y: -40% !important;
  }

  .xl\:focus\:tw--translate-y-3\/5:focus{
    --transform-translate-y: -60% !important;
  }

  .xl\:focus\:tw--translate-y-4\/5:focus{
    --transform-translate-y: -80% !important;
  }

  .xl\:focus\:tw--translate-y-1\/6:focus{
    --transform-translate-y: -16.66667% !important;
  }

  .xl\:focus\:tw--translate-y-2\/6:focus{
    --transform-translate-y: -33.33333% !important;
  }

  .xl\:focus\:tw--translate-y-3\/6:focus{
    --transform-translate-y: -50% !important;
  }

  .xl\:focus\:tw--translate-y-4\/6:focus{
    --transform-translate-y: -66.66667% !important;
  }

  .xl\:focus\:tw--translate-y-5\/6:focus{
    --transform-translate-y: -83.33333% !important;
  }

  .xl\:focus\:tw--translate-y-1\/12:focus{
    --transform-translate-y: -8.33333% !important;
  }

  .xl\:focus\:tw--translate-y-2\/12:focus{
    --transform-translate-y: -16.66667% !important;
  }

  .xl\:focus\:tw--translate-y-3\/12:focus{
    --transform-translate-y: -25% !important;
  }

  .xl\:focus\:tw--translate-y-4\/12:focus{
    --transform-translate-y: -33.33333% !important;
  }

  .xl\:focus\:tw--translate-y-5\/12:focus{
    --transform-translate-y: -41.66667% !important;
  }

  .xl\:focus\:tw--translate-y-6\/12:focus{
    --transform-translate-y: -50% !important;
  }

  .xl\:focus\:tw--translate-y-7\/12:focus{
    --transform-translate-y: -58.33333% !important;
  }

  .xl\:focus\:tw--translate-y-8\/12:focus{
    --transform-translate-y: -66.66667% !important;
  }

  .xl\:focus\:tw--translate-y-9\/12:focus{
    --transform-translate-y: -75% !important;
  }

  .xl\:focus\:tw--translate-y-10\/12:focus{
    --transform-translate-y: -83.33333% !important;
  }

  .xl\:focus\:tw--translate-y-11\/12:focus{
    --transform-translate-y: -91.66667% !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-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-y-0{
    --transform-skew-y: 0 !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\:hover\:tw-skew-x-0:hover{
    --transform-skew-x: 0 !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-y-0:hover{
    --transform-skew-y: 0 !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\:focus\:tw-skew-x-0:focus{
    --transform-skew-x: 0 !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-y-0:focus{
    --transform-skew-y: 0 !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\:tw-transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .xl\:tw-transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .xl\:tw-transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform !important;
  }

  .xl\:tw-transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xl\:tw-transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .xl\:tw-transition-shadow{
    -webkit-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
  }

  .xl\:tw-transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .xl\:tw-ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .xl\:tw-ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:tw-ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:tw-ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xl\:tw-duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .xl\:tw-duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .xl\:tw-duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:tw-duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .xl\:tw-duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .xl\:tw-duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .xl\:tw-duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .xl\:tw-duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .xl\:tw-delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .xl\:tw-delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .xl\:tw-delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .xl\:tw-delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .xl\:tw-delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .xl\:tw-delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .xl\:tw-delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .xl\:tw-delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }
}
